View Single Post
  #101  
Old 02-15-2007, 04:20 AM
 
just wondering just wondering is offline
 

X-Adept
  
Join Date: Oct 2006
Location: UK
Posts: 471
 

Default Re: A simple fix to pretty the checkout up a little

Finally! I've been wanting to use this ever since I first saw it, as it looks so much better! The Firefox issues were holding me back though as I know Firefox is quite popular.

First of all, I got the file that JWait kindly attached to his post. I've edited it slightly as to how we have addresses in the UK, but that shouldn't affect things. If it does, let me know.

In skin1/customer/main/checkout.tpl:

In a previous Post, we were just told to only change the {include line, so it would look like this:
Code:
<table cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <pre> {include file="customer/main/sexy_customer_details.tpl"} </pre> {if $paypal_express_active}
I changed it so it looks like this:
Code:
<table cellpadding="0" cellspacing="0" width="100%"> <tr> <td> {include file="customer/main/sexy_customer_details.tpl"} {if $paypal_express_active}
And it works fine for me.

Any problems, let me know. If you want the whole checkout.tpl file, just ask.
__________________
Location: UK
X-Cart: Gold 4.4.2, Status: Finalizing
Template: Colors
Free Mods: Colour Coded Orders, FAQ Manager
Paid Mods: None... yet.
Server: Linux, Apache: 2.2.15 (Unix), MySQL: 5.0.90-community, PHP: 5.2.13
Reply With Quote