| Shop By... |
|
|
|
|
 |
|
|
 |
|
|
| Compare Products |
 |
| You have no items to compare. |
 |
|
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
 |
|
Adjust Font Size:
|
 |
|
|
|
 |
|
 |
|
|
 |
| Word of the Week |
| by Denise at BrightLife Direct |
|
| CONTRAINDICATION |
|
|
|
|
 |
|
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 10
select p.products_image, m.manufacturers_name, pd.products_name, p.products_model, p.products_id, p.manufacturers_id,pd.products_description, p.products_price, p.products_tax_class_id, 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
left join specials_retail_prices s using(products_id)),
products_description pd,
manufacturers m
where p.products_status = '1'
and pd.products_id = p.products_id
and pd.language_id = '1'
and p.manufacturers_id = '3'
and m.manufacturers_id = '3' and (products_group_access like "%,G,%" or products_group_access like "G,%" or products_group_access like "%,G" or products_group_access="G") order by p.sort_order,pd.products_name,
TEP_DB_ERRORR
| |