本文介绍了Magento产品有不同的子项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
假设我有带可连接衣领的产品衬衫:
用户可以获得不同颜色的衣领:
假设衬衫A(价格10)用户有领c1(价格1),c2(价格3),c3(价格5),c4(价格2)用户可以买5个领c1,2个领c2产品总价= 10 + 5 + 6 = 21
并将它们显示为价格为21的单品。
我如何在magento中实现它
解决方案
Suppose i have product shirt with attachable collar:
user can get collar of different colors:
Suppose For Shirt A(price 10) user have collar c1(price 1) , c2(price 3) ,c3(price 5) ,c4(price 2) user can buy 5 qty of collar c1 , 2 qty of collar c2 total price of product =10+5+6=21
and show them as single product of price 21.
How can i implement it in magento
解决方案
这篇关于Magento产品有不同的子项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!