Jump to content

SOLVED: How do I add text to checkout paypal icon "No membership required to pay by credit card!"


Recommended Posts

Is it a paypal icon in the blockpaymentlogo?

If yes, back then modify /modules/blockpaymentlogo/blockpaymentlogo.tpl

<!-- Block payment logo module -->

getCMSLink(5, $securepayment)}">


{l s='(No membership required to pay!)' mod='blockpaymentlogo'}


<!-- /Block payment logo module -->



You will need to adjust the CSS of that span tag accordingly.

If that paypal icon belongs to paypal module, then backup and modify /modules/paypal/paypal.tpl, replace line 4 with:

{l s='Pay with PayPal. No membership required to pay!' mod='paypal'}

Link to comment
Share on other sites

  • 5 years later...
×
×
  • Create New...