Announcement

Collapse
No announcement yet.

Requirement to pop-up T&C's in a new window.

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

    Requirement to pop-up T&C's in a new window.

    Hi - on my checkout page there is a requirement for the customer to accept T&C's via the "I accept the Terms and Conditions displayed below*" tag.

    Hovring over the "below" text link shows that it runs a javascript statement getanchor('infolines').

    What do I need to change so that clicking on this link (once I've changed the text also) pops up an html page of my choice in a new window?
    Regards
    David

    #2
    Hi David

    You could do the following, In Actinic go to "Design | Text", and click on the "Go To" button. Now type in the following:
    Phase -1
    ID: 2383

    Change the following:
    I accept the Terms and Conditions displayed %s
    to read:
    I accept the Terms and Conditions displayed <a href="http://www.actinic.co.uk" target="_blank">on this link</a>
    This will open the Actinic page on a new window, so you can change the href to what your terms and condition is.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Hi Nadeem - thanks for that - I knew it was in there somewhere.
      Regards
      David

      Comment

      Working...
      X