I have the paypal express checkout button in my shopping cart page and checkout page. I want to remove the paypal express checkout radio button, only from the payment information step of one page checkout.
I have tried removing the below code from the xml file located in
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>
But it doesn't work. any idea how to do this exactly ?