Paypal Buttons not showing
-
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.
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,
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.
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,