:'( After loging in as wholesale customer. I get
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, p.products_tax_class_id, p.products_image, s.specials_new_products_price from products p, products_description pd, specials s LEFT JOIN products_groups pg using (products_id, customers_group_id) where p.products_status = '1' and p.products_id = s.products_id and pd.products_id = s.products_id and pd.language_id = '1' and s.status = '1' and s.customers_group_id= '1' order by s.specials_date_added desc limit 10
[TEP STOP]
in the right side box then the page is normal with
My account
Shopping cart
Best Sellers
I can not locate what is causing the error, Possibly Specials.php