Home
last modified time | relevance | path

Searched refs:cache_is_pack (Results 1 – 11 of 11) sorted by relevance

/dports/finance/prestashop/prestashop/src/Adapter/Product/
H A DProductDataProvider.php105 * @param bool|null $cache_is_pack
109 public function getQuantity($id_product, $id_product_attribute = null, $cache_is_pack = null) argument
111 return Product::getQuantity($id_product, $id_product_attribute, $cache_is_pack);
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.7.8.0.sql177 UPDATE `PREFIX_product` SET `product_type` = "pack" WHERE `cache_is_pack` = 1;
H A D1.4.0.2.sql397 ALTER TABLE `PREFIX_product` ADD `cache_is_pack` TINYINT(1) NOT NULL default '0' AFTER `indexed`;
419 cache_is_pack = (SELECT IF(COUNT(*) > 0, 1, 0) FROM `PREFIX_pack` pp WHERE pp.`id_product_pack` = p…
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/products/
H A Dquantities.tpl61 {if $stock_management_active == 0 && !$product->cache_is_pack}
63 {elseif $product->cache_is_pack}
83 …ctive == 0 || $product->advanced_stock_management == 0) && !$product->cache_is_pack}  - …
87 {if $product->cache_is_pack}
106 <div class="form-group" {if !$product->cache_is_pack}style="display:none"{/if}>
/dports/finance/prestashop/prestashop/src/Adapter/Product/Update/
H A DProductTypeUpdater.php111 $product->cache_is_pack = ProductType::TYPE_PACK === $productType->getValue();
/dports/finance/prestashop/prestashop/src/Adapter/Product/Repository/
H A DProductRepository.php282 $product->cache_is_pack = ProductType::TYPE_PACK === $productType;
/dports/www/thirtybees/thirtybees-1.1.0/controllers/front/
H A DProductController.php298 if ($this->product->cache_is_pack || is_array($accessories) && ($accessories)) {
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DProduct.php202 public $cache_is_pack; variable in ProductCore
8081 $this->cache_is_pack = ($type == static::PTYPE_PACK);
/dports/finance/prestashop/prestashop/classes/
H A DProduct.php316 public $cache_is_pack; variable in ProductCore
8062 $this->cache_is_pack = ($type == Product::PTYPE_PACK);
/dports/finance/prestashop/prestashop/install/data/
H A Ddb_structure.sql1663 `cache_is_pack` tinyint(1) NOT NULL DEFAULT '0',
/dports/www/thirtybees/thirtybees-1.1.0/install/data/
H A Ddb_schema.sql1841 `cache_is_pack` TINYINT(1) NOT NULL DEFAULT '0',