Repository Forums Support WooCommerce Extended Coupon Features PRO Coupons gets stuck when using add-to-cart endpoint Reply To: Coupons gets stuck when using add-to-cart endpoint

#848
Soft79
Keymaster

Hi,

you’re right about the get_plugin_data(), I will provide a fix soon. A Quick fix for now would be just replacing pluginVersion() with this:

public function pluginVersion() {
  return '1.0.0';
}

It seems that currently you have the cart links plugin disabled. Could you please enable it so I can look at the issue?

regards,

Jos