Announcement

Collapse
No announcement yet.

Different Shipping Address defaulting to 'tick'

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

    Different Shipping Address defaulting to 'tick'

    I'm just trying to set up v8 and I have noticed on the test upload that at the Checkout page the question 'If you want to ship the purchase to an address other than the invoice address, check this box:' defaults to a 'tick'. Can anyone tell me how to change this default so that it isn't ticked? Most of my customers want the invoice and delivery address as the same.

    Many thanks in advance....

    Ian.
    http://thecandlelightcompany.co.uk
    http://thenaturallivingcompanyco.uk

    #2
    go into design mode, look at the design (you may need to change the drop down at the top to "Checkout Page 0") and click on the section that says "'If you want to ship the purchase to an address other than the invoice address, check this box"
    then look at the generated code -
    Code:
    <td><input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> name="SEPARATESHIP" value="YES" /></td>
    then change the bit that says value="YES" to value="NO"

    Comment


      #3
      Brilliant, it works! Many thanks Kevin, much appreciate your help.
      http://thecandlelightcompany.co.uk
      http://thenaturallivingcompanyco.uk

      Comment

      Working...
      X