|
|
|
|
| |
Latest products  |
|
|
|
|
|
| New Products |
 |
|
 |
|
|
| Displaying 1 to 10 (of 421 products) |
Result Pages: 1 |
1054 - Unknown column 'm.manufacturers_name' in 'order clause'
select distinct pd.products_name, p.products_image,
p.products_id,
p.products_image , p.products_price,
p.products_tax_class_id,
if(s.status, least(s.specials_new_products_price, p.products_price), p.products_price) as final_price from (products p
left join specials s using(products_id) ),
products_description pd where p.products_status = '1'
and pd.products_id = p.products_id
and pd.language_id = '1'
and date_sub(curdate(),interval 30 day) <= p.products_date_added order by m.manufacturers_name , pd.products_name limit 0, 10
[TEP STOP]
| | | |