Magento 案例价格
我的产品有两个属性,第一个是单价,第二个是箱价。 单价是magento的默认价格,对于案例价格,我创建了一个名为case pirce的新属性。 我的问题是我在产品描述中显示价格,但不允许我将案例价格添加到购物车 我在这里做错了什么吗,如果是这样,请告诉我解决方案。
I have two attributes for a product,first one is the unit price and second is the case price.
The unit price is the default price of the magento,for the case price i create a new attribute named case pirce.
My question is i display the prices in the product description,but it is not allowing me to add the case price to the shopping cart
Am i doing some thing wrong here,if so let me know the solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
实现这一目标的一种方法是将新的“数量增量”功能与分级定价结合使用。如果您查看“产品编辑”屏幕上的“库存”选项卡,则可以启用“数量增量”并设置一个值,这将强制客户将产品批量添加到购物车,数量等于“数量增量”值的倍数。
One way to achieve this is using the new "Qty Increments" feature in conjunction with Tier Pricing. If you look in the Inventory tab on the Product Edit screen, you can enable Qty Increments and set a value, which will enforce that the customer add products to the cart in batches equal to a multiple of the Qty Increment value.
产品以 1 的数量添加,因此“箱”实际上并不是系统的逻辑单元。一些选项:
如果您有任何疑问,请告诉我。希望有帮助!
谢谢,
约瑟夫·马斯蒂
Products are added in quantities of 1, so a "case" isn't really a logical unit to the system. Some options:
Let me know if you have any questions. Hope that helps!
Thanks,
Joseph Mastey
magento 称之为“分层定价”,您应该尝试按数量配置您的“案例”并为其分配折扣
magento calls it "tier pricing" you should try and configure your "cases" by quantity and assign a discount for it