【发布时间】:2014-11-28 11:08:53
【问题描述】:
我已将文件 ../template/checkout/onepage/billing.phtml 复制到我的主题中,并更改了其代码,但没有任何变化。当我进行修改时,其他文件(例如运输更改)。
为什么会这样?如何更改 billing.phtml?
【问题讨论】:
标签: magento e-commerce php
我已将文件 ../template/checkout/onepage/billing.phtml 复制到我的主题中,并更改了其代码,但没有任何变化。当我进行修改时,其他文件(例如运输更改)。
为什么会这样?如何更改 billing.phtml?
【问题讨论】:
标签: magento e-commerce php
要在 magento 中找出特定的模板文件,请使用模板提示路径。这是启用此功能的好教程:
http://excellencemagentoblog.com/magento-template-path-hints-magento
您可以从主题中的以下位置访问 Checkout 结算步骤文件:
template/persistent/checkout/onepage/billing.phtml
希望对你有帮助!!
【讨论】: