PDA

View Full Version : If you want to ship the purchase....


smiffy
20-Feb-2003, 06:28 PM
The Tick box to allow customers to ship to a different address has the same two choices of SHOW and REQUIRED.

However even with REQUIRED ticked customers are still able to move on to the next page without ticking what should be a required field!!

Too many times I have had emails from customers not ticking the box and complaining that they have sent an item to themselves!

Presumably this is not how its supposed to work.

Ideally id like no not display the box, but still have customers type in a second address.

cdicken
21-Feb-2003, 03:17 PM
I would suggest opening up Act_Order01.html and replacing

<INPUT TYPE="CHECKBOX" NETQUOTEVAR:INVOICESEPARATECHECKSTATUS NAME="SEPARATESHIP" VALUE="YES">

with

Yes<INPUT TYPE="HIDDEN" NAME="SEPARATESHIP" VALUE="YES"><!-- NETQUOTEVAR:INVOICESEPARATECHECKSTATUS -->

That will replace the checkbox with a hidden field.

smiffy
01-May-2003, 05:55 PM
Do you know if this is possible now I've upgraded to V6???

cdicken
02-May-2003, 11:11 AM
No - you will still need to reapply this hidden field change to both Act_Order01.html and Act_LocationSelectTemplate.html.