• I use woocommerce gutenberg products block in this page, and it doesn’t show. When I Switch to woocommerce default cart, it shows up only. Is there any solution? Or, is there a shortcode for this?

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

Viewing 1 replies (of 1 total)
  • Plugin Support Emanuela Castorina

    (@kreamweb)

    Hello,
    I’m sorry but I don’t understand better your request.

    The button can be add inside the product single page, cart and checkout.

    It is uses the WooCommerce hooks for example:
    On single product page the hook used is:
    'woocommerce_after_add_to_cart_form'
    If this is missed inside the block the button will not to be displayed.

    You can try to add this html code

    <div id="paypal-button" class="paypal-button"></div>

    after the block.

    I tried to add some product on cart, but after clicked on “Add to cart” the cart is empty so I can’t check your checkout page. Are you using the WooCommerce checkout blocks?

Viewing 1 replies (of 1 total)
  • The topic ‘PayPal button not showing at checkout’ is closed to new replies.