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.
我正在将 Woocommerce 与 WordPress 一起使用。如何根据选择的属性数量计算定价,如图所示。例如,当前订单应达到卢比。9100,因为有 9 个属性的价格为卢比。每个1000卢比。100 为产品基本价格。
产品的总数量始终为一。
我能够通过为 woocommerce 使用重力表单和重力表单插件来解决这个问题。
接下来,我创建了添加多个产品字段,这些字段自动附带数量字段并完成总字段。
接下来,我创建了一个产品并将其与我刚刚创建的重力形式集成在一起......瞧......
编辑:如果你们有任何其他创意这样做。请在下面回答。
您需要设置产品attributes并连接variations,因此 1 个产品可以有多个选项,这些选项都会影响价格。这里解释:
attributes
variations
http://wcdocs.woothemes.com/user-guide/product-variations/