Home
last modified time | relevance | path

Searched refs:id_customer (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/finance/prestashop/prestashop/modules/blockwishlist/classes/
H A DWishList.php26 public $id_customer; variable in WishList
94 * @param int $id_customer
128 * @param int $id_customer
132 public static function isDefault($id_customer) argument
138 * @param int $id_customer
151 * @param int $id_customer
201 * @param int $id_customer
263 * @param int $id_customer
315 * @param int $id_customer
440 * @param int $id_customer
[all …]
/dports/finance/prestashop/prestashop/modules/productcomments/
H A DProductComment.php39 public $id_customer; variable in ProductComment
90 public static function getByProduct($id_product, $p = 1, $n = null, $id_customer = null) argument
130 …public static function getByCustomer($id_product, $id_customer, $get_last = false, $id_guest = fal… argument
424 public static function reportComment($id_product_comment, $id_customer) argument
428 VALUES (' . (int) $id_product_comment . ', ' . (int) $id_customer . ')');
436 public static function isAlreadyReport($id_product_comment, $id_customer) argument
441 WHERE `id_customer` = ' . (int) $id_customer . '
450 public static function setCommentUsefulness($id_product_comment, $usefulness, $id_customer) argument
454 …VALUES (' . (int) $id_product_comment . ', ' . (int) $usefulness . ', ' . (int) $id_customer . ')'…
462 public static function isAlreadyUsefulness($id_product_comment, $id_customer) argument
[all …]
H A Dinstall.sql4 `id_customer` int(10) unsigned NOT NULL,
15 KEY `id_customer` (`id_customer`),
57 `id_customer` int(10) unsigned NOT NULL,
59 PRIMARY KEY (`id_product_comment`, `id_customer`)
64 `id_customer` int(10) unsigned NOT NULL,
65 PRIMARY KEY (`id_product_comment`, `id_customer`)
/dports/finance/prestashop/prestashop/classes/
H A DSpecificPrice.php40 public $id_customer; variable in SpecificPriceCore
339 $id_customer = (int) $id_customer;
348 if ($id_customer !== null) {
437 * @param int $id_customer
451 $id_customer, argument
481 * @param int $id_customer
495 $id_customer = 0, argument
526 $id_customer,
544 $id_customer,
736 $this->id_customer,
[all …]
H A DAddress.php33 public $id_customer = null; variable in AddressCore
191 if (Validate::isUnsignedId($this->id_customer)) {
192 Customer::resetAddressCache($this->id_customer, $this->id);
211 if (Validate::isUnsignedId($this->id_customer)) {
212 Customer::resetAddressCache($this->id_customer, $this->id);
228 if (Validate::isUnsignedId($this->id_customer)) {
229 Customer::resetAddressCache($this->id_customer, $this->id);
474 * @param int $id_customer Customer id
481 if (!$id_customer) {
593 * @param int $id_customer Customer id
[all …]
H A DCustomerThread.php32 public $id_customer; variable in CustomerThreadCore
163 public static function getCustomerMessages($id_customer, $read = null, $id_order = null) argument
169 WHERE id_customer = ' . (int) $id_customer;
275 public static function getCustomerMessagesOrder($id_customer, $id_order) argument
286 WHERE ct.id_customer = ' . (int) $id_customer .
H A DCustomerSession.php33 public $id_customer; variable in CustomerSessionCore
63 $this->id_customer = (int) $idCustomer;
71 return (int) $this->id_customer;
H A DCartRule.php51 public $id_customer; variable in CartRuleCore
393 * @param int $id_customer Customer ID
407 $id_customer, argument
416 || !CartRule::haveCartRuleToday($id_customer)
562 * @param int $id_customer Customer ID
567 public function usedByCustomer($id_customer) argument
574 AND o.`id_customer` = ' . (int) $id_customer);
599 * @param int $id_customer Customer ID
702 if ($cart->id_customer) {
707 WHERE o.`id_customer` = ' . $cart->id_customer . '
[all …]
H A DGuest.php34 public $id_customer; variable in GuestCore
229 $this->id_customer = (int) $idCustomer;
244 …$guest = new Guest(isset($cookie->id_customer) ? Guest::getFromCustomer((int) ($cookie->id_custome…
H A DGroup.php138 public static function getReduction($id_customer = null) argument
140 if (!isset(self::$cache_reduction['customer'][(int) $id_customer])) {
141 …$id_group = $id_customer ? Customer::getDefaultGroupId((int) $id_customer) : (int) Group::getCurre…
142 … self::$cache_reduction['customer'][(int) $id_customer] = Group::getReductionByIdGroup($id_group);
145 return self::$cache_reduction['customer'][(int) $id_customer];
H A DCookie.php238 …ogged == 1 && $this->id_customer && Validate::isUnsignedId($this->id_customer) && Customer::checkP…
521 } elseif (isset($this->id_customer)) {
522 $session->setUserId((int) $this->id_customer);
573 || (int) $this->id_customer === $session->getUserId()
588 } elseif (isset($this->id_customer)) {
/dports/finance/prestashop/prestashop/src/Adapter/Order/Refund/
H A DVoucherGenerator.php96 $cartRule->name[$langId] = sprintf('V0C%1$dO%2$d', $order->id_customer, $order->id);
100 $cartRule->code = sprintf('V0C%1$dO%2$d', $order->id_customer, $order->id);
105 $cartRule->id_customer = $order->id_customer;
123 …rtRule->name[$langId] = sprintf('V%1$dC%2$dO%3$d', $cartRule->id, $order->id_customer, $order->id);
126 … $cartRule->code = sprintf('V%1$dC%2$dO%3$d', $cartRule->id, $order->id_customer, $order->id);
132 $customer = new Customer((int) ($order->id_customer));
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/routing/admin/sell/customer/
H A Dcustomers.yml35 id_customer: customerId
47 id_customer: customerId
61 id_customer: customerId
73 id_customer: customerId
85 id_customer: customerId
95 id_customer: customerId
115 id_customer: customerId
/dports/finance/prestashop/prestashop/modules/statsdata/
H A Dstatsdata.php158 WHERE `id_customer` = '.(int)$params['cookie']->id_customer);
162 $guest->mergeWithCustomer($result['id_guest'], $params['cookie']->id_customer);
167 if ($guest->id_customer) {
171 $guest->id_customer = $params['cookie']->id_customer;
/dports/www/thirtybees/thirtybees-1.1.0/modules/statsdata/
H A Dstatsdata.php165 WHERE `id_customer` = '.(int)$params['cookie']->id_customer);
169 $guest->mergeWithCustomer($result['id_guest'], $params['cookie']->id_customer);
173 $method = ($guest->id_customer) ? 'add' : 'update';
174 $guest->id_customer = $params['cookie']->id_customer;
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminCartsController.php229 $customer = new Customer($cart->id_customer);
322 $id_customer = (int) Tools::getValue('id_customer');
323 $customer = new Customer((int) $id_customer);
336 if (!$this->context->cart->id_customer) {
337 $this->context->cart->id_customer = $id_customer;
542 $message->id_customer = (int) $this->context->cart->id_customer;
613 $cart_rule->id_customer = (int) $this->context->cart->id_customer;
666 $address_delivery->id_customer == $this->context->cart->id_customer) {
672 $address_invoice->id_customer = $this->context->cart->id_customer) {
762 $id_customer = (int) Tools::getValue('id_customer');
[all …]
/dports/finance/prestashop/prestashop/classes/order/
H A DOrder.php54 public $id_customer; variable in OrderCore
296 if ($this->id_customer && !$is_admin) {
943 * @param int $id_customer Customer id
969 WHERE o.`id_customer` = ' . (int) $id_customer .
996 . ($id_customer ? ' AND id_customer = ' . (int) $id_customer : '');
1048 . ($id_customer ? ' AND id_customer = ' . (int) $id_customer : '') .
1146 * @param int $id_customer Customer id
1657 * @param int $id_customer optionnal
1667 ' . ($id_customer ? 'AND `id_customer` = ' . (int) $id_customer : ''));
1726 $customer = new Customer($this->id_customer);
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DAddress.php41 public $id_customer = null; variable in AddressCore
175 if (Validate::isUnsignedId($this->id_customer)) {
176 Customer::resetAddressCache($this->id_customer, $this->id);
200 if (Validate::isUnsignedId($this->id_customer)) {
201 Customer::resetAddressCache($this->id_customer, $this->id);
218 if (Validate::isUnsignedId($this->id_customer)) {
219 Customer::resetAddressCache($this->id_customer, $this->id);
H A DGuest.php42 public $id_customer; variable in GuestCore
97 …$guest = new Guest(isset($cookie->id_customer) ? Guest::getFromCustomer((int) ($cookie->id_custome…
273 $this->id_customer = (int) ($idCustomer);
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/orders/
H A Dform.tpl158 id_customer: id_customer,
218 id_customer: id_customer,
319 id_customer: id_customer
354 id_customer: id_customer,
388 id_customer: id_customer
415 id_customer: id_customer
443 id_customer: id_customer
468 id_customer: id_customer
540 id_customer: id_customer,
619 id_customer: id_customer,
[all …]
/dports/finance/prestashop/prestashop/classes/form/
H A DCustomerAddressPersister.php46 if ($address->id_customer && (int) $address->id_customer !== (int) $this->customer->id) {
65 $address->id_customer = $this->customer->id;
/dports/www/thirtybees/thirtybees-1.1.0/classes/module/
H A DPaymentModule.php392 $this->context->customer = new Customer((int) $this->context->cart->id_customer);
466 …>context->cookie) && isset($this->context->cookie->id_customer) && $this->context->cookie->id_cust…
504 $order->id_customer = (int) $this->context->cart->id_customer;
664 $msg->id_customer = (int) ($order->id_customer);
693 (int) $order->id_customer,
709 (int) $order->id_customer,
820 $voucher->id_customer = 0;
822 $voucher->id_customer = $order->id_customer;
877 $voucher->id_customer = 0;
879 $voucher->id_customer = $order->id_customer;
[all …]
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.3.0.4.sql12 ALTER TABLE `PREFIX_discount` ADD `id_currency` INT UNSIGNED NOT NULL DEFAULT 0 AFTER `id_customer`;
43 ALTER TABLE `PREFIX_message` ADD INDEX (id_customer);
78 WHERE g.`reduction` > 0 AND cg.`id_customer` = c.`id_customer`
H A D1.5.4.0.sql11 …REFIX_customer` c, `PREFIX_orders` o SET c.id_lang = o.id_lang WHERE c.id_customer = o.id_customer;
51 …omer` SET `id_gender` = 1 WHERE `email` LIKE 'pub@prestashop.com' AND `id_customer` = 1 AND `id_ge…
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/customer_threads/
H A Dmessage.tpl34 {if !empty($message.id_customer)}
35 …<a href="index.php?tab=AdminCustomers&amp;id_customer={$message.id_customer|intval}&amp;viewcustom…
44 {if !empty($message.id_customer) && empty($message.id_employee)}
48 …<a href="index.php?tab=AdminCustomers&amp;id_customer={$message.id_customer|intval}&amp;viewcustom…
49 {$message.id_customer|intval} <i class="icon-search"></i>
125 {if !empty($message.id_customer) && empty($message.id_employee)}
128 <dd>{$message.id_customer|intval}</dd>

123456789