// add check stock value for color list if needed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user