Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个 Web 部件来计算价格,并让客户将长度和宽度等数据输入到购物车内的价格计算表单中。这可能吗?
这应该不难实现,但是我会将这些字段作为文本产品选项直接添加到给定产品中。这使得计算价格变得更加容易,并且您不必自定义购物车源文件。使用这种方法,您只需根据我们的文档覆盖CalculateUnitPriceInternal(ShoppingCartItemInfo)方法:
自定义信息提供者
最好的问候,扬赫尔曼