Table 'fveookfr_jscart.cscart_product_options_inventory' doesn't exist (1146)
SELECT id_path FROM cscart_categories WHERE category_id in (SELECT DISTINCT category_id FROM cscart_products_categories WHERE product_id in (SELECT p.product_id FROM cscart_product_features_values as pfv INNER JOIN cscart_products as p ON (p.product_id=pfv.product_id AND p.status='A')LEFT JOIN cscart_product_options_inventory as i ON i.product_id=p.product_id WHERE variant_id=86 AND (CASE p.tracking WHEN 'B' THEN i.amount > 0 WHEN 'B' THEN p.amount > 0 ELSE 1 END) ) )
app/Tygh/Database/Connection.php, line: 1712
File: | app/Tygh/Database/Connection.php |
Line: | 1489 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 699 |
Function: | execQuery |
File: | app/Tygh/Database/Connection.php |
Line: | 479 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 85 |
Function: | getColumn |
File: | app/addons/ab__landing_categories/func.php |
Line: | 247 |
Function: | db_get_fields |
File: | app/addons/ab__landing_categories/controllers/frontend/product_features.post.php |
Line: | 26 |
Function: | fn_ab__lc_get_category_tree |
File: | app/functions/fn.control.php |
Line: | 722 |
Function: | include |
File: | app/functions/fn.control.php |
Line: | 458 |
Function: | fn_run_controller |
File: | index.php |
Line: | 19 |
Function: | fn_dispatch |