context->cookie->ceViewedProducts)) { $products = explode(',', $module->context->cookie->ceViewedProducts); $products = array_slice($products, 0, CreativeElements::VIEWED_PRODUCTS_LIMIT); $module->context->cookie->ceViewedProducts = implode(',', $products); $module->context->cookie->write(); } return true; }