Bulk Price Editor is Empty

Phoca Cart - complex e-commerce extension
TechMistress
Phoca Enthusiast
Phoca Enthusiast
Posts: 54
Joined: 27 May 2015, 21:24

Bulk Price Editor is Empty

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Bulk Price Editor is Empty

Post by Jan »

Hi, where exactly are not listed the products? Can you paste a screenshot?

Jan
If you find Phoca extensions useful, please support the project
TechMistress
Phoca Enthusiast
Phoca Enthusiast
Posts: 54
Joined: 27 May 2015, 21:24

Re: Bulk Price Editor is Empty

Post 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!
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9094
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Bulk Price Editor is Empty

Post 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
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9094
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Bulk Price Editor is Empty

Post by Benno »

Image

Kind regards,
Benno
TechMistress
Phoca Enthusiast
Phoca Enthusiast
Posts: 54
Joined: 27 May 2015, 21:24

Re: Bulk Price Editor is Empty

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Bulk Price Editor is Empty

Post 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
If you find Phoca extensions useful, please support the project
TechMistress
Phoca Enthusiast
Phoca Enthusiast
Posts: 54
Joined: 27 May 2015, 21:24

Re: Bulk Price Editor is Empty

Post by TechMistress »

Great idea, thanks!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Bulk Price Editor is Empty

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply