【发布时间】:2012-04-22 15:39:13
【问题描述】:
我的购物车页面和结帐页面中有 paypal 快速结帐按钮。我只想从一页结帐的付款信息步骤中删除贝宝快速结帐单选按钮。
我已尝试从位于
的 xml 文件中删除以下代码app/design/frontend/default/default/layout/paypal.xml
<checkout_cart_index>
<reference name=\"checkout.cart.top_methods\">
<block type=\"paypal/express_shortcut\" name=\"checkout.cart.methods.paypal_express\" template=\"paypal/express/shortcut.phtml\"/>
</reference>
<reference name=\"checkout.cart.methods\">
<block type=\"paypal/express_shortcut\" name=\"checkout.cart.methods.paypal_express\" template=\"paypal/express/shortcut.phtml\"/>
</reference>
</checkout_cart_index>
但它不起作用。知道如何做到这一点吗?
【问题讨论】:
标签: paypal magento-1.4 magento-1.5 magento