• Resolved stiffler3000

    (@stiffler3000)


    Hello everybody,

    I would like to add an additional link into the new privacy text that appears in the checkout.

    The link to the Privacy Policy with [privacy_policy] works very well.

    Could somebody please tell me how to add a simple link to another page in this text. I tried <a href=“.. but that does not work.

    Thank you very much!

    Kind regards,
    Stefan

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi Stefan,

    From what I can see in the code, it doesn’t seem like it’s currently possible to add an extra link. With that said, would you mind sharing a bit more on what you’re trying to achieve here – perhaps there’s a workaround to what you’re trying to do?

    Thanks!

    Thread Starter stiffler3000

    (@stiffler3000)

    Hi RK,

    thank you for your reply.

    Due to legal obligations in our country I have to inform customers about a lot of things during their checkout. The privacy policy is one thing but there is more.

    What we need is:
    – Terms & Conditions (with checkbox)
    – Privacy Policy (no checkbox needed)
    – Cancellation Information (no checkbox needed)

    Terms & Conditions and Privacy Policy are very well implemented. I just searched for a place to integrate the Cancellation Information. It would be easy to enrich the privacy text but I miss the opportunity to add a link to the according document.

    Best,
    Stefan

    Plugin Support RK a11n

    (@riaanknoetze)

    Hi Stefan,

    Why don’t you add the cancellation information to the page that’s used for Terms & Conditions? In my mind, cancellation does form part of the terms & conditions ??

    With that said, if you’d like to add additional content below the billing form, you could look into using https://www.woocommerce.com/products/woocommerce-checkout-field-editor/

    Thread Starter stiffler3000

    (@stiffler3000)

    Hi RK,

    I will definitely take a close look at this plugin!

    Common sense and jurisprudence often times do not match ??
    Therefore we are not allowed to combine these two legal informations into one document.

    Best,
    Stefan

    Plugin Support John Coy a11n

    (@johndcoy)

    Automattic Happiness Engineer

    Hi @stiffler3000,

    You can add HTML to either the Privacy policy or the Terms and conditions fields under Appearance > Customize > WooCommerce > Checkout. Add the below HTML to either field and replace # with your URL and the word Text with your preferred text.

    <a href="#">Text</a>

    Hope that helps,

    Thread Starter stiffler3000

    (@stiffler3000)

    Hi John,

    thank you very much! That was exactly what I was searching for.

    Best,
    Stefan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to add additional Link in the new privacy notice in checkout?’ is closed to new replies.