Announcement

Collapse
No announcement yet.

SEPARATESHIP Field

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

    SEPARATESHIP Field

    Hi i am trying to set the SEPARATESHIP field to be ticked by default, i would also like to hide this field in the shopping cart, forcing the user to input a separate in delivery address is this possible?

    it would also be great if a feature to copy the first address (invoice) address if applicable to the second (delivery) address was available.

    can any one help with this.

    regards
    david

    #2
    David,

    Try the following,

    Go to "Advance | Template Manager | Ordering". Now click on "Location" and
    Find the following:
    <INPUT TYPE="CHECKBOX" NETQUOTEVAR:INVOICESEPARATECHECKSTATUS
    NAME="SEPARATESHIP" VALUE="YES">
    Change this to read:
    <INPUT TYPE="hidden" NETQUOTEVAR:INVOICESEPARATECHECKSTATUS
    NAME="SEPARATESHIP" VALUE="YES">
    Now go to "Design | Text,", "Phase: 0, ID:6". Blank this line out, and update the site. On the first ordering stage, it will not appear, and is always selected to "Yes" so your customer can enter a seperate delivery address.

    If your customer selects the 'remember me' option, then each different delivery address will be available on subsequent visits.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X