I've posted this issue in the french forum, but have had no answer so I'll try here :-)
http://www.psfrance....read.php?p=3304
On my test site http://old.boran.ie:8084/presta1/
I cannot order most products, when being added to the basked I get the error "please fill all required fields"
This error comes from hasAllRequiredCustomizableFields() in classes/Product.php, which gives an error because the query
Quote
SELECT `id_customization_field`, `type` FROM `ps2_customization_field` WHERE `id_product` = 15 AND `required` = 1;
returns an empty set.
In fact the ps2_customization_field table is empty.
Is that a problem? What does it really mean?
In the product definition there are only a few required fields and they have values. Degressive pricing, variations, customisable attributes etc. are not used.
Any suggestions please?




Back to top









