How to remove Paypal Quick Checkout button from Magento when using Paypal.
Created on 2009-Dec-03
Updated on 2009-Dec-03
If you disable "guest checkout" in magento -- and are using PayPal -- guest check is still possible via Paypal button--it will show below the "Proceed to Checkout" button.
In order to completely remove the possibility of Guest checkout, you'll need to alter the following:
app/design/frondend/default/YOURTEMPLATE/template/paypal/link.phtml
- copy link.phtml to link-01.phtml or whatever
- open/edit link.phtml and delete (or comment out) everything.