View Single Post
  #4  
Old 01-19-2005, 05:45 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

ive done something similar in the past but like this

create an extra button to print your invoice and add an extra var

ie - orders.php?orderid=blah&showcc=Y

then on the invoice wrap the cc code part in this

Code:
{if $smarty.get.showwcc eq "Y"} cc details {/if}

this is a very basic example and the button code is made up but should give you an idea of how to achieve it
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote