// add check stock value for color list if needed

This commit is contained in:
Rémi Gaillard
2013-10-11 14:11:12 +02:00
parent 809eac6308
commit 1316bd7e1f
4 changed files with 64 additions and 6 deletions
+1 -1
View File
@@ -1184,6 +1184,6 @@ class FrontControllerCore extends Controller
protected function getColorsListCacheId($id_product)
{
return 'productlist_colors|'.(int)$id_product.'|'.$this->context->shop->id;
return Product::getColorsListCacheId($id_product);
}
}