Announcement

Collapse
No announcement yet.

POSTDATA error with Terms and Conditions Link

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

    POSTDATA error with Terms and Conditions Link

    We have the Terms and Conditions set to NOT show in Checkout
    It just has a link as follows:

    Code:
    <p>Click <a href="javascript:ShowPopUp('<actinic:variable name="InfoPopupPageName" />',650,450);">here</a> to view the Terms and Conditions</p>
    But when clicked it pops up with a postdata error
    "The page you are trying to view contains postdata........."
    Is this related to http/https - we recently changed from Actinic Shared SSL to our own SSL (HTTPS) cert? If so I can not trace how to fix.

    The T&C page does come up after you click OK.

    In Business settings both "Remove T&C Link" and "T&C to be agreed.....b4 checkout" are not selected.

    Any ideas much apprecieated

    the shop url is www.clatteringford.com

    Regards
    David Cunningham

    www.truska.com
    -----------------------------
    ECommerce (SellerDeck) & Web Design, Hosting, Search Engine Optimisation, Social Media and Remote Backup (Truska Backup)

    #2
    When you click the link it seems to want to re-submit the checkout page - hence the POSTDATA error message.

    Your best bet is to edit the inner layouts for the checkout pages and manually hard-code the links for the terms and conditions page. Maybe change the link to a 'target="_blank"' rather than the JavaScript expression and see if this helps eliminate the error, and just show the page in a new window.

    Or you could copy the infopopup.html to a https address and then try using an https:// address in the JavaScript link and see whether that helps.

    These are just some random ideas, but I hope one of them gives you some inspiration.

    Comment


      #3
      That, or at least a twist on that, seems to have worked - thanks
      David Cunningham

      www.truska.com
      -----------------------------
      ECommerce (SellerDeck) & Web Design, Hosting, Search Engine Optimisation, Social Media and Remote Backup (Truska Backup)

      Comment

      Working...
      X