// add color list on product listing

This commit is contained in:
Rémi Gaillard
2013-09-30 17:19:02 +02:00
parent a6d8ffa293
commit c2857add42
5 changed files with 82 additions and 1 deletions
+5
View File
@@ -356,4 +356,9 @@ abstract class ControllerCore
$this->context->cookie->write();
$this->context->smarty->display($content);
}
protected function isCached($template, $cacheId = null, $compileId = null)
{
return $this->context->smarty->isCached($template, $cacheId, $compileId);
}
}