我想为opencart
3.0+运费增加多项选择权,
像目前我们只能选择从运输选项,但我想选择多个选项,如下图:
答案 0 :(得分:1)
该问题的另一个解决方案是为洗衣机类别中的洗衣机添加选项,以便仅在用户购买洗衣机时才显示。为此,请为每台洗衣机产品添加自定义选项。
这可以通过以下方式解决:
Admin > catalog > Options > add Washing machine(Baumatic...) > select type as
checkbox > add 2 Option value Installation & Remove.
对于每台洗衣机产品:
Admin > Catalog > product > edit washing machine product > go to options Tab >
select washing machine(option we add above) > add price for installation & remove.
此解决方案可以适用于您提供的示例中的所有三个类别。
我希望这对你有用。