View Single Post
  #5  
Old 03-08-2013, 02:54 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Payment Method - use Smarty var in "Special instructions" ?

It's the future...

Checkout One version 2 made some changes to the template structure.
In version 2.0.2

file:
/skin/common_files/modules/Checkout_One/checkout_one_payment_methods.tpl

FIND:
{$v.payment_details}

REPLACE WITH:
Code:
{* BEGIN var in payment details mod *} {* {$v.payment_details} *} {eval var=$v.payment_details assign="paydtls"} {$paydtls} {* END var in payment details mod *}
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote