Magento 无法为我的送货方式设置免费送货(根据促销规则)
Magento can't set free shipping for my shipping method (by promo rules)
我有自己的运输方式,有一定的逻辑。
//some logic
$method->setPrice($price);
在管理面板中的促销规则中,我为某些条件设置免费送货,所有其他送货方式设置为 0,但不是可以。
请帮助我,我错过了什么?
使用
if ($request->getFreeShipping() === TRUE) {}
我有自己的运输方式,有一定的逻辑。
//some logic
$method->setPrice($price);
在管理面板中的促销规则中,我为某些条件设置免费送货,所有其他送货方式设置为 0,但不是可以。 请帮助我,我错过了什么?
使用
if ($request->getFreeShipping() === TRUE) {}