How to Remove ‘What is PayPal?’ from PayPal Option on Checkout

checkoutpaymentpaypal

I have set-up PayPal as an option on my store. And by default on the payment option selection page next to the PayPal logo there is text stating "What is PayPal?" that links to the PayPal website.

I was wondering how I would remove the text and link.

enter image description here

Best Answer

You can do it from this template file :

/app/design/frontend/base/default/template/paypal/payment/mark.phtml

Both paypal logo and text "What is Paypal" is coded in this file.

Ideally you should copy this file with same path in your theme and modify this file according to requirements.

Like if your theme is :

/app/design/frontend/default/mytheme

Then in its template folder create same path as "paypal/payment" and put modified mark.phtml here(If the path and file is already here you can directly modify it).

Related Topic