Page 1 of 1
Is there an extension that allows my store to have a fixed price for every product in every category
Posted: Thu May 30, 2019 5:19 am
by razmon
Hi all
I'm new so please be patient. I want to run a promotion that allows me to set every product in every category to a price of $20 as a special price. I can't seem to find an extension that does this.
Can anybody help please
Kind regards
Ray
Re: Is there an extension that allows my store to have a fixed price for every product in every category
Posted: Thu May 30, 2019 5:29 am
by thekrotek
And you won't find any extension, because OpenCart structure doesn't allow such things. At least, it's not simple.
You can run a DB query and set the same prices for products in given category ID, but you won't be able to revert it back.
Re: Is there an extension that allows my store to have a fixed price for every product in every category
Posted: Thu May 30, 2019 6:09 am
by DigitCart
Hi
if I understand you, I have an extension that can do that:
Bulk Change Price And Special Price
https://www.opencart.com/index.php?rout ... n_id=36451
For example you are able to change price of all products of Category A to $20. you can try my demo.
Re: Is there an extension that allows my store to have a fixed price for every product in every category
Posted: Thu May 30, 2019 3:53 pm
by thekrotek
This is basically the same as changing them in database directly using MySQL. I'm pretty sure the guy wanted it differently.