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