Magento – How to Disable ‘Proceed to Checkout’ Button on Cart Page

cartcheckout

I am trying to make it so PayPal is the only option the purchase products, how do I remove the 'Proceed to Checkout' button so this is the only option?

enter image description here

Thanks in advance.

Best Answer

if you want to know in which file you need to hide the text "Proceed to checkout" , you can use Magento template path hints here : system> configuration > Advanced > Developer ....

than switch to current store under Current configuration scope

than enable template path hints under Debug , than you can see from which file the text "Proceed to checkout" is coming from....

you can see below links for more information :

https://stackoverflow.com/questions/24273443/in-magento-1-9-0-0-how-can-i-enable-template-path-hint

http://support.magerewards.com/article/1534-how-do-i-turn-on-template-path-hints

Related Topic