|
|
|
| Displaying 1 to 27 (of 27 products) |
Result Pages: 1 |
1054 - Unknown column 'pd.products_namep.format' in 'order clause'
select p.products_image, p.sample, pd.products_name, p.products_date_available_mp3, p.format, p.track_title, p.mix_title, a.artists_name, r.artists_name as remixer_name, cd.categories_name, p.sample, m.manufacturers_name, p.products_sku, p.release_date, p.format, p.products_id, p.manufacturers_id, 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 s on p.products_id = s.products_id, categories_description cd, products_description pd, artists a, artists r, manufacturers m, products_to_categories p2c where p.products_status = '1' and p.products_visible = '1' and pd.products_id = p.products_id and pd.language_id = '1' and p2c.products_id = p.products_id and cd.categories_id = p2c.categories_id and p.manufacturers_id = m.manufacturers_id and p.artists_id = a.artists_id and p.remixer_artists_id = r.artists_id and m.manufacturers_id = '82' order by p.sample , a.artists_name, pd.products_namep.format , a.artists_name, pd.products_name limit 0, 30
[TEP STOP]
| | | | |