Announcement

Collapse
No announcement yet.

If you want to ship the purchase....

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    If you want to ship the purchase....

    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.

    #2
    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.

    Comment


      #3
      Do you know if this is possible now I've upgraded to V6???

      Comment


        #4
        No - you will still need to reapply this hidden field change to both Act_Order01.html and Act_LocationSelectTemplate.html.

        Comment

        Working...
        X