View Single Post
  #5  
Old 08-31-2004, 08:47 AM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default

Well, I know this thread is almost 2 years old now, but if anyone can help, I'd greatly appreciate it. I can't figure out how to modify the following code so that it won't be so wide and break up our template after checkout (i.e. the invoice that's shown to the buyer after they successfully make a purches).

Code:
{* $Id: order_message.tpl,v 1.32 2004/07/07 09:49:52 svowl Exp $ *} {if $this_is_printable_version eq ""} {capture name=dialog} <FONT class="ProductDetails">{$lng.txt_order_placed}</FONT> <FONT class="ProductDetails">{$lng.txt_order_placed_msg}</FONT> {/capture} {include file="dialog.tpl" title=$lng.lbl_confirmation content=$smarty.capture.dialog extra="width=100%"} {/if} {capture name=dialog} {section name=oi loop=$orders} {include file="mail/html/order_invoice.tpl" is_nomail='Y' products=$orders[oi].products giftcerts=$orders[oi].giftcerts userinfo=$orders[oi].userinfo order=$orders[oi].order} {if $active_modules.Interneka ne ""} { include file="modules/Interneka/interneka_tags.tpl" } {/if} {/section} {if $this_is_printable_version eq ""} <TABLE border="0" width="100%"> <TR> <TD align="left">{include file="buttons/button.tpl" button_title=$lng.lbl_print_invoice href="order.php?mode=invoice&orderid=`$orderids`" target="preview_invoice"}</TD> <TD align="right">{include file="buttons/button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"}</TD> </TR> </TABLE> {/if} {/capture} {include file="dialog.tpl" title=$lng.lbl_invoice content=$smarty.capture.dialog extra="width=100%"}
__________________
--------------------
X-Cart Gold 4.1.11
Linux/Apache
--------------------
Reply With Quote