• Resolved trapbarn

    (@trapbarn)


    I just love the speed of the PayPal Express check out but one little niggle is that there are two “Checkout” buttons stacked one on the other on the basket page.
    Did I choose a wrong option or is this a normal event?

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @trapbarn,

    It looks like a style conflict with your theme. Please try adding below code to your site theme’s CSS.

    a.single_add_to_cart_button.eh_paypal_express_link {
        border-style: none;
        box-shadow: none !important;
        background: none !important;
    }
    Thread Starter trapbarn

    (@trapbarn)

    Hi,
    Many thanks for responding. I put that in the additional CSS however is now comes out like this..
    https://www.trapbarn.com/buttons2/

    As you say there may be a problem with something else and it may relate to a problem that emerged recently when the standard Paypal gateway ceased working. That’s when I deactivated and deleted PP standard. That’s when I installed PayPal Express which processed payments without a hitch and with much fewer steps too.
    The problem with PP standard started after moved away from free shipping and created shipping classes.
    I want to stay with Express as it’s so user friendly.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @trapbarn,

    Could you try with below CSS?

    .eh_paypal_express_link {
        border-style: none !important;
        box-shadow: none !important;
        background: none !important;
    }
    Thread Starter trapbarn

    (@trapbarn)

    Tried it but no that doesn’t do anything

    If anything, I would prefer to get rid of the PayPal Credit button . The issue can be seen first hand in the basket page on the site https://www.tomdhu.com.
    Thanks

    Plugin Author WebToffee

    (@webtoffee)

    Hi @trapbarn,

    You can turn it off from plugin settings. Disable the option Credit Card Checkout from the settings page.

    Thread Starter trapbarn

    (@trapbarn)

    Fantastic. I am most grateful.
    May I suggest it would be better to edit the label to say “Hide PayPal credit logo” because people who dont use PayPal want to use a Bank Card or Credit Card like Visa.
    Last request, are you able to suggest how the hide the double button behind the PPayPal checkout.
    https://www.trapbarn.com/wp-content/uploads/2020/08/Buttons-1.jpg
    Many thanks

    Plugin Author WebToffee

    (@webtoffee)

    Hi @trapbarn,

    That button is not added by our plugin. Please contact your theme developer to fix it.

    Hi,

    I’ve been in contact with PP Merchant Technical Services and they have spent a lot of time trying to suss this out and they have confirmed that it is not due to anything they can find.

    Please have another closer look at this.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @tomdhu,

    Please share your site URL.

    site is htps://www.trapbarn.com

    Plugin Author WebToffee

    (@webtoffee)

    Hi @tomdhu,

    Can you please share your theme via this link so that we can set it up and test in our testing environment?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @tomdhu,

    Please add the CSS code below in Appearance > Customize > Additional CSS.

    .eh_paypal_express_link {
    			border-style: none !important;
    			box-shadow: none !important;
    			background: none !important;
    		 }

    Magic! That’s a splendid result and I am most grateful to you for your work on this.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Double buttons’ is closed to new replies.