下訂單後,無法將產品添加到購物車。 Magento不斷告訴我:無法將商品添加到購物車。Magento:訂單後無法將產品添加到購物車
另外,如果我嘗試重新排序,我得到了一個錯誤:
SQLSTATE[42000]: Syntax error or access violation: 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 '' at line 1";i:1;s:2954:"#0 C:\wamp\www\ronamagento\trunk\lib\Zend\Db\Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array)
如果我註銷,然後重新登錄中,一切工作正常,直到我重新下訂單。
有什麼想法?
----------------------編輯----------------------- ---
這些錯誤似乎來自sales/order/controllers/OrderController.php,在$ cart-> save()中的重新排序函數中。
和Checkout/controllers/CartController.php中的add函數相同代碼
看起來像我的購物車對象壞了或者其他東西。
----------------------編輯------------------------ -
----------------------編輯#2 ------------------- -------
那麼,如果我註釋行$ this-> getQuote() - > collectTotals();在Checkout/model/cart.php的保存功能,它似乎工作,但不顯示該項目已添加到我的購物車。然後我放回代碼行,一切正常。似乎在collectTotals()中有什麼錯誤...
----------------------編輯#2 ---------- ----------------
謝謝!
現在,你有沒有安裝任何擴展?如果是這樣,只需禁用或刪除這些extensins。 –
是的我有幾個擴展安裝+創建了許多自定義模塊,但我試圖禁用它們全部,沒有成功 –
同樣的問題,我got.i不知道如何進一步進一步。我的網站至少100個自定義modeules在那裏。任何人都可以幫助 – sivakumar