View Single Post
  #7  
Old 11-08-2004, 07:54 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Quote:
Originally Posted by mffowler
Jon,

You post just about everywhere with your checkout mod ... It's clean and I like it, but this post is about X-Cart's look of the cart.tpl, which isn't the end-all of the shopping experience for the customer.

I wasn't posting about my checkout mod, I was simply directing him to the code on that page which I posted to assist somebody else in accomplishing what he was asking.

To redo the entire x-cart checkout process as a mod would cause all kinds of problems requiring support, but to recode the checkout process is certainly possible. You could redirect cart.php to cart.php?mode=checkout by default and then replace the cart details in checkout.tpl by including the cart.tpl instead. Then edit the cart.tpl to look the way you want it.
Reply With Quote