NULL
string(1308) "SELECT p.products_image, pd.products_name, p.products_quantity, p.products_id, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description,
IF(s.status = 1, s.specials_new_products_price, NULL) AS specials_new_products_price,
IF(s.status = 1, s.specials_new_products_price, p.products_price) AS final_price,
p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status,
p.products_price_sorter * (1 + IFNULL(tr.tax_rate, 0) / 100) AS srb_price_sorter
FROM products p
LEFT JOIN specials s ON s.products_id = p.products_id
LEFT JOIN products_description pd ON pd.products_id = p.products_id
AND pd.language_id = 43
LEFT JOIN products_to_categories p2c ON p2c.products_id = p.products_id
LEFT JOIN manufacturers m ON m.manufacturers_id = p.manufacturers_id
LEFT JOIN tax_rates tr ON tr.tax_class_id = p.products_tax_class_id
WHERE p.products_status = 1
AND p2c.categories_id = 223
ORDER BY p.products_sort_order, pd.products_name"
Spiele mit OVP
array(17) {
["products_image"]=>
string(31) "newstuffNovember29_2021_075.jpg"
["products_name"]=>
string(18) "NGage Spider-Man 2"
["products_quantity"]=>
string(1) "1"
["products_id"]=>
string(5) "64992"
["products_type"]=>
string(1) "1"
["master_categories_id"]=>
string(3) "223"
["manufacturers_id"]=>
string(1) "0"
["products_price"]=>
string(7) "24.9900"
["products_tax_class_id"]=>
string(1) "3"
["products_description"]=>
string(31) "
Cartridge + Box + Manual
"
["specials_new_products_price"]=>
NULL
["final_price"]=>
string(7) "24.9900"
["products_sort_order"]=>
string(1) "0"
["product_is_call"]=>
string(1) "0"
["product_is_always_free_shipping"]=>
string(1) "0"
["products_qty_box_status"]=>
string(1) "1"
["srb_price_sorter"]=>
string(15) "24.990000000000"
}