hello,
i hope i am in the right place. on my website i have oscommerce and i am trying to add
google checkout, everything went fine, except:
there is one link that returns the customer to my website and present them with a summary of the transacton, it is giving this error.
[b]1054 - Unknown column ‘Array’ in ‘where clause’
select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from products p, products_description pd where p.products_status = ‘1’ and p.products_id in (Array) and pd.products_id = p.products_id and pd.language_id = ‘1’
[TEP STOP][/b]
i am a novice at this , i am trying to debug this. i am confused. could someone tell me what the error means
and where i should look to correct this, i would like to fix this.
thanks,
craig