Okay
  Public Ticket #1045047
paypal checkout problem
Closed

Comments

  •  2
    Stefano started the conversation

    Hi,

    if you try to add a product to cart and see cart page you can see there are two paypal buttons; do you know why ?

  • [deleted] replied

    Hi Stefano,

    Please add this Custom CSS:

    .cart_totals > .wc-proceed-to-checkout {
    display: none;
    }
    This should fix your issue and remove that extra button in cart page.