X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   The mysterious magic 2 buttons (https://forum.x-cart.com/showthread.php?t=38977)

figamajig 04-10-2008 07:39 PM

The mysterious magic 2 buttons
 
If you are logged in, and have an item in the cart, 2 buttons appear on the cart page.

Continue shopping and checkout.

Where in the name of gods mercy are these two buttons in the tpl files? I have literally gone through all /customer/ templates and couldn't find any trace of them.

Sorry, I need help :(

Ene 04-10-2008 10:52 PM

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


Holub 04-11-2008 04:24 AM

Re: The mysterious magic 2 buttons
 
Why you didn't use Webmaster Mode? This tool could help you!

figamajig 04-11-2008 06:04 AM

Re: The mysterious magic 2 buttons
 
Thank you.

And Holub, The webmaster mode crashes my FireFox on Mac OSX 10.5 :(

Holub 04-11-2008 06:21 AM

Re: The mysterious magic 2 buttons
 
Wow! Why you don't use Safari? It's very pretty browser!

figamajig 04-11-2008 10:38 AM

Re: The mysterious magic 2 buttons
 
But I love my Fox :P

carpeperdiem 04-11-2008 10:52 AM

Re: The mysterious magic 2 buttons
 
Quote:

Originally Posted by Holub
Wow! Why you don't use Safari? It's very pretty browser!


Antony, We're not having a good day now, are we?

Safari is a LOUSY browser for web design and seo, once you load firefox up with webmaster tools and google toolbar.

You will do MUCH better/faster/better work as a web designer with the tools in the firefox plugin(s). But I agree that Safari (actually WebKit) is a fine browser for general use.

figamajig: I am still stuck in 10.4.11 on my macs, (long story) but firefox and webmaster mode are fine in tiger.


All times are GMT -8. The time now is 05:09 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.