Home
last modified time | relevance | path

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

/dports/www/thirtybees/thirtybees-1.1.0/controllers/front/
H A DOrderReturnController.php85 … 'customizedDatas' => Product::getAllCustomizedDatas((int) $order->id_cart),
H A DGuestTrackingController.php164 $order->customizedDatas = Product::getAllCustomizedDatas((int) $order->id_cart);
H A DOrderDetailController.php223 $customizedDatas = Product::getAllCustomizedDatas((int) $order->id_cart);
H A DCartController.php462 … $result['customizedDatas'] = Product::getAllCustomizedDatas($this->context->cart->id, null, true);
H A DParentOrderController.php342 $customizedDatas = Product::getAllCustomizedDatas($this->context->cart->id);
H A DOrderOpcController.php533 … 'customizedDatas' => Product::getAllCustomizedDatas($this->context->cart->id, null, true),
/dports/finance/prestashop/prestashop/src/Adapter/MailTemplate/
H A DMailPreviewVariablesBuilder.php258 $customizedDatas = Product::getAllCustomizedDatas($order->id_cart);
378 …$customizedDatas = Product::getAllCustomizedDatas((int) $order->id_cart, null, true, null, (int) $…
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminReturnController.php188 'customizedDatas' => Product::getAllCustomizedDatas((int) ($order->id_cart)),
H A DAdminCartsController.php283 …$customized_datas = Product::getAllCustomizedDatas($this->context->cart->id, null, true, null, (in…
695 …$product['customized_datas'] = Product::getAllCustomizedDatas((int) $this->context->cart->id, null…
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminReturnController.php196 'customizedDatas' => Product::getAllCustomizedDatas((int) ($order->id_cart)),
H A DAdminCartsController.php278 $customizedDatas = Product::getAllCustomizedDatas((int) $cart->id);
519 …$product['customized_datas'] = Product::getAllCustomizedDatas((int) $this->context->cart->id, null…
/dports/www/thirtybees/thirtybees-1.1.0/classes/pdf/
H A DHTMLTemplateOrderSlip.php61 $customizedDatas = Product::getAllCustomizedDatas((int) $this->order->id_cart);
/dports/finance/prestashop/prestashop/src/Adapter/Cart/QueryHandler/
H A DGetCartForViewingHandler.php135 $customized_datas = Product::getAllCustomizedDatas(
H A DGetCartForOrderCreationHandler.php470 $customizations = Product::getAllCustomizedDatas(
/dports/finance/prestashop/prestashop/classes/pdf/
H A DHTMLTemplateOrderSlip.php62 …$customized_datas = Product::getAllCustomizedDatas($this->id_cart, null, true, null, (int) $produc…
/dports/www/thirtybees/thirtybees-1.1.0/modules/blockcart/
H A Dblockcart.php359 … 'customizedDatas' => Product::getAllCustomizedDatas((int) ($params['cart']->id)),
/dports/finance/prestashop/prestashop/src/Adapter/Presenter/Cart/
H A DCartPresenter.php200 …$data = Product::getAllCustomizedDatas($cart->id, null, true, null, (int) $product['id_customizati…
/dports/finance/prestashop/prestashop/classes/order/
H A DOrderInvoice.php195 …$customized_datas = Product::getAllCustomizedDatas($order->id_cart, null, true, null, (int) $row['…
H A DOrder.php668 …$customized_datas = Product::getAllCustomizedDatas($this->id_cart, null, true, $this->id_shop, (in…
/dports/www/thirtybees/thirtybees-1.1.0/classes/order/
H A DOrderInvoice.php379 $customizedData = Product::getAllCustomizedDatas($order->id_cart);
H A DOrder.php691 $customizedDatas = Product::getAllCustomizedDatas($this->id_cart);
/dports/www/thirtybees/thirtybees-1.1.0/classes/module/
H A DPaymentModule.php727 $customizedDatas = Product::getAllCustomizedDatas((int) $order->id_cart);
/dports/finance/prestashop/prestashop/classes/
H A DPaymentModule.php450 …$customized_datas = Product::getAllCustomizedDatas((int) $order->id_cart, null, true, null, (int) …
H A DProduct.php5974 …public static function getAllCustomizedDatas($id_cart, $id_lang = null, $only_in_cart = true, $id_… function in ProductCore
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DProduct.php3303 …public static function getAllCustomizedDatas($idCart, $idLang = null, $onlyInCart = true, $idShop … function in ProductCore