• Resolved simonun

    (@simonun)


    If I enable paypal express checkout in the cart I get this long text which the user needs to check before going ahead. Can it be removed? What’s the point?

    YOUR PERSONAL DATA WILL BE USED TO PROCESS YOUR ORDER, SUPPORT YOUR EXPERIENCE THROUGHOUT THIS WEBSITE, AND FOR OTHER PURPOSES DESCRIBED IN OUR PRIVACY POLICY.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    @simonun,

    Thanks for contacting us. Yes, you can remove that message by disabling the terms and conditions option in WooCommerce but you probably don’t want to do that since you also have terms and conditions on your checkout page.

    The other option is to copy the cart template to your theme and remove the terms section.

    How to create a template

    Path:
    woo-payment-gateway/templates/cart/cart-fields.php

    Remove line 14:
    <li class="terms-and-conditions"><?php wc_get_template( 'checkout/terms.php' ); ?></li>

    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘remove disclaimer on Express checkout’ is closed to new replies.