Announcement

Collapse
No announcement yet.

Additional Shipping information

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

    Additional Shipping information

    Hello All

    I am wondering if it is possible to add some extra Shipping & Handling information on my checkout pages. I would like to add an extra line or two of copy and insert a popup link (that would open a new HTML page with detailed shipping rates and information in a new window).

    Is this possible? If so how and what pages would I edit?

    Thanks in advance. Any help will be greatly appreciated.

    Cheers!
    Kevin

    #2
    You can use Actinic's built in popup window code. Make up a standalone HTML page (in Site1) containing this table (shipinfo.html). Add this file into Advanced / Additional Files so that Actinic knows to upload it (you may also want to put a copy into PreviewHTML if you want to see it on Previews).

    Then in your checkout page template e.g. Act_Order01.html, Act_Order02.html, etc (depending on where in the checkout you want this popup) add

    <a href="javascript:ShowPopUp('shipinfo.html',600,400)">Shipping table here</a>

    change the 600 and 400 to suit the width and height of the popup you want.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Norman

      That sounds simple enough. Thanks very much for your prompt and helpful reply.

      Cheers!
      Kevin

      Comment

      Working...
      X