Error No: 1054: Unknown column 'store_id' in 'where clause'
cgcmart opened this issue · comments
Leo Wang commented
DELETE FROM oc_cart
WHERE store_id
= '0' AND (api_id
> '0' OR customer_id
= '0') AND date_added
< DATE_SUB(NOW(), INTERVAL 1 HOUR): in ../system/library/db/mysqli.php on line 122
Leo Wang commented
according to db_schema, manually add "store_id" column to table "oc_cart" in database.