Home
last modified time | relevance | path

Searched refs:country_restriction (Results 1 – 9 of 9) sorted by relevance

/dports/finance/prestashop/prestashop/classes/
H A DCartRule.php76 public $country_restriction; variable in CartRuleCore
504 $country_restriction = false;
507 $country_restriction = true;
535 if (!$country_restriction) {
748 if ($this->country_restriction) {
/dports/finance/prestashop/prestashop/src/Adapter/CartRule/QueryHandler/
H A DGetCartRuleForEditingHandler.php114 (bool) $cartRule->country_restriction,
/dports/finance/prestashop/prestashop/src/Adapter/CartRule/CommandHandler/
H A DAddCartRuleHandler.php113 $cartRule->country_restriction = $command->hasCountryRestriction();
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.5.0.1.sql298 `country_restriction` tinyint(1) unsigned NOT NULL default 0,
363 `country_restriction`,
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/cart_rules/
H A Dconditions.tpl123 …<input type="checkbox" id="country_restriction" name="country_restriction" value="1" {if $countrie…
/dports/finance/prestashop/prestashop/admin/themes/default/template/controllers/cart_rules/
H A Dconditions.tpl147 …<input type="checkbox" id="country_restriction" name="country_restriction" value="1" {if $countrie…
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DCartRule.php103 public $country_restriction; variable in CartRuleCore
1024 if ($this->country_restriction) {
/dports/finance/prestashop/prestashop/install/data/
H A Ddb_structure.sql194 `country_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0',
/dports/www/thirtybees/thirtybees-1.1.0/install/data/
H A Ddb_schema.sql267 `country_restriction` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',