If I want all my products priced by attributes, do I have to go to each product and individually tick the box "Product Priced by Attributes:" or is there a quicker way?
If I want all my products priced by attributes, do I have to go to each product and individually tick the box "Product Priced by Attributes:" or is there a quicker way?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks, what query do I run?
I am looking at this thread http://www.zen-cart.com/forum/showthread.php?p=764578
If you really want *all* your products to be priced by attributes then just run
UPDATE products SET products_priced_by_attribute = 1;
as per the instructions in that thread and ensuring that you also do the extra step advised by Ajeh.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)