我的购物车页面和结帐页面中有 paypal 快速结帐按钮。我只想从一页结帐的付款信息步骤中删除贝宝快速结帐单选按钮。
我尝试从位于的 xml 文件中删除以下代码
应用程序/设计/前端/默认/默认/布局/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>
但它不起作用。知道如何做到这一点吗?