Home
last modified time | relevance | path

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

12

/dports/finance/prestashop/prestashop/src/Adapter/Order/Refund/
H A DOrderSlipCreator.php227 $total_products = [];
246 if (!isset($total_products[$id_tax_rules_group])) {
247 $total_products[$id_tax_rules_group] = 0;
250 if (!isset($total_products[$id_tax_rules_group . '_' . $id_address])) {
251 $total_products[$id_tax_rules_group . '_' . $id_address] = 0;
267 $total_products[$id_tax_rules_group] += $product_tax_incl;
271 $total_products[$id_tax_rules_group] += $product_tax_incl;
275 $total_products[$id_tax_rules_group . '_' . $id_address] += $price * $quantity;
296 foreach ($total_products as $key => $price) {
/dports/finance/prestashop/prestashop/classes/order/
H A DOrderSlip.php328 $total_products = [];
356 if (!isset($total_products[$id_tax_rules_group])) {
357 $total_products[$id_tax_rules_group] = 0;
360 if (!isset($total_products[$id_tax_rules_group . '_' . $id_address])) {
361 $total_products[$id_tax_rules_group . '_' . $id_address] = 0;
370 $total_products[$id_tax_rules_group] += $product_tax_incl;
375 $total_products[$id_tax_rules_group] += $product_tax_incl;
380 $total_products[$id_tax_rules_group . '_' . $id_address] += $price * $quantity;
392 foreach ($total_products as $key => $price) {
H A DOrder.php114 public $total_products; variable in OrderCore
426 $this->total_products -= $product_price_tax_excl;
1092 return $this->total_products;
1445 $order_invoice->total_products = $this->total_products;
2516 $expected_total_base = $this->total_products - $this->total_discounts_tax_excl;
2536 $products_tax = $this->total_products_wt - $this->total_products;
2568 if ($this->total_products > 0) {
2569 …t_ratio = ($order_detail['unit_price_tax_excl'] + $order_detail['ecotax']) / $this->total_products;
H A DOrderDetail.php409 … $ratio = ($order->total_products > 0) ? ($this->unit_price_tax_excl / $order->total_products) : 1;
/dports/finance/prestashop/prestashop/src/Adapter/Cart/QueryHandler/
H A DGetCartForViewingHandler.php107 $total_products = $summary['total_products'];
113 $total_products = $summary['total_products_wt'];
177 'total_products' => $total_products,
178 … 'total_products_formatted' => $this->locale->formatPrice($total_products, $currency->iso_code),
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.6.0.11.sql38 CHANGE COLUMN `total_products` `total_products` DECIMAL(20,6) NOT NULL DEFAULT '0.00' ,
H A D1.3.0.2.sql106 CHANGE `total_products` `total_products` DECIMAL(17, 2) NOT NULL DEFAULT '0.00',
H A D1.5.0.12.sql24 …unit_price_tax_excl - ( o.total_discounts_tax_excl * ( od.unit_price_tax_excl / o.total_products ))
H A D1.6.1.0.sql17 CHANGE COLUMN `total_products` `total_products` DECIMAL(20,6) NOT NULL DEFAULT '0.00' ,
H A D1.3.0.1.sql42 ALTER TABLE `PREFIX_orders` ADD `total_products_wt` DECIMAL(10, 2) NOT NULL AFTER `total_products`;
H A D1.5.0.2.sql339 …l_discount_tax_incl`, `total_paid_tax_excl`, `total_paid_tax_incl`, `total_products`, `total_produ…
340 …_discounts_tax_incl`, `total_paid_tax_excl`, `total_paid_tax_incl`, `total_products`, `total_produ…
/dports/finance/prestashop/prestashop/classes/pdf/
H A DHTMLTemplateOrderSlip.php108 …al_paid_tax_excl = $this->order->total_paid_tax_incl = $this->order->total_products = $this->order…
125 $this->order->total_products += $product['total_price_tax_excl'];
127 $this->order->total_paid_tax_excl = $this->order->total_products;
H A DHTMLTemplateInvoice.php275 …$products_after_discounts_tax_excl = $this->order_invoice->total_products - $product_discounts_tax…
287 'products_before_discounts_tax_excl' => $this->order_invoice->total_products,
/dports/www/thirtybees/thirtybees-1.1.0/pdf/
H A Dorder-slip.total-tab.tpl48 - {displayPrice currency=$order->id_currency price=$order->total_products}
67 - {displayPrice currency=$order->id_currency price=$order->total_products}
/dports/finance/prestashop/prestashop/pdf/
H A Dorder-slip.total-tab.tpl48 - {displayPrice currency=$order->id_currency price=$order->total_products}
67 - {displayPrice currency=$order->id_currency price=$order->total_products}
/dports/www/thirtybees/thirtybees-1.1.0/classes/order/
H A DOrder.php155 public $total_products; variable in OrderCore
443 $this->total_products -= $productPriceTaxExcl;
1296 return $this->total_products;
1746 $orderInvoice->total_products = $this->total_products;
2988 $expectedTotalBase = $this->total_products - $this->total_discounts_tax_excl;
2992 $expectedTotalTax = $this->total_products_wt - $this->total_products;
3042 if ($this->total_products > 0) {
3043 …ountRatio = ($orderDetail['unit_price_tax_excl'] + $orderDetail['ecotax']) / $this->total_products;
/dports/finance/prestashop/prestashop/src/Adapter/Presenter/Order/
H A DOrderSubtotalLazyArray.php82 …lProducts = ($this->includeTaxes) ? $this->order->total_products_wt : $this->order->total_products;
/dports/www/thirtybees/thirtybees-1.1.0/classes/pdf/
H A DHTMLTemplateInvoice.php215 … $productsAfterDiscountsTaxExcl = $this->order_invoice->total_products - $productDiscountsTaxExcl;
227 'products_before_discounts_tax_excl' => $this->order_invoice->total_products,
/dports/www/thirtybees/thirtybees-1.1.0/classes/module/
H A DPaymentModule.php532 …$order->total_products = (float) $this->context->cart->getOrderTotal(false, Cart::ONLY_PRODUCTS, $…
808 …eduction_amount = ($totalReductionValueTaxExcluded + $values['tax_excl']) - $order->total_products;
859 … $values['tax_excl'] = $order->total_products - $totalReductionValueTaxExcluded;
1060 …playPrice(Product::getTaxCalculationMethod() == PS_TAX_EXC ? $order->total_products : $order->tota…
1064 …}' => Tools::displayPrice(($order->total_products_wt - $order->total_products) + ($order->to…
/dports/www/thirtybees/thirtybees-1.1.0/controllers/front/
H A DOrderConfirmationController.php144 'total_products_tax_excl' => $order->total_products,
/dports/finance/prestashop/prestashop/src/Adapter/Order/CommandHandler/
H A DAddProductToOrderHandler.php494 … $invoice->total_products = (float) $cart->getOrderTotal(false, Cart::ONLY_PRODUCTS, $newProducts);
539 $invoice->total_products += (float) $cart->getOrderTotal(
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminOrdersController.php2437 $orderInvoice->total_products
2485 $orderInvoice->total_products
2498 $order->total_products += (float) $cart->getOrderTotal(false, Cart::ONLY_PRODUCTS);
2814 $oldOrderInvoice->total_products -= $orderDetail->total_price_tax_excl;
2822 $orderInvoice->total_products += $orderDetail->total_price_tax_excl;
2841 $orderInvoice->total_products += $diffPriceTaxExcl;
2850 $order->total_products += $diffPriceTaxExcl;
3016 $orderInvoice->total_products -= $orderDetail->total_price_tax_excl;
3025 $order->total_products -= $orderDetail->total_price_tax_excl;
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminCartsController.php250 $total_products = $summary['total_products'];
256 $total_products = $summary['total_products_wt'];
308 'total_products' => $total_products,
/dports/finance/prestashop/prestashop/src/Adapter/Order/
H A DOrderAmountUpdater.php297 …$order->total_products = (float) $cart->getOrderTotal(false, Cart::ONLY_PRODUCTS, $orderProducts, …
536 $invoice->total_products = Tools::ps_round(
/dports/www/thirtybees/thirtybees-1.1.0/themes/niara/
H A Dorder-payment-classic.tpl24 … <td colspan="2" class="price" id="total_product">{displayPrice price=$total_products}</td>
35 … <td colspan="2" class="price" id="total_product">{displayPrice price=$total_products}</td>

12