Announcement

Collapse
No announcement yet.

separate delivery address??

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

    separate delivery address??

    Hello,

    I can't find where I can "activate" the "check-if-delivery-address-is-different" feature. I went to design > text (web(cont)) and checked that the invoice separate check status is ticked, so it should show, but it does not! There's something I'm missing?

    Lazyeye

    #2
    Design Text|Website (Cont)|Invoice Address|Invoice Separate Delivery Address.
    Check both "Show" and "Required"
    Select "Apply" and then upload site.
    Now when users place an order they will be prompted to enter a delivery address different from their own if required
    Brian
    www.flowergallery.co.uk
    Same day flower delivery to UK
    Same day flower delivery to Republic of Ireland
    International Flower Delivery

    Located in Argyll, Scotland, UK

    Comment


      #3
      Thank you Brian,

      There's a problem, though: there ain't any checkboxes after 'invoice separate delivery address'. How come?

      Comment


        #4
        This reply from Actinic in a a previous thread seems to hold the answer:-

        "It is a bug in version 8, however we have a workaround for this: -

        Please go to 'Design | Library | Layouts' and scroll down until you come to
        'Checkout Area' and expand that, then double click on 'Delivery Location'.
        In the ' Edit Layout Code' window that opens locate the code (around line
        22): -

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

        and replace it with: -

        <actinic:block
        if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e">
        <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>

        then click 'Apply'.

        This will then allow the tick box in 'Design | Text' to operate as it
        should."
        Brian
        www.flowergallery.co.uk
        Same day flower delivery to UK
        Same day flower delivery to Republic of Ireland
        International Flower Delivery

        Located in Argyll, Scotland, UK

        Comment


          #5
          Thanks but that doesn't fly. Or it does, but only if you put this code not in "delivery location" but in "invoice location" which seems only logical after all: the option to check a box in case of a different addr for delivery appears in check out 0 which is invoice-only. I don't know why this was in the delivery location layout in the first place... it just doesn't make sense.

          But everything's ok now; time to go live!


          Lazyeye

          Comment


            #6
            How did you get this to work?

            Greetings

            I have tried implementing this code both in the Delivery and Invice Location Layouts. Both do not produce any tick boxes in the design/text tab. Anyone managed to get this option working and if so how?

            Thank You
            Shannon
            Shannon
            Big Game Hunters
            Trampoline Specialists - Etoyszone Trampolines
            Trampolines and Outdoor Toys - Garden Games
            Table Tennis Table - Table Tennis Specialist Shop
            Trampoline Brand Information - Trampolines 4 Sale
            Climbing Frames - Wooden Climbing Frames
            Trampoline Specialist Blog
            Table Tennis Blog

            Comment

            Working...
            X