Home
last modified time | relevance | path

Searched refs:getAttributesColorList (Results 1 – 5 of 5) sorted by relevance

/dports/finance/prestashop/prestashop/src/Adapter/Product/
H A DProductColorsRetriever.php43 $attributesColorList = Product::getAttributesColorList([$id_product]);
/dports/finance/prestashop/prestashop/classes/controller/
H A DFrontController.php1445 $colors = Product::getAttributesColorList($products_need_cache);
/dports/www/thirtybees/thirtybees-1.1.0/classes/controller/
H A DFrontController.php2298 $colors = Product::getAttributesColorList($productsNeedCache);
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DProduct.php2521 public static function getAttributesColorList(array $products, $haveStock = true) function in ProductCore
/dports/finance/prestashop/prestashop/classes/
H A DProduct.php4454 public static function getAttributesColorList(array $products, $have_stock = true) function in ProductCore