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)
-   -   Left and Right columns in checkout (https://forum.x-cart.com/showthread.php?t=32629)

ARW VISIONS 07-17-2007 06:53 PM

Left and Right columns in checkout
 
Does anyone know how to add columns to the checkout pages? Want to add custom columns to the checkout pages with customer testimonials and my logos.

ARW VISIONS 07-17-2007 08:03 PM

Re: Left and Right columns in checkout
 
Please Help!!

carpeperdiem 07-18-2007 06:11 AM

Re: Left and Right columns in checkout
 
Ashley,

First, you don't need to bump a question in 70 minutes...

Next, are you using Fast Lane Checkout?

If so, your main template for FLC is:

/skin1/modules/Fast_Lane_Checkout/home.tpl

It's ALREADY in 3-column format -- with a spacer image as a placeholder.

Code:

<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
<td width="6">&nbsp;</td>
<td valign="top" align="center">
<table cellpadding="0" cellspacing="0" width="700">
<tr>
<td align="left">
<!-- central space -->
{if $checkout_step ge 0}
{include file="modules/Fast_Lane_Checkout/tabs_menu.tpl"}
{include file="dialog_message.tpl"}
{include file="modules/Fast_Lane_Checkout/home_main.tpl"}
{else}
{include file="dialog_message.tpl"}
{include file="modules/Fast_Lane_Checkout/home_main.tpl"}
{/if}
<!-- /central space -->
&nbsp;
</td>
</tr>
</table>
</td>
<td width="6">&nbsp;</td>
<td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /> </td>
</tr>
</table>


FIND:
Quote:

<td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /> </td>

And instead of the spacer image, put your content.

Is that what you want?

ARW VISIONS 07-18-2007 06:56 AM

Re: Left and Right columns in checkout
 
You da man! Thx... sry about the impatience.

carpeperdiem 07-18-2007 07:13 AM

Re: Left and Right columns in checkout
 
no prob...

you do realize that adding content to the checkout page breaks conventional wisdom on a clean checkout? the logic is that once a customer has decided to pay for the goods, merchant should get the money and make the sale as fast/easy/simple as possible. Upselling during checkout can be risky... it works for some, but others (amazon in particular) make it literally impossible to get out of checkout once you're in.

hope this works for you.

Jeremy


All times are GMT -8. The time now is 01:19 PM.

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