• Resolved Mwiinga

    (@rodgerrmi)


    This, I must say, has solved most my issues I was previously facing. It’s an amazing plugin. Keep up with the good work..

    Would like to suggest though,
    just like the ‘checkout page,’ is it possible if on all the others pages the ‘Express Checkout’ button is appearing, especially the ‘Woocommerce Basket’ Widget, would have some sort of ON OFF options??

    I want the ‘Woocommerce Basket’ Widget on my sidebars, but I do not want to display the ‘Express Checkout’ button, till a later time, hence my suggest of ON OFF options..

    Manky thanks..

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Thomas Shellberg

    (@shellbeezy)

    Automattic Happiness Engineer

    PayPal Express Checkout is designed to show a PayPal button on the Cart page, which allows users the ability to skip the Checkout page. If you wish to hide the button, you can do it with CSS.

    Thread Starter Mwiinga

    (@rodgerrmi)

    Thank you for your time and write back, Thomas.

    How do I use CSS to hide the ‘paypal button’ ONLY on ‘Woocommerce Basket Widget??’
    I do like and want the ‘paypal button,’ but I do not want it on my sidebars, when I have the ‘Woocommerce Basket’ Widget active.

    How do I get the ‘paypal button’ OFF my sidebars, when I have the ‘Woocommerce Basket Widget’ active?

    Thanks

    Yuvraj Vaghela

    (@deskroid)

    Automattic Happiness Engineer

    It is possible to target the PayPal button inside the cart widget. You can find it using Inspect Element in your browser. If you are not sure how to do this, share the URL of the page where we can see this cart widget and we will assist you.

    Thread Starter Mwiinga

    (@rodgerrmi)

    Hello @deskroid,
    Thank you for your time, and for the reach out.

    Please do access my store here, then add a any outfit to the basket, and notice the ‘My Basket Woocommerce Basket Widget’ on the left sidebar…

    Many Thanks..

    Yuvraj Vaghela

    (@deskroid)

    Automattic Happiness Engineer

    Thanks. You can use the CSS code given below to hide this button:

    .wcppec-cart-widget-button {
        display: none !important;
    }
    Thread Starter Mwiinga

    (@rodgerrmi)

    Super amazing!
    thank you so much @deskroid.
    I wish you could enlighten me a little just how you come up with that code.. 🙂

    Yuvraj Vaghela

    (@deskroid)

    Automattic Happiness Engineer

    Glad it worked! To write CSS for an element, you can use the Inspect Element tool, present in every browser. Here is how it looks when you do Inspect Element on the Widget Cart:

    [Direct Link](http://cld.wthms.co/NNG3G+)

    You will find the class of the element that you want to target, it is .wcppec-cart-widget-button here. If you want to hide this element, just add this property to it : display: none !important;

    That should do the trick 🙂

    Thread Starter Mwiinga

    (@rodgerrmi)

    wow.
    thank you for educating me, @deskroid.
    I will forever be grateful, and be applying the knowledge you’ve just taught me, on future tweaks..

    & if I may,
    please allow me to bring up another issue I’ve just noted.
    On the Checkout Page, the Phone is no longer mandatory when the WooCommerce PayPal Express Checkout plugin is active. Why is this?

    Many Thanks

    Plugin Contributor Praveen a11n

    (@spraveenitpro)

    Automattic Happiness Engineer

    It is mainly due to a technical requirement from PayPal, you can override it with [Checkout Add-Ons](https://www.woocommerce.com/products/woocommerce-checkout-add-ons/)

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘‘Express Checkout’ button | ON OFF Options..’ is closed to new replies.