View Single Post
  #9  
Old 07-10-2007, 03:50 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,164
 

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

Quote:
Originally Posted by chamberinternet
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

Hi Shafiq :sK,

Tried your code/mod but the page displays nothing - no errors or anything.

Any other thoughts?

Thanks again for your help and time.

Regards

Nick
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote