Home
last modified time | relevance | path

Searched defs:id_customer (Results 1 – 25 of 30) sorted by path

12

/dports/finance/prestashop/prestashop/classes/
H A DAddress.php33 public $id_customer = null; variable in AddressCore
479 public static function getFirstCustomerAddressId($id_customer, $active = true)
598 public static function aliasExist($alias, $id_address, $id_customer)
H A DCart.php56 public $id_customer; variable in CartCore
4162 public static function lastNoneOrderedCart($id_customer)
4421 public static function getCustomerCarts($id_customer, $with_order = true)
H A DCartRule.php51 public $id_customer; variable in CartRuleCore
407 $id_customer,
567 public function usedByCustomer($id_customer)
603 public static function deleteByIdCustomer($id_customer)
H A DCustomerSession.php33 public $id_customer; variable in CustomerSessionCore
H A DCustomerThread.php32 public $id_customer; variable in CustomerThreadCore
163 public static function getCustomerMessages($id_customer, $read = null, $id_order = null)
275 public static function getCustomerMessagesOrder($id_customer, $id_order)
H A DGroup.php138 public static function getReduction($id_customer = null)
H A DGuest.php34 public $id_customer; variable in GuestCore
H A DMessage.php44 public $id_customer; variable in MessageCore
H A DProduct.php845 public static function initPricesComputation($id_customer = null)
880 public static function getTaxCalculationMethod($id_customer = null)
3582 $id_customer = null,
3746 $id_customer = 0,
6591 public function checkAccess($id_customer)
6602 public static function checkAccessStatic($id_product, $id_customer)
H A DSpecificPrice.php40 public $id_customer; variable in SpecificPriceCore
226 … function _getScoreQuery($id_product, $id_shop, $id_currency, $id_country, $id_group, $id_customer)
328 …c function computeExtraConditions($id_product, $id_product_attribute, $id_customer, $id_cart, $beg…
451 $id_customer,
495 $id_customer = 0,
607 … $id_country, $id_group, $id_product_attribute = null, $all_combinations = false, $id_customer = 0)
645 …p, $id_currency, $id_country, $id_group, $quantity, $id_product_attribute = null, $id_customer = 0)
667 …($id_shop, $id_currency, $id_country, $id_group, $beginning, $ending, $id_customer = 0, $with_comb…
778 …id_product_attribute, $id_shop, $id_group, $id_country, $id_currency, $id_customer, $from_quantity…
/dports/finance/prestashop/prestashop/classes/order/
H A DOrder.php54 public $id_customer; variable in OrderCore
691 public static function getIdOrderProduct($id_customer, $id_product)
849 public static function getDiscountsCustomer($id_customer, $id_cart_rule)
948 …public static function getCustomerOrders($id_customer, $show_hidden_status = false, Context $conte…
989 … public static function getOrdersIdByDate($date_from, $date_to, $id_customer = null, $type = null)
1040 …public static function getOrdersIdInvoiceByDate($date_from, $date_to, $id_customer = null, $type =…
1150 public static function getCustomerNbOrders($id_customer)
1661 public static function getCartIdStatic($id_order, $id_customer = 0)
H A DOrderReturn.php32 public $id_customer; variable in OrderReturnCore
H A DOrderSlip.php32 public $id_customer; variable in OrderSlipCore
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminProductsController.php1567 …validateSpecificPrice($id_shop, $id_currency, $id_country, $id_group, $id_customer, $price, $from_…
/dports/finance/prestashop/prestashop/install/upgrade/php/
H A Dmigrate_orders.php262 function mo_getCustomerDefaultGroup($id_customer)
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.0.0.3.sql26 id_customer INTEGER UNSIGNED NOT NULL, field
58 id_customer INTEGER UNSIGNED NOT NULL, field
/dports/finance/prestashop/prestashop/modules/blockwishlist/classes/
H A DWishList.php26 public $id_customer; variable in WishList
98 public static function exists($id_wishlist, $id_customer)
132 public static function isDefault($id_customer)
142 public static function getDefault($id_customer)
158 …public static function addProduct($id_wishlist, $id_customer, $id_product, $id_product_attribute, …
207 …public static function removeProduct($id_wishlist, $id_customer, $id_product, $id_product_attribut…
267 public static function getAllWishlistsByIdCustomer($id_customer)
322 …public static function getProductByIdCustomer($id_wishlist, $id_customer, $id_lang, $id_product = …
445 public static function getAllProductByCustomer($id_customer, $idShop)
598 public static function getByIdCustomer($id_customer)
/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)
130 …public static function getByCustomer($id_product, $id_customer, $get_last = false, $id_guest = fal…
424 public static function reportComment($id_product_comment, $id_customer)
436 public static function isAlreadyReport($id_product_comment, $id_customer)
450 public static function setCommentUsefulness($id_product_comment, $usefulness, $id_customer)
462 public static function isAlreadyUsefulness($id_product_comment, $id_customer)
/dports/finance/prestashop/prestashop/src/Adapter/Product/
H A DAdminProductWrapper.php379 $id_customer,
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DAddress.php41 public $id_customer = null; variable in AddressCore
H A DCart.php95 public $id_customer; variable in CartCore
H A DCartRule.php60 public $id_customer; variable in CartRuleCore
H A DCompareProduct.php54 public $id_customer; variable in CompareProductCore
H A DCustomerThread.php43 public $id_customer; variable in CustomerThreadCore
H A DGuest.php42 public $id_customer; variable in GuestCore

12