Check Category Availability got null exception

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago

there should be a return statement after set  isAvailable = false otherwise category.Published got null pointer exception if category is null.
I have checked for nopCommerce 4.4 and 4.5
1 year ago
Or just check it on first line and
  return false;

;)
1 year ago
Thanks. Done.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.