• Resolved richag

    (@richag)


    We recently installed PayPal payments plugin, after activating the plugin, the multi-step woo commerce checkout button duplicated (the large place order button) as such and is visible on all the steps in the checkout process.

    Screenshot:

    View post on imgur.com

    When de-activating the PayPal plugin, the duplicated button is removed, however, we must have PayPal as an option. we tried custom CSS even with the Newley duplicated large button having a id: place order, however, when reaching the checkout payment section, the button to place order is still hidden due to the css we tried.

    Can someone suggest a solution to this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Syde Joost

    (@joostvandevijver)

    Hello @richag

    The duplicate checkout button does not seem to be the same button; I would expect that one of them is the WooCommerce Checkout button and the other one is the PayPal Payments Smart payment button.
    The PayPay button is not an optional one in the checkout page.. You can disable smart buttons on the checkout by removing the checkbox for “Enable on Checkout” under “Checkout”, but it will disable the entire PayPal gateway including other funding sources:
    https://docs.woocommerce.com/document/woocommerce-paypal-payments/#section-9

    Regarding the position of the button. You can use a filter to hook the buttons. The filter can also be further modified to your liking.
    For example, you may not like having the PayPal button before the add to cart button.
    In that case, you can replace woocommerce_before_add_to_cart_form with any hook on the page, like this one woocommerce_product_meta_start. Here is a visual guide on the default WooCommerce hooks for reference: https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page

    We are working on getting more flexibility on the usage of other buttons than the standard PayPal ones and possibly integrating them in the WC ones, but this might take some time before being developed in the plugin and released.

    Let me know if this answers your question or if you have any other questions.
    Kind regards,
    Joost

    Plugin Support Syde Joost

    (@joostvandevijver)

    Hello @richag

    we were talking about your case within the team and we would like to take another look into this case. Can you share your system report with us for this? If you want you can open a ticket with us for this in our service desk. These are the instructions to do this: https://paypal.inpsyde.com/docs/request-support/

    Kind regards,
    Joost

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce checkout buttons duplicated’ is closed to new replies.