Zen Cart Logo
Forums / General Questions / No "confirm the order" button

No "confirm the order" button

Locked

Views: 2,206

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
10 Dec 2007, 1:34 AM
#1
sebastiang avatar

sebastiang

New Zenner

Join Date:
Dec 2007
Posts:
3
Plugin Contributions:
0

No "confirm the order" button

Hi All,

I've recently had some complaints from purchasers who get to Step 3 and then have no "confirm the order" button.

I have done some test orders and everything seems to be working fine.

I am told this may be a settings issue?

You may view the cart here http://globalbusinessideas.com/shop/

Thanks in advance.

Cheers,

Sebastian

10 Dec 2007, 2:28 AM
#2
ivum avatar

ivum

New Zenner

Join Date:
Mar 2007
Posts:
36
Plugin Contributions:
0

Re: No "confirm the order" button

Your problem is with the Credit Card via WorldPay payment module, I don't know about this module so hopefully someone will be along to help you. If you added/edited code inside your confirmation page for this module you should recheck it, if not I would suggest reinstalling this payment module.

10 Dec 2007, 5:21 AM
#3
sebastiang avatar

sebastiang

New Zenner

Join Date:
Dec 2007
Posts:
3
Plugin Contributions:
0

Re: No "confirm the order" button

Great thanks Ivum.

We're pretty stumped with this one so I really appreciate your quick reply.

Hopefully some others will have ideas too?

Cheers,

Sebastian

10 Dec 2007, 10:52 AM
#4
ivum avatar

ivum

New Zenner

Join Date:
Mar 2007
Posts:
36
Plugin Contributions:
0

Re: No "confirm the order" button

Did you try and reinstall the module?

10 Dec 2007, 7:46 PM
#5
sebastiang avatar

sebastiang

New Zenner

Join Date:
Dec 2007
Posts:
3
Plugin Contributions:
0

Re: No "confirm the order" button

No yet, hoping to get this done soon.

Cheers,

Sebastian

11 Dec 2007, 4:35 AM
#6
pottsy avatar

pottsy

New Zenner

Join Date:
Jun 2005
Posts:
19
Plugin Contributions:
0

Re: No "confirm the order" button

Hi

I am the webmaster trying to fix this problem. I have reinstalled the Worldpay module with no luck.

What I have found, is the problem is caused by the following code in the tpl_checkout_confirmation_default.php module.

If I comment out this code

if (is_array($payment_modules->modules)) {
echo $payment_modules->process_button();
}

located at the end of the module (approx line 176) the continue button comes up.

Add the code back in and the code breaks and the continue button doesn't appear.

Any suggestions anyone?

Cheers

Neil

24 Jul 2008, 10:46 PM
#7
pauls avatar

pauls

Zen Follower

Join Date:
Feb 2006
Location:
UK
Posts:
300
Plugin Contributions:
0

Re: No "confirm the order" button

I have this exact problem after upgrading to 1.3.8 did anyone ever offer a solution to this?

25 Jul 2008, 8:41 AM
#8
pauls avatar

pauls

Zen Follower

Join Date:
Feb 2006
Location:
UK
Posts:
300
Plugin Contributions:
0

Re: No "confirm the order" button

Can anyone help?

25 Jul 2008, 9:17 AM
#9
pauls avatar

pauls

Zen Follower

Join Date:
Feb 2006
Location:
UK
Posts:
300
Plugin Contributions:
0

Re: No "confirm the order" button

OK I found the solution, at least for me. It would appear to be important to set MD5 as False (in your worldpay settings in admin) , if it's set to True then you get the missing 'Confirm the order' button.

I hope this is of help to some