Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author isabel104

    (@isabel104)

    Just to be sure, do you mean the YITH WooCommerce Tab Manager from the WordPress repository? Or the WooCommerce Tab Manager by WooThemes?

    Thread Starter carla_chalmers

    (@txhorselady)

    The WooCommerce Tab Manager by WooThemes. The description editor bar on products looses it’s icons and you can’t type in the text box.

    I can confirm the issue and have to add more. It’s actually impossible to do anything on product edit screens with both plugins enabled. Looks like js gets broken, can’t click through tabs, screen options etc.

    Don’t know if that helps, but with debug enabled, errors pop, like those:

    : Undefined index: wpp_export in …/wp-content/plugins/woocommerce-pdf-print/main.php on line 48
    : Undefined index: page in …/wp-content/plugins/woocommerce-pdf-print/main.php on line 432
    : has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /wp-includes/functions.php on line 3508
    : Undefined index: in /wp-content/plugins/woocommerce-pdf-print/main.php on line 299

    EDIT: just noticed that these are related to other plugin… so probably not much helpful… but still there’s some conflict between the 2 mentioned here plugins, each of them separately works perfectly.

    Hey Isabel,

    I have found your post at https://isabelcastillo.com/woocommerce-product-attributes-functions and I think using a function as a solution would be the way to go for me.

    The only problem is that your function is listing each attribute from group in separate line, while what I would like to achieve is what WooCommerce itself does.

    So for example WooCoommerce shows attributes like that:

    Gender: Ladies
    Stone Type: Coloured Stones, Three Stones
    Gemstone: Diamond, Aquamarine
    Diamond Cut: Princess

    and using your function I get this:

    Gender: Ladies
    Stone Type: Coloured Stones
    Stone Type: Three Stones
    Gemstone: Aquamarine
    Gemstone: Diamond
    Diamond Cut: Princess

    Would you mind helping me out in fixing your function to achieve what I want, please? ??

    Oh and btw, this is the error, that may help you find the reason of the conflict:

    Fatal error: Call to a member function has_attributes() on a non-object in /wp-content/plugins/woocommerce-show-attributes/woocommerce-show-attributes.php on line 460

    Any progress on this Isabel?

    I’ve been deactivating one or the other before adding products, then reactivating it once editing is complete. But a fix would be handy.

    The conflict also traps you in the “set product image” screen when trying to assign an image to a product, and stops you editing the url.

    Anyone have any luck with it yet?

    10 months since last update, 9 months after this thread was created. No fix = we may as well go somewhere else I guess and forget about this plugin. ??

    Plugin Author isabel104

    (@isabel104)

    Sorry, but WooCommerce Tab Manager is a premium plugin, not available on the WordPress repository. I cannot support compatibility issues with premium plugins. Have you tried contacting them for support? WooCommerce Show Attributes works fine with “YITH WooCommerce Tab Manager” which is in the WordPress repository. I can only help with plugins that are available on the repo.

    However, thanks @kramarz for reporting that error on line 460. I just fixed that (version 1.5), and that may possibly fix the compatibility issue with WooCommerce Tab Manager. But, I can’t be sure because I don’t test with that plugin. Check it out after updating to version 1.5.

    Cheers, will check it out next time I would be working with the two together. All the best.

    Fab isabel104! WooCommerce Tab Manager compatibility issue now fixed. Thankyou very much.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Conflict with WooCommerce Tab Manager’ is closed to new replies.