
Originally Posted by
Ajeh
On all of your Products that are Priced by Attribute, they are ALL set with products_price = 0.00 correct?
If so, run the following in the Tools ... Install SQL Patches ...
Code:
UPDATE products SET products_priced_by_attribute = 0 WHERE products_price = 0;
Have you done any customization to Attribute Grid Layout other than install it?
I have Attribute Grid Layout installed and cannot reproduce a screen with any product set to Priced by Attribute that shows the $0.00 next to the Attribute as you have it ...
See if there are any changes when you run that SQL Update in the Install SQL Patches ...
No changes after running SQL. When price by attribute product price is 0 on as each attribute have its own price, but when I change product price to 0+ and don't enter any value for attribute price on site it shows 0 as shown in image I sent you.
The only change in attribute grid I have made is table width and heading.
Also if you do inspect element on quantity box next to attribute it shows product id with attribute id:
Code:
<input type="text" name="products_id[5191:9376ceecf951315849b15ec782b9cf74]" size="3" value="0">
Do you think we can add somehow this products_id + Attribute Id so google can catch separate price for each attribute as they mentioned in link I sent in post above.