Announcement

Collapse
No announcement yet.

Invoice to seperate delivery address

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

    Invoice to seperate delivery address

    I am trying to remove the Invoice to seperate delivery address option on the website. The problem I am having is that when I go to Design Text | Website | Invoice Address where it says Invoice Seperate Delivery Address there is no box to tick where it says show and required. I have reverted Invoice Address Fields and Invoice Location to factory settings and compacted the database to no avail.

    Any help would be appreciated.
    Fitness for life!www.fitness-focus.co.uk


    DIFN - Doing nothing is not an option

    The Supplement Warehouse - Bodybuilding & Fitness Supplements

    #2
    Hi Owen

    It's a bug in the software - the solution you are looking for is in http://community.actinic.com/showthread.php?t=28887

    Comment


      #3
      I tried this already but it didn't solve the problem. What would be the effect if I commented out the code as below:

      <!--<td colspan="2"><Actinic:Variable Name="InvoicePrompt016"/></td>
      <td><input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> name="SEPARATESHIP" value="YES" /></td>-->

      I don't envisage the site shipping to a seperate address for security reasons.
      Fitness for life!www.fitness-focus.co.uk


      DIFN - Doing nothing is not an option

      The Supplement Warehouse - Bodybuilding & Fitness Supplements

      Comment


        #4
        Hi Owen

        I'm surprised that didn't work. Commenting out the code in the template should work OK and not cause problems.

        Comment


          #5
          Hi, I have the same problem but with an opposite requirement. I used to have all orders to the delivery address but I now want to switch seperate delivery back on.

          However in Design|text the field Invoice Separate Delivery Address has no tick boxes visible for show or required. I've tried ticking the other relevant boxes, I've added the fix mentioned above and I've tried compacting the database, nothing seems to make these checkboxes appear.

          Not sure if this is related but right clicking on the text shows n/a for the Varibable name whereas all other text fields show a variable name. This also appears to be the same for the text field Change Text which also has no check boxes and also has no variable name.

          Any clues?
          http://www.strawberry-tiger.co.uk
          Practical parenting products for babies and toddlers covering safety, development, sun protection, clothing, health, bedroom, nursery, travel, etc.

          Comment


            #6
            Hi John,

            So you want the bit which says:

            “If you want the delivery address to be different from the invoice address, please check this box:”

            So you can provide your customers a separate delivery address?

            You probably don’t have the correct code in your Checkout0 page.

            Have a look in your Delivery Location template (Design | Library | Layouts) - you should have:

            <!--<actinic:block name="IsLocationInvoiceShipSeparately">
            <tr>
            <td colspan="2"><Actinic:Variable Name="InvoicePrompt016"/></td>
            <td><input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> name="SEPARATESHIP" value="YES" /></td>
            </tr>
            </actinic:block>-->

            Below your drop downs.

            You could always do a right click | copy on the Delivery Location template (for backup) then do a right click and Revert to factory Settings.
            Regards,

            Toby Blanchard

            Comment

            Working...
            X