View Single Post
  #2  
Old 04-10-2008, 10:52 PM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: The mysterious magic 2 buttons

The magic buttons are there: /skin1/modules/Fast_Lane_Checkout/home_main.tpl : -)

PHP Code:
<div align="right">
<
table cellpadding="0" cellspacing="0">
<
tr>
<
td>{include file="modules/Fast_Lane_Checkout/big_button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"}</td>
<
td><img src="{$ImagesDir}/spacer.gif" width="10" height="1" alt="" /></td>
<
td align="right">{include file="modules/Fast_Lane_Checkout/big_button.tpl" button_title=$lng.lbl_checkout style="button" href="cart.php?mode=checkout" color="red" arrow="Y"}</td>
</
tr>
</
table>
</
div
__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote