|
|
|
 |
| Displaying 1 to 5 (of 5 products) |
Result Pages: 1 |
|
 |
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 '' at line 1
select p.products_id, p.products_quantity, p.products_weight, p.products_image, p.products_thumb_image, p.manufacturers_id, p.products_variety_id, p.products_price, p.products_tax_class_id, p.products_flat_rate_id, p.products_auction, p.products_auction_date, pd.products_name, pd.products_line1, pd.products_line2, pd.products_line3, s.expires_date, IF (s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF (s.status, s.specials_new_products_price, p.products_price) as final_price from products p inner join products_description pd ON p.products_id = pd.products_id and pd.language_id = 1 left join specials s ON p.products_id = s.products_id where p.products_id =
[TEP STOP]
| | |