• Resolved arroccomatto

    (@marcomancosu)


    Hi there, the below code gets displayed on the page when clicking on Terms & Conditions on the checkout page of our shop:

    (function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);

    The link to the Terms & Conditions doesn’t work unless you right click with the mouse and select Open link in a new tab.

    i tried to deactivated all the plugins except for WooCommerce and Iubenda but it doesn’t change. Please advice.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter arroccomatto

    (@marcomancosu)

    If somebody needs the solution: I fixed it using an html link (< a href=”//www.fratelliborgioli.com/terms-conditions/” target=””_blank”” rel=”noopener noreferrer”>terms & conditions< /a>) instead of the shortcode [terms] which was there by default.

    • This reply was modified 4 years, 3 months ago by arroccomatto.
    • This reply was modified 4 years, 3 months ago by arroccomatto.
    Plugin Author iubenda

    (@iubenda)

    Thank you Marco!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code displayed when clicking on Terms & Conditions’ is closed to new replies.