OK - valve man first...
Yeah - sorry about that. My mistake.
Great news! Remember you can re-name this prompt to make the wording clearer.
In Act_Order00.html replace
NETQUOTEVAR:PRELIMINARYINFORMATION
with
This will basically remove everything from the first page of the checkout - so I suggest you add in some extra text into this template, perhaps explaining how the checkout will work.
OK - onto Darren:
Yes - as above. Although you will need your county list won't you? You will need to copy this <select> box from your current generated store page and place this within Act_Order00.html instead of <INPUT TYPE="HIDDEN" ID="lstDeliveryRegion" NAME="LocationDeliveryRegion" VALUE="UndefinedRegion">
Comment out NETQUOTEVAR:ADDRESSBOOK in Act_Order02.html.
The last post ie select seems to be the right move!
Also, if you decide to select "show" for "If you want to ship the purchase to an address other than ..." in Design|Text|Website the customer can choose that option and the form appears on the next page and both are printed in the HSBC pages. Result!
And finally, because we're all perfectionists, can we lose/hide the words "Select Invoice Location UK Delivery Code: United Kingdom" ? Some punters might/will be confused!
NETQUOTEVAR:PRELIMINARYINFORMATION
with
Code:
<!-- NETQUOTEVAR:PRELIMINARYINFORMATION --> <INPUT TYPE="HIDDEN" ID="lstDeliveryCountry" NAME="LocationDeliveryCountry" VALUE="UK"> <INPUT TYPE="HIDDEN" ID="lstDeliveryRegion" NAME="LocationDeliveryRegion" VALUE="UndefinedRegion"> <INPUT TYPE="HIDDEN" ID="lstInvoiceCountry" NAME="LocationInvoiceCountry" VALUE="UK"> <INPUT TYPE="HIDDEN" ID="lstInvoiceRegion" NAME="LocationInvoiceRegion" VALUE="UndefinedRegion"> <INPUT TYPE="HIDDEN" NAME="SEPARATESHIP" VALUE="YES">
OK - onto Darren:
I now have another question. How do I get rid of the Select Shipping Destination header on the checkout page and do I also have to show the Select Invoice Location Country: United Kingdom Country:* United Kingdom. Can I not make these hidden fields as before?
Can I also remove the following:
There are no addresses in your address book. Check here to add new address to your address book
There are no addresses in your address book. Check here to add new address to your address book
Comment