Home Forums WoodMart support forum Conflict with YITH WooCommerce Product Add-ons plugin

Conflict with YITH WooCommerce Product Add-ons plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #294286

    mjkwon0304
    Participant

    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.
    #294415

    Eric Watson
    Participant

    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

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