Home Forums WoodMart support forum Paypal Buttons not showing

Paypal Buttons not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #503473

    adrian.muehleisen
    Participant

    Hello,

    the PayPal buttons in my show are not showing anymore. There is probably a problem with the webhooks. Can you please fix this?

    Attachments:
    You must be logged in to view attached files.
    #503650

    Hung Pham
    Keymaster

    Hi adrian.muehleisen,

    Thanks for reaching to us.

    Please check your site again.

    You are using Custom Layout, then use our special WooCommerce Hook widget with woocommerce_single_product_summary hook to display button.

    You can refer to our documentation https://xtemos.com/docs-topic/custom-hooks-and-plugins-compatibility/

    Regards,

    #503737

    adrian.muehleisen
    Participant

    Thank you for looking into it. But now the paypal button and some extra text is displayed in the wrong position. Can you please put ONLY the paypal button under the apple pay button?

    Attachments:
    You must be logged in to view attached files.
    #503875

    Hung Pham
    Keymaster

    Hi adrian.muehleisen,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .single-product .elementor-widget-wd_wc_hook .legacy-itemprop-offers{
    	display: none;
    }

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)