Hello, is there something I'm doing wrong? When I click on the Bulk Price Editor, there are no products listed. Thanks!
Joomla 3.10.9, PhocaCart 3.5.8
Bulk Price Editor is Empty
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Bulk Price Editor is Empty
Hi, where exactly are not listed the products? Can you paste a screenshot?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 54
- Joined: 27 May 2015, 21:24
Re: Bulk Price Editor is Empty
When you click "Bulk Price Editor". However, it's starting to dawn on me that what I would see in that screen are bulk pricing rules that I've CREATED, yes?
I thought that it would show a list of products that I could select to update, but if I understand it, I add a NEW rule to update pricing. Do I have it right?
Thank you!
I thought that it would show a list of products that I could select to update, but if I understand it, I add a NEW rule to update pricing. Do I have it right?
Thank you!
- Benno
- Phoca Hero
- Posts: 9440
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Bulk Price Editor is Empty
Hi,
See images of this example:
Yes, you are right!I thought that it would show a list of products that I could select to update, but if I understand it, I add a NEW rule to update pricing. Do I have it right?
See images of this example:
- Benno
- Phoca Hero
- Posts: 9440
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Bulk Price Editor is Empty
Kind regards,
Benno
-
- Phoca Enthusiast
- Posts: 54
- Joined: 27 May 2015, 21:24
Re: Bulk Price Editor is Empty
Ok, so my next question is - if I want to change, for example, the price of all products that are currently "$10" to be "$20", no matter what category they may be in, is there a way to do that? To set the price edit by current price, rather than by choosing categories?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Bulk Price Editor is Empty
Hi, for now there is no such rule, so this is maybe better to do directly in databse where you edit all the products where the proice is 10 to be 20.
Jan
Code: Select all
UPDATE phocacart_products SET price = "20.0000" WHERE price = "10.0000"
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 54
- Joined: 27 May 2015, 21:24
Re: Bulk Price Editor is Empty
Great idea, thanks!
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: