Conflict with YITH WooCommerce Product Add-ons plugin
-
Hi,
Just upgraded your theme to the current version, but this causes a conflict with a plugin, YITH WooCommerce Product Add-ons plugin(https://yithemes.com/themes/plugins/yith-woocommerce-product-add-ons).
The price table on single product page doesn’t work now.
I activate the plugins one by one, checking the issue to find out which one causes the problem.
(It works with other themes.)
The strange thing is the price is shown on mobile.
Would you tell me what could I do?
Thank you so much
Attachments:
You must be
logged in to view attached files.
Hello,
The option “Hide larger price” provided by WoodMart does not support the prices added by the third parties plugins. You need either disable the option or add this custom CSS:
.yith_wapo_groups_container .yith_wapo_group_total .price {
visibility: visible;
}
Best Regards