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
  #181  
Old 10-19-2004, 07:47 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

That's a good point also. Something to think about.

What do you think the strengths and weaknesses of having a Recommends tab is?

The positive is that they know exactly what steps are involved in the process and know to expect the recommendations. This is why on my checkout I made it an actual tab.
Reply With Quote
  #182  
Old 10-19-2004, 08:28 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

To be honest with you, as a customer, if I see an annoying upsell coming, I bypass it.

Just my 2 cents.
Reply With Quote
  #183  
Old 10-20-2004, 07:23 AM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default

Yeah have to admit it confused me at first becuase I thought my cart suddenly had other products in it and when you have it showing no recomendations it's even more confusing because your not sure what you're looking at as a customer.

I'd put the recommendations on the view cart screen at the bottom or down the side as text links.
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote
  #184  
Old 10-20-2004, 07:32 AM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Quote:
Originally Posted by groovico
I'd put the recommendations on the view cart screen at the bottom or down the side as text links.
I'll second that. Thumbnails can be too confusing and stall a checkout. I like text links personally.

The idea is to push them through with the minimum of steps, and close the deal before they rethink the purchase.
Reply With Quote
  #185  
Old 10-20-2004, 09:04 AM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

Yeah, ideally the process would never not have recommended links, I just haven't finished the coding

Thanks for the feedback so far, any other feedback is appreciated.
Reply With Quote
  #186  
Old 10-26-2004, 09:33 PM
  EnriqueHavoc's Avatar 
EnriqueHavoc EnriqueHavoc is offline
 

eXpert
  
Join Date: Jul 2004
Posts: 232
 

Default

Heres a few things:

1. Is it possible to merge the "method" step with the "shopping cart" step? Taking a whole step just to make that 1 choice seems unneccessary. Personally, i feel like it should be integrated into the same step as the actual "payment" step but it seems like this isnt possible the way the code is laid out

2. Similar to the way you have the tabbed news table on mixtapemp3.com(or boomers tabbed product options), it would be nice to have the "login" step not show the whole registration form by default. Having a clean "New member? Click here to register" link which after clicking would then drop down the entire form to fill out would work much better imo.... is that possible?

3. During the "payment" step, I think the tab for "method" should remain as a link in addition to the "change payment method" button within the page. In fact I think all the tabs should remain as links throughout the entire checkout process, but im not sure if this would cause any problems or not

4. Also during the "payment" step, i would like to put the customers information in multiple columns so as to more efficiently use the space on the page/


anyways thats just a few comments for now, i think its a great mod jon! i hope you keep improving it, ive already gotten a client to purchase it too
__________________
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
  #187  
Old 10-27-2004, 12:45 AM
 
jimmy_ jimmy_ is offline
 

Advanced Member
  
Join Date: Sep 2004
Posts: 37
 

Default

Quote:
Originally Posted by mytreo.net
^ you could use something from this upselling mod, it displays the thumbnails etc and if options are required then "add to cart" goes to the product details page instead.

http://forum.x-cart.com/viewtopic.php?t=6005&highlight=upselling+mod

I managed to integrate the checkout addon into the main template and I also figured out a bit more about smarty too, thanks much

Good luck with finishing the mod!



I think this is a excellent upselling mod and it should be added the the xcart software as a standard feature.


UPSELLING is really key in some / most business's
Reply With Quote
  #188  
Old 10-27-2004, 07:59 AM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

Thanks for the feedback. I've wanted to make the mod as easy and straight forward as possible for the general user to install, however some of what your asking could be customized.

Quote:
Originally Posted by EnriqueHavoc
1. Is it possible to merge the "method" step with the "shopping cart" step? Taking a whole step just to make that 1 choice seems unneccessary. Personally, i feel like it should be integrated into the same step as the actual "payment" step but it seems like this isnt possible the way the code is laid out

The way the code is laid out your right, it's difficult, and would take some serious code changes.

Quote:
Originally Posted by EnriqueHavoc
2. Similar to the way you have the tabbed news table on mixtapemp3.com(or boomers tabbed product options), it would be nice to have the "login" step not show the whole registration form by default. Having a clean "New member? Click here to register" link which after clicking would then drop down the entire form to fill out would work much better imo.... is that possible?

This isn't too much a big deal. You can just edit the customer/main/anon_checkout.tpl to include the tabs which display or hide the login/register information.

Quote:
Originally Posted by EnriqueHavoc
3. During the "payment" step, I think the tab for "method" should remain as a link in addition to the "change payment method" button within the page. In fact I think all the tabs should remain as links throughout the entire checkout process, but im not sure if this would cause any problems or not

Originally I had these as links, however prior to login, they should not be able to select method, etc. Basically it provides a way to error the flow of things.

Quote:
Originally Posted by EnriqueHavoc
4. Also during the "payment" step, i would like to put the customers information in multiple columns so as to more efficiently use the space on the page

You can edit your default invoice (I forget off the top of my head which template that page uses sorry) and take out the <pre> tags and set it up with HTML formatting.

If you need assistance feel free to post here or if your interested in custom work just PM me for details.
Reply With Quote
  #189  
Old 10-31-2004, 01:13 PM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default can you do for v4.06

Hi jon you seem to have quite a few happy customers, and you support seems better than xcart staff, ive only just brought xcart about 2 weeks ago v4.05 and know just installed v4.06 does your mode work on the new version, also i hate that checkout displays the picture can it be moded to only give text, showing what the customer has brought rather than showing the picture as well. many thanks Dean
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote
  #190  
Old 10-31-2004, 08:43 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

Yeah it will work with the 4.0 branch no problems. Should there ever be any case of incompatibility I will create and distribute a new version and give to current customers free of charge.

To remove the thumbnail, this should work:

Open /skin1/customer/main/cart.tpl

REMOVE:


FIND:

Code:
<tr><td colspan=2><hr size=1 noshade></td></tr>

REPLACE WITH (remove the colspan=2):

Code:
<tr><td><hr size=1 noshade></td></tr>

Let me know if you have any other questions.
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 10:23 AM.

   

 
X-Cart forums © 2001-2020