• I’m trying to install this plugin in a WordPress Network (MU) environment. Woocommerce is installed and network active. TM Woocommerce Package is network activated, and active in Jetimpex and plugins of the single network site that the theme is installed, but still I get error “TM WooCommerce Package is enabled but not effective. It requires WooCommerce in order to work. Please install and activate it.”. The theme is a licensed copy of Monstroid2 by Template Monster.

    How do I get the plugin to recognize that Woocommerce is already installed?

    • This topic was modified 6 years, 5 months ago by erotic1.
Viewing 1 replies (of 1 total)
  • Thread Starter erotic1

    (@erotic1)

    FIX:

    Zemez (Template Monster) was ZERO help and support kept telling me their developers are “working on it”… However, I figured out a quick fix that will bypass the Woocommerce check…

    /plugins/tm-woocommerce-package/tm-woocommerce-package.php

    Line 58:

    public $has_woocommerce = null;

    Change this to:

    public $has_woocommerce = 1;

    I fixed their other plugins like TM Woocommerce Ajax Filter & TM Woocommerce Wish List doing the same. Just load the main php file in each plugin, search for “check” and the first thing that comes up is the same line…

    • This reply was modified 6 years, 5 months ago by erotic1.
Viewing 1 replies (of 1 total)
  • The topic ‘TM WooCommerce Package is enabled but not effective.’ is closed to new replies.