X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Easy Checkout Mod for X-Cart 3.5.x and 4.0.x (https://forum.x-cart.com/showthread.php?t=9085)

btomasie 07-18-2005 02:58 PM

Hi Jon,
I have just purchased the Easy Checkout and ezUpsell... are the install instructions updated to reflect v4.0.14 ?

Also, the Easy Checkout was downloadable, but what about ezUpsell? Will that be emailed?

Thanks,
Brian

Jon 07-18-2005 04:13 PM

Hi Brian, yes instructions work with 4.0.14. Orders will be mailed to you generally in 24-48 hours, but I will be fulfilling orders tonight so you will receive it then.

gbanse 07-27-2005 09:38 AM

Discount Coupons
 
I'm not sure this belongs in this thread or not but I think it does.

I've purchased and installed Easy Checkout Mod on my X-C Gold v4.0.12. I noted that on the cart page - where I can select a delivery method and submit a discount coupon number - when I submit an invalid coupon number nothing happens. The error messages don't display and the user gets no feedback on what happened. It appears to work fine if the coupon exists but not when it doesn't.

Like I said, I'm not absolutely positive where this post should go but I thought I'd start here since this mod is installed and seems to be in control of the checkout process.

Jon 07-27-2005 10:27 AM

Try opening /skin1/customer/home_checkout.tpl

FIND:


AFTER ADD:

Code:

{include file="dialog_message.tpl"}

gbanse 07-27-2005 11:06 AM

That did the trick! Thanks Jon!

Mr Bob 07-27-2005 11:18 AM

Beautiful work Jon. :D

Tuner 07-27-2005 11:29 AM

Been using this mod for sometime.
I found 2 issues
1. If your login fails you are taken out of the easycheckout template. I have a hack that fixes this if anyone is interested?

2. If you have already logged in, you view your cart, and click the Modify button to Modify your address info it takes you out of the easycheckout templated.
(this I do not have a fix for???)

Any Ideas???

Jon 07-27-2005 12:21 PM

gbanse: Great, no prob.

Mr. Bob: Thanks, I haven't seen an order from you yet :)

Tuner:

These additions were left out because we wanted to provide the easiest install process as possible to avoid upgrade issues and customer difficulties.

2) You should be able to accomplish this by editing register.php. Not sure if this will work, but you can try it (this is for 4.x):

Open /register.php

FIND:

Code:

func_display("customer/home.tpl",$smarty);

REPLACE WITH:

Code:

if ($redirect2) {
func_display("customer/home_checkout.tpl",$smarty);

} else {
func_display("customer/home.tpl",$smarty);
}


Tuner 07-27-2005 12:49 PM

Ohhh yahh Duhh thanks.
Scott

Yah these other two mods double the install difficulty and only add a minor improvment.
Maybe You should add direction to do this as an OPTION. For advanced users or something.
Either that or I will post my mods if anyone is interested.
Scott

Jon 07-27-2005 12:57 PM

Will do.

I've been trying to email you to setup an interview R.E. your resume but they've all been bouncing. Can you PM me a valid email?


All times are GMT -8. The time now is 07:44 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.