如何在Magento 1.9上启用免费送货

时间:2018-04-07 05:54:04

标签: magento magento-1.9

我正在使用Magento 1.9.3并在app / design / frontend / rwd / default / template / catalog / product

中的view.phtml上编写php if / else语句

我需要查看我的php if / else语句是否在管理员中启用了免费送货。我可以通过Mage :: getStoreConfig(' carrier / freeshipping / free_shipping_subtotal')获得订单总额,但也需要查明是否启用免费送货。有没有办法找到是否启用免费送货。

1 个答案:

答案 0 :(得分:0)

您可以通过以下代码获得免费送货启用/停用状态

Mage::getStoreConfig('carriers/freeshipping/active')