boran Posted January 7, 2009 Share Posted January 7, 2009 Hi,I've posted this issue in the french forum, but have had no answer so I'll try here :-)http://www.psfrance.org/forums/showthread.php?p=3304On 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 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? Link to comment Share on other sites More sharing options...
jfriday Posted September 21, 2010 Share Posted September 21, 2010 Just wondering if you ever found a solution to this? Link to comment Share on other sites More sharing options...
Recommended Posts