Page 1 of 1

Bulk Price Editor is Empty

Posted: 20 Jun 2022, 18:21
by TechMistress
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

Re: Bulk Price Editor is Empty

Posted: 21 Jun 2022, 11:55
by Jan
Hi, where exactly are not listed the products? Can you paste a screenshot?

Jan

Re: Bulk Price Editor is Empty

Posted: 23 Jun 2022, 23:35
by TechMistress
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!

Re: Bulk Price Editor is Empty

Posted: 24 Jun 2022, 07:56
by Benno
Hi,
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?
Yes, you are right!

See images of this example:
Image

Image

Image

Image

Image

Re: Bulk Price Editor is Empty

Posted: 24 Jun 2022, 07:57
by Benno
Image

Kind regards,
Benno

Re: Bulk Price Editor is Empty

Posted: 24 Jun 2022, 18:08
by TechMistress
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?

Re: Bulk Price Editor is Empty

Posted: 27 Jun 2022, 16:21
by Jan
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.

Code: Select all

UPDATE phocacart_products SET price = "20.0000" WHERE price = "10.0000"
Jan

Re: Bulk Price Editor is Empty

Posted: 01 Jul 2022, 00:04
by TechMistress
Great idea, thanks!

Re: Bulk Price Editor is Empty

Posted: 01 Jul 2022, 16:29
by Jan
Ok