1052 - Column 'products_id' in from clause is ambiguous
select p.products_id, pd.products_name, IF(pg.customers_group_price IS NOT NULL, pg.customers_group_price, p.products_price) as products_price, s.specials_new_products_price, s.expires_date, s.customers_group_id from products p, products_description pd, specials s LEFT JOIN products_groups pg using (products_id, customers_group_id) where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = s.products_id and s.specials_id = '3'
when I press edit on the specials page for a product, this error occurs.
Looked everywhere and found no answer. I created the specials product from a dropdown product. I can delete the special and add it back but I do not like giving this code to my customer. Any similars?
any fixes?
Additional warning on admin screen "Warning: Division by zero in /mnt/w0209/d46/s24/b026add5/www/store/catalog/admin/specials.php on line 331"





LinkBack URL
About LinkBacks








Bookmarks