Support Center » Knowledgebase » How to change the names of the payment gateway buttons?
 How to change the names of the payment gateway buttons?
Article To change the name of the payment gateway buttons please go to Admin Panel -> Templates -> Edit Templates -> Payment -> payment_page.tpl

Find the following code:
<input type='submit' value='{$gateway.caption}'style="width:150px; margin-bottom:5px;" />


For example, if you would like to rename Wired Transfer to Money Gram, change the code above to:

<input type='submit' value='{if $gateway.caption == "Wire Tranfer"}[[Money Gram]]{else}{$gateway.caption}{/if}'style="width:150px; margin-bottom:5px;" />


If you would like to rename several payment gateway buttons, please use the following structure for the code:

<input type='submit' value='{if $gateway.caption == "Wire Tranfer"}[[Money Gram]]
{elseif $gateway.caption == "2Checkout"} [[Credit Card]]
{else}{$gateway.caption}{/if}' style="width:150px; margin-bottom:5px;" />




Article Details
Article ID: 39
Created On: 12 Feb 2010 5:37 AM

 This article was helpful  This article was not helpful

 Back
 Log in [Lost Password] 
E-mail:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Downloads
Language:

Help Desk Software by Kayako eSupport v3.60.04