Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Left and Right columns in checkout

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 07-17-2007, 06:53 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default 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.
__________________
xcart 5.1.2
Reply With Quote
  #2  
Old 07-17-2007, 08:03 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Left and Right columns in checkout

Please Help!!
__________________
xcart 5.1.2
Reply With Quote
  #3  
Old 07-18-2007, 06:11 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default 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?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #4  
Old 07-18-2007, 06:56 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Left and Right columns in checkout

You da man! Thx... sry about the impatience.
__________________
xcart 5.1.2
Reply With Quote
  #5  
Old 07-18-2007, 07:13 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default 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
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:25 AM.

   

 
X-Cart forums © 2001-2020