PDA

View Full Version : Final confirm button in checkout


Donna Kempster
02-Feb-2006, 02:51 PM
In the final checkout process just before you go to the receipt page the button says 'next' and is not clear from a customer perspective that they are confirming their order - is there any way to change the final next button to a confirm order button but not change the destination. Thanks in advance Donna

Donna Kempster
03-Feb-2006, 09:16 AM
Any help greatfully received .....:confused:

In the final checkout process just before you go to the receipt page the button says 'next' and is not clear from a customer perspective that they are confirming their order - is there any way to change the final next button to a confirm order button but not change the destination. Thanks in advance Donna

jont
03-Feb-2006, 09:43 AM
Not tried but should work - edit Act_Order02.html and look towards the bottom for

<input type=SUBMIT name=ACTION value="NETQUOTEVAR:NEXTBUTTON">

and replace the "value" to value="confirm order no going back" or whatever

Tiger
03-Feb-2006, 09:45 AM
I don't think that works. I think it messes up the function of the button.

dave_finlayson
03-Feb-2006, 09:46 AM
Wouldn't mind being able to do this too. Could you not replace all the buttons with images and do it that way?

Dave

Donna Kempster
03-Feb-2006, 09:47 AM
Thanks all - Jont I'll try your suggestion and report back. I was thinking about changing the 'button' but how do you tell it where to go? Don't forget I'm a novice! Donna

Tiger
03-Feb-2006, 09:48 AM
Wouldn't all the 'next' buttons use the same image (as defined in the perl script) though?

Donna Kempster
03-Feb-2006, 09:50 AM
Agree, as you can change the term 'next' but thought this would just change it everywhere. Donna

Donna Kempster
03-Feb-2006, 09:52 AM
I didn't like me changing the next button it got cross when trying to upload - is there a way to create a new netqoutevar and make this a confirm button and it goes to the final page? I don't really have a clue whether you can create a new netqoutevar though!! Donna

dave_finlayson
03-Feb-2006, 09:56 AM
Tiger,

Im actually not sure, perhaps Actinic can tell us. I would think it would work though.

Maybe as a stop gap measure you could amend Act_Order02.html by putting some text next to the 'next' button stating that this will place the order?

Dave

Tiger
03-Feb-2006, 10:00 AM
Maybe as a stop gap measure you could amend Act_Order02.html by putting some text next to the 'next' button stating that this will place the order?

Dave

This is exactly what I've done myself as I don't think there's actually an easy way around it.

Donna Kempster
03-Feb-2006, 10:06 AM
Tiger

How do I put text near my next button? Can I simply edit the template and put some HTML in with text associated or is it more complicated than that?

Tiger
03-Feb-2006, 10:25 AM
Hi Donna,

It's just as easy as that. You just need to edit Act_Order02.html and add some text next to the buttons.

Donna Kempster
03-Feb-2006, 10:31 AM
All done and looks fab - very clear to the customer now. Thanks so much Donna