Forums / Setting Up Categories, Products, Attributes / Specifying 'Product priced by attributes' by running phpmyadmin SQL query?

Specifying 'Product priced by attributes' by running phpmyadmin SQL query?

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
31 Jul 2009, 02:26
#1
vandiermen avatar

vandiermen

Totally Zenned

Join Date:
Feb 2007
Posts:
518
Plugin Contributions:
0

Specifying 'Product priced by attributes' by running phpmyadmin SQL query?

I use easy populate to upload the catalog, easy populate does not allow you to specify 'Product priced by attributes'

can some one please correct this SQL statement for standard zc_1.3.8:

UPDATE zen_products SET products_priced_by_attribute = 1

If the products are priced by attributes and if the '+' sign prefixing the prices have to be suppressed, then the following SQL statement has to be executed :

UPDATE zen_product_attributes SET price_prefix = ''