因此,我們的商店基本上銷售6個月和每年訂閱我們的企業網站。我想知道是否有辦法讓它只能添加一個訂閱(產品)到購物車,而不是倍數,所以客戶不會犯雙重訂閱購買錯誤?在Magento中可以購買/添加到購物車的產品的限制
1
A
回答
1
每爲了
創建一個觀察者的自定義模塊,以禁止添加項目,如果車已經有數量限制只有一個項目(見getItemsQty())。你也應該知道它可以用來更改項目的數量在一個人的車的updateItem()的
checkout_cart_update_items_after
checkout_cart_product_add_after
checkout_cart_add_product_complete
checkout_cart_update_item_complete
checkout_cart_save_before
checkout_cart_save_after
見 - Magento - Adding multiple products to cart programatically
要限制每個順序爲每個產品的一個
您可以通過在產品管理員中編輯庫存選項卡上的值來限制可添加到購物車的產品的最大數量。
見Magento: limit product max quantity to 1 per order. quantity 2 = 2 orders
+0
找到一個更好的家在我已經試過了,但我要的是將其限制在一個產品的每個訂單,沒有之一每個訂單的每個產品 - 是否有意義? – user2032389
+0
看看我更新的答案.. –
相關問題
- 1. Magento:產品添加到購物車
- 2. 將商品添加到購物車去購物車購物頁面購買產品
- 3. WordPress的購物車添加動態產品到購物車
- 4. Magento從訂購商品中添加可配置產品到購物車
- 5. Magento的:添加產品到購物車定製價格
- 6. 添加到購物車在Magento產品定製選項
- 7. Magento的立即購買按鈕不加入配置的產品到購物車
- 8. 可添加到購物車的物品數量限制 - simpleCart
- 9. magento可配置產品沒有「添加到購物車」按鈕
- 10. Magento SOAP API v2 - 將可配置產品添加到購物車
- 11. 通過SKU添加可配置產品到購物車 - Magento
- 12. Magento,添加可配置產品到購物車
- 13. Magento將可配置產品添加到購物車
- 14. 在顯示當我嘗試將產品添加到Magento的購物車結賬購物袋購物車
- 15. 使用拖放在magento中添加產品到購物車
- 16. Magento Theme在IE(Javascript)中將產品2x添加到購物車
- 17. 跟蹤客戶在Magento中將產品添加到購物車
- 18. Magento:Nick-naming產品添加到購物車
- 19. 將產品添加到購物車
- 20. Virtuemart:產品不添加到購物車
- 21. 添加產品到購物車Rails
- 22. 如何添加產品到購物車?
- 23. 產品未添加到購物車
- 24. 將產品添加到購物車WooCommerce?
- 25. Magento產品未加入購物車
- 26. Magento的AJAX添加到購物車產品未找到錯誤
- 27. 以編程方式將產品添加到購物車中 - 空購物車
- 28. Magento的:同樣的產品添加到購物車幾次
- 29. Magento的:添加一個「假」的產品到購物車/報價
- 30. 阿賈克斯添加到購物車未將產品添加到購物車
這個問題可能在http://magento.stackexchange.com – benmarks