View Single Post
  #8  
Old 07-10-2007, 02:56 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default Re: Payment methods - Special instructions - HTML - call .tpl coding help

I've never actually used this mod before ...

Been looking and wondering if the following will help:

- Open up /skin1/customer/main/checkout.tpl

- Find the following line:
Code:
{$payment_methods[payment].payment_details|default:" "}

- Replace with the following:
Code:
{if $payment_methods[payment].paymentid eq 16} {if $ruby_store_currency eq GBP} {include file="skin1/modules/Fast_Lane_Checkout/GBP_pay.tpl"} {elseif $ruby_store_currency eq USD} {include file="skin1/modules/Fast_Lane_Checkout/USD_pay.tpl"} {/if} {else} {$payment_methods[payment].payment_details|default:" "} {/if}

Hope this helps ?

Regards

Shafiq :sK
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote