Hi,
When I have Google Checkout enabled, and add a new product, when I go to checkout with that product, I get the following error (it displays where the Google Checkout button would normally be placed):
If I disable Google Checkout, the error is gone and it functions properly.Code:1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where pa.products_id = '1039'and pa.options_id = '5' ' at line 6 in: [select popt.products_options_name, poval.products_options_values_name, pa.options_values_price, pa.price_prefix, p.products_model from zen_products_options popt, zen_products_options_values poval, zen_products_attributes pa, where pa.products_id = '1039'and pa.options_id = '5' and pa.options_id = popt.products_options_id and pa.options_values_id = '215' and pa.options_values_id = poval.products_options_values_id and popt.language_id = '1' and poval.language_id = '1']
Any ideas?



