• Resolved brandmadeconsult

    (@brandmadeconsult)


    AT the checkout page, there is a string of text ” I HAVE READ AND AGREE TO THE WEBSITE TERMS AND CONDITIONS” How do i change the text, I also don’t want T&C to be a hyperlink, i want it as a static text. Usually other themes have that in Customise>Woocommerce>Appearence, but in Oceanwp there does not seem to be an option to change the text. Pls suggest how to incorporate the same.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    You will also get the same option here to change the terms and condition text.
    Go to Appearance > Customize > woocommerce > Checkout and select the terms and condition page, and you will see a text field will appear below that box, where you can change the text as per need.

    T&C not getting the hyper link, have you fixed it?

    Thread Starter brandmadeconsult

    (@brandmadeconsult)

    In Appearance > Customize > woocommerce > Checkout the text option is missing. I am only able to set the T&C page from a dropdown! Pls suggest.

    I haven’t removed the hyperlink. If you click on Terms & Conditions at the checkout page, the T&C page contents are displaying on top.

    Hello,

    Please try to select other pages and check if you get that option.
    https://ibb.co/98CKxjP

    For the T&C click, try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    span.woocommerce-terms-and-conditions-checkbox-text>a {
        pointer-events: none;
    }
    Thread Starter brandmadeconsult

    (@brandmadeconsult)

    Hi, I don’t see that option anywhere. But the solution you suggested will do for now, thanks!

    You are most welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Terms and conditions acceptance text’ is closed to new replies.