Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there, I have the same problem and when I check the PHP error I have this message :

    19-Jul-2020 10:34:59 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/web/site/public_html/wp-content/plugins/codeswholesale-for-woocommerce/codeswholesale.php on line 392

    So the problem is here , but I’m not sure what should we do to fix it :

    * Return options for CW plugin
    */
    public function get_options()
    {
    if (count($this->plugin_options) == 0) {
    $this->plugin_options = get_option(CodesWholesaleConst::OPTIONS_NAME);
    }

    return $this->plugin_options;

    Thanks in advance for your help

    Also waiting for this update. It’s not normal, that the plugin provider advertises their program as a working tool with sufficient PDF instructions.
    “Just press Import button and all the products will magically appear in your system” when actually it doesn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update to fix Import’ is closed to new replies.