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.
我在 Drupal 中使用 Ubercart 作为一个简单的网上商店。我无法根据购物车中所有产品的总数计算产品折扣。例如,使用 uc_custom_price 模块,我可以很容易地为用户购买多个相同产品时定义折扣。但是,如果他们购买的任何产品不止一种,我想给予折扣。如果他们以 10 美元购买第 1 项,然后以 10 美元购买第 2 项,那么我希望这两项现在都为 8 美元。
希望这是有道理的。我搜索了论坛并用谷歌搜索了几个小时,但我无法让它正常工作。谢谢你的帮助。
检查规则 + Ubercart 模块。或在创建订单时编写自定义代码