• Resolved cpaxlvacy

    (@cpaxlvacy)


    Hello,

    In order to integrate the payment gateway on my ecommerce, the local bank of my country is asking to have the Terms & Conditions on the checkout page, the whole text just before the checkbox accepting the terms or as an automatic pop up window.

    I’ve been trying with different plugins for popup but none of them open automatically on the checkout page. The people form the bank sent me a screenshot with text on the review order form before the checkbox to accept the terms. This is the link with the image

    https://ibb.co/RBkPCwr

    Any help would be highly appreciated as I’m in a hurry with this and can’t seem to find a solution. Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @cpaxlvacy,

    You can achieve that using some CSS code:

    /* Show Terms and Conditions on Checkout without clicking the link */
    .woocommerce-terms-and-conditions {
        display: block !important;
    }

    This is the result on my test site: the Terms & Conditions text is displayed on Checkout page load without clicking the terms and conditions link.


    Link to image: https://snipboard.io/Ibf98J.jpg

    To add custom CSS code navigate to WordPress Dashboard > Appearance > Customize > Additional CSS and add your CSS to the editor.

    I hope this information is helpful to you.

    Thread Starter cpaxlvacy

    (@cpaxlvacy)

    Thank you very much my friend!! I’ve been struggling for many days and this works perfectly.

    Thanks again ??

    Plugin Support abwaita a11n

    (@abwaita)

    Glad to hear that @rainfallnixfig’s CSS was helpful – thanks for the update!

    If you have any other questions, I recommend creating a new thread.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkout review order Terms & Conditions scroll text or popup’ is closed to new replies.