Support_Team wrote:
edwards wrote:

hi Thanks  version number 2.0.2 build ID-202

We appologize for the code. It misses ";" and the version 2.0.2 is compatible with it.

The corrected code: bk experience

You should use the code below instead of the one above

// Check category (exclude for search)
               if ($item['c']) {
                   $categories = explode(',', $item['c']);
                   $_categoryex = explode(',', $category_exclude);
                   if (isset($category_exclude) && array_intersect($categories, $_categoryex)) {
                       continue;
                   }
               }

This worked perfectly, Thanks support team.