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 '/100 as final_price from products_description pd, products_to_categories p2c, pr' at line 1
[ERROR:] /var/www/vinyl-audiophil.de/htdocs/core/frontend/main/func-db.php (0)
[ERROR:] /var/www/vinyl-audiophil.de/htdocs/core/frontend/main/mod-product-listing.php (0)
[ERROR:] /var/www/vinyl-audiophil.de/htdocs/index.php (0)
select distinct p.products_id, p.products_ean, p.products_model, p.discount, pd.products_name, pd.products_short_description, pd.products_head_title_tag as products_title, m.manufacturers_id, m.manufacturers_name, mi.title_tag as manufacturers_title, p.products_quantity, p.shipping_profile, p.non_cart, p.non_price, p.products_weight, slp.slp_value, slp.slp_value2, s.specials_new_products_price, (select pi.images_file from products_images pi where pi.products_id = p.products_id order by pi.images_id limit 1) as products_image, p.products_sort_order, p.products_sort_order, f.status, p.products_top_new, p.products_free_shipping, p.products_points, (if((s.status='1' and s.specials_new_products_price < p.products_price), s.specials_new_products_price, p.products_price)+ifnull((select if(opt_value is null,0,opt_value) from products_options_cache poc where poc.uproducts_id = p.uprid and poc.cg_id = '0' order by rabatt limit 1),0))*/100 as final_price from products_description pd, products_to_categories p2c, products p left join featured f on p.products_id = f.products_id left join manufacturers_info mi on (p.manufacturers_id = mi.manufacturers_id and mi.languages_id = '2') left join specials s on p.products_id = s.products_id left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join slp slp on (p.products_unit_id = slp.slp_id and slp.slp_type = 'pu' and slp.language_id = '2') where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '2' and p2c.categories_id = '226' order by final_price asc, pd.products_name limit 0, 5
[TEP STOP]
