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

Easy Checkout Mod for X-Cart 3.5.x and 4.0.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #221  
Old 11-04-2004, 10:06 AM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

Sorry, gave you instructions for 3.5 instead of 4.0

Replace:

Code:
func_display("customer/home_checkout.tpl",$smarty);

With this:

Code:
if ($mode == "checkout") { func_display("customer/home_checkout.tpl",$smarty); } else { func_display("customer/home.tpl",$smarty); }
Reply With Quote
  #222  
Old 11-04-2004, 11:25 AM
 
adamsteinhoff adamsteinhoff is offline
 

Member
  
Join Date: Sep 2004
Posts: 19
 

Default

Quote:
Originally Posted by Jon
Sorry, gave you instructions for 3.5 instead of 4.0

Once again... You are the man. THANKS!
__________________
X-Cart 4.0.3
PHP 4.3.8
OS Linux
Perl 5.006001
XML 1.95.6
Reply With Quote
  #223  
Old 11-08-2004, 02:20 PM
  rjcbear's Avatar 
rjcbear rjcbear is offline
 

X-Adept
  
Join Date: Jun 2004
Location: Alabama,U.S.A
Posts: 503
 

Default

Jon,

I would like to add couple of banners to the checkout process at the bottom just like you have in your site. Would you please point me in the direction of the proper templete files that I need to edit in order to have the banners display.

Thank you in advance.

Kind regards,
Ricky
__________________
X-CART Gold version 4.0.14 & 4.1.11
Apache Version 1.3.29 (Unix)
EWDHosting-Quality X-cart Hosting
We will always sell you the right shoe and the left one is free.
Reply With Quote
  #224  
Old 11-08-2004, 02:33 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

^ Simply edit your /skin1/customer/home_checkout.tpl
Reply With Quote
  #225  
Old 11-08-2004, 05:25 PM
  rjcbear's Avatar 
rjcbear rjcbear is offline
 

X-Adept
  
Join Date: Jun 2004
Location: Alabama,U.S.A
Posts: 503
 

Default

Quote:
Originally Posted by Jon
^ Simply edit your /skin1/customer/home_checkout.tpl

Thank you Jon working on the mod now.

One more question the confirmation step what templete is it using?

thank you in advance.

kind regards,
Ricky
__________________
X-CART Gold version 4.0.14 & 4.1.11
Apache Version 1.3.29 (Unix)
EWDHosting-Quality X-cart Hosting
We will always sell you the right shoe and the left one is free.
Reply With Quote
  #226  
Old 11-08-2004, 05:52 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

I believe it's skin1/customer/main/order_message.tpl
Reply With Quote
  #227  
Old 11-11-2004, 10:27 AM
 
AJ-UKRS AJ-UKRS is offline
 

Advanced Member
  
Join Date: Jan 2004
Posts: 92
 

Default

I noticed though my x-cart stats that im loosing alot of sales in the cart/checkout process... What can i say, the minute i got this, the sales improved, thanks for releasing this Jon... i understand the concept, its like closing the sale, works a treat!

It was very easy to install... i mean i don't have a clue about this stuff but even i could do it...

Worth every penny!
Reply With Quote
  #228  
Old 11-12-2004, 04:53 AM
  EnriqueHavoc's Avatar 
EnriqueHavoc EnriqueHavoc is offline
 

eXpert
  
Join Date: Jul 2004
Posts: 232
 

Default

Hey jon-

Is there a way to display the order and price total during the payment step? I want to give customers one last chance to make sure they have the correct items in their cart before paying...
__________________
X-Cart 4.0.12
PHP 4.3.11
MySQL 4.0.23
Linux/Apache
Net::SSLeay 1.25
libCURL libcurl/7.12.0 OpenSSL/0.9.7a zlib/1.1.4
www.ewdhosting.com
Reply With Quote
  #229  
Old 11-12-2004, 11:26 AM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

Remove the if statement "{if $config.Shipping.realtime_shipping eq "Y"}" from customer/main/checkout.tpl

In other words:

Replace:

Code:
{if $config.Shipping.realtime_shipping eq "Y"} {capture name=checkout_dialog} <form action="cart.php" method=post name=cartform> {include file="customer/main/cart_contents.tpl"} <HR noshade size=1> {include file="customer/main/cart_totals.tpl"} {if $js_enabled} {include file="buttons/update.tpl"} {else} {include file="submit_wo_js.tpl" value=$lng.lbl_update} {/if} </form> {/capture} {include file="dialog.tpl" title=$lng.lbl_shipping content=$smarty.capture.checkout_dialog extra="width=100%"} {/if}

With:

Code:
{capture name=checkout_dialog} <form action="cart.php" method=post name=cartform> {include file="customer/main/cart_contents.tpl"} <HR noshade size=1> {include file="customer/main/cart_totals.tpl"} {if $js_enabled} {include file="buttons/update.tpl"} {else} {include file="submit_wo_js.tpl" value=$lng.lbl_update} {/if} </form> {/capture} {include file="dialog.tpl" title=$lng.lbl_shipping content=$smarty.capture.checkout_dialog extra="width=100%"}
Reply With Quote
  #230  
Old 11-12-2004, 03:00 PM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default Jon can you help please

Hi Jon can you tell me how to create another menu box, i wish to call this menu box "information", also i would like to use a dingbat with it so it blends in with the rest of the menu boxes, have been looking around trying to find an answer but no luck, i have create one use tables and basic html, but i can't get it to look the same. if you get 5 mins have a look at my site, changed since you were last there, wife didn't like the look
of the colors, i have create this menu underneath the help menu.
many thanks Dean
www.premierbodyjewellery.com
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 01:16 PM.

   

 
X-Cart forums © 2001-2020