Table 'vnb_v2.mkc_order_details' doesn't exist (1146)
SELECT sum(b.amount) as total_amount FROM mkc_orders as a JOIN mkc_order_details as b ON a.order_id = b.order_id WHERE a.status IN ('O', 'L') AND b.product_id = 91880 AND parent_id IS NULL
File: | app/Tygh/Database.php |
Line: | 313 |
Function: | _error |
File: | app/Tygh/Database.php |
Line: | 140 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 54 |
Function: | getRow |
File: | app/functions/fn.cart.php |
Line: | 7777 |
Function: | db_get_row |
File: | app/functions/fn.catalog.php |
Line: | 209 |
Function: | fn_check_total_remain_current |
File: | app/controllers/frontend/products.php |
Line: | 325 |
Function: | fn_get_product_data |
File: | app/functions/fn.control.php |
Line: | 589 |
Function: | include |
File: | app/functions/fn.control.php |
Line: | 381 |
Function: | fn_run_controller |
File: | index.php |
Line: | 26 |
Function: | fn_dispatch |