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
  #291  
Old 01-21-2005, 08:45 AM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

Glad you like the mod.

I am currently finishing up my company site and will then be putting mods up for sale. The mod will be available when the store opens at http://www.websitecm.com/

The recommends mod will take the products in the cart, and grab all the products that have ever been purchased with those products, and grab all the products you've configured in the upselling links section of the add/modify product page.

It will then take a random number (which you specify) of those products and display them with a show me more link to show a different random set.
Reply With Quote
  #292  
Old 01-21-2005, 08:49 AM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

The way that x-cart is designed you can't combine those 2 pages easily without affecting core code.
Reply With Quote
  #293  
Old 01-28-2005, 10:35 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

I've finally gotten my company website/store open at http://www.websitecm.com/store/ and have begun work on packaging mods I've previously created.

The newest release is a mod that clarifies the add product to cart functionality, by using a redirect landing page which makes it clear the product was added, gives them the option to continue shopping, checkout, and uses the links you set in upselling to encourage them to purchase the related products.

For more information or to demo visit:

http://www.websitecm.com/store/customer/product.php?productid=84
Reply With Quote
  #294  
Old 02-06-2005, 05:03 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

ezRecommends... Online version of candy at the checkout stand, has now been released

http://forum.x-cart.com/viewtopic.php?p=76543#76543

http://www.websitecm.com/store/customer/product.php?productid=86
Reply With Quote
  #295  
Old 02-09-2005, 01:20 PM
 
theoverpass theoverpass is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 31
 

Default

Hey,

After installing the mod Im finding myself getting errors after the usser come back from the payment page (at 2checkout), everything seams fine, but once they come back to my site they get a message:
"
Order processing error !
Payment processor declined your order.
Please review your data and try again.


Reason: (AuthCode: 123456) (TransID: 97986-28811697) (subcode/reasoncode: 1/1)
"

Do you know why this might be?

ps. I installed it quite a while ago and then my store kinda went on hiatus and I didnt have time to fix the problem, site is http://www.ingenioustees.com

Thanks,

Steve
Reply With Quote
  #296  
Old 02-09-2005, 06:53 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

^ Likely has nothing to do with ezcheckout. I'd say your gateway is not passing information correctly. If the transaction is being processed properly, then it's not passing back correct information to your x-cart.
Reply With Quote
  #297  
Old 02-10-2005, 07:26 AM
 
bluesunomi bluesunomi is offline
 

Member
  
Join Date: Feb 2004
Location: Oxford, UK
Posts: 22
 

Default

Hi,

I've got the easy checkout working on my site (V4.0.11) and have had loads of good feedback. Only trouble is that I've found a bit of a bug with wishlists.

Viewing wishlists uses cart.php so it does look odd showing the checkout process - had a quick look at doing this, but can't quite get it to work any ideas ?

Thanks.

John
__________________
X-Cart 4.06
Reply With Quote
  #298  
Old 02-10-2005, 10:38 AM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

Depending on your version of x-cart, you can open cart.php and edit the line that calls home_checkout.tpl

For 3.5.x

Code:
if (($mode == "friend_wl") || ($mode == "send_friend") || ($mode == "wlclearwl") || ($mode == "deletewl2cart") || ($mode == "add2wl") || ($mode == "wishlist") || ($mode == "addgc2wl")) { $smarty->display("customer/home.tpl"); } else { $smarty->display("customer/home_checkout.tpl"); }

For 4.x

Code:
if (($mode == "friend_wl") || ($mode == "send_friend") || ($mode == "wlclearwl") || ($mode == "deletewl2cart") || ($mode == "add2wl") || ($mode == "wishlist") || ($mode == "addgc2wl")) { func_display("customer/home.tpl",$smarty); } else { func_display("customer/home_checkout.tpl",$smarty); }
Reply With Quote
  #299  
Old 02-11-2005, 06:06 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default

I've completed a new mod, "Remember Me" Login.

Add a "Remember Me" checkbox to your store as part of the Member Login box. When checked, the person's login information is remembered, and upon returning to the store at a later date, they are logged in automatically and their previous cart contents are remembered.

http://www.websitecm.com/store/customer/product.php?productid=89
Reply With Quote
  #300  
Old 02-15-2005, 09:38 AM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default jon need a little help with cart

Hi Jon, just need a little help, you will recall i brought your cart mod about a month ago, ive just noticed a small problem when a customer enters their info on the billing address, then you leave the shipping address empty if its the same as the billing address.
Ive entered my own address in the billing section city is "Boston" County of "Lincolnshire" and leave shipping address empty as its the same as billing, but its not entering the correct details its showing up in the shipping address as - city "London" and county is "London" its not updating the shipping details correct.
Please can you advise Jon, many thanks again Dean
__________________
--------------
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 09:21 PM.

   

 
X-Cart forums © 2001-2020