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.
如何从设置管理方面获得价值,如系统->配置->销售->运输方式->免费送货->最低订单金额
您可以使用此函数获取商店配置值
Mage::getStoreConfig('carriers/freeshipping/free_shipping_subtotal');
getStoreConfig是一种获取我们在管理员中设置的配置值的方法。
getStoreConfig
carriers/freeshipping/free_shipping_subtotal是存储在数据库表core_config_data中的路径。