Home
last modified time | relevance | path

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

12

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/
H A DAuctionEntryHTMLPresenter.java90 if (mAuctionEntry.getShipping() != null && !mAuctionEntry.getShipping().isNull()) { in buildInfoBody()
91 prompt += buildRow("Shipping", mAuctionEntry.getShipping()); in buildInfoBody()
H A DAuctionCore.java92 public Currency getShipping() { return getMonetary("shipping"); } in getShipping() method in AuctionCore
H A DAuctionEntry.java765 if(getShipping() != null) { in toXML()
768 xshipping.setProperty("currency", getShipping().fullCurrencyName()); in toXML()
769 xshipping.setProperty("price", Double.toString(getShipping().getValue())); in toXML()
1377 Currency ship = getShipping(); in getShippingWithInsurance()
/dports/finance/prestashop/prestashop/src/Adapter/Presenter/Order/
H A DOrderDetailLazyArray.php216 public function getShipping() function in PrestaShop\\PrestaShop\\Adapter\\Presenter\\Order\\OrderDetailLazyArray
220 $shippingList = $order->getShipping();
H A DOrderSubtotalLazyArray.php130 public function getShipping() function in PrestaShop\\PrestaShop\\Adapter\\Presenter\\Order\\OrderSubtotalLazyArray
H A DOrderLazyArray.php151 public function getShipping() function in PrestaShop\\PrestaShop\\Adapter\\Presenter\\Order\\OrderLazyArray
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DOrdersRefundItemRequest.php77 public function getShipping() function in Google_Service_ShoppingContent_OrdersRefundItemRequest
H A DProduct.php703 public function getShipping() function in Google_Service_ShoppingContent_Product
/dports/finance/prestashop/prestashop/src/Core/Domain/Cart/QueryResult/
H A DCartForOrderCreation.php161 public function getShipping(): ?CartShipping function in PrestaShop\\PrestaShop\\Core\\Domain\\Cart\\QueryResult\\CartForOrderCreation
/dports/www/opencart/opencart-3.0.3.8/upload/admin/controller/extension/report/
H A Dsale_shipping.php120 $results = $this->model_extension_report_sale->getShipping($filter_data);
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DOrderForViewing.php417 public function getShipping(): OrderShippingForViewing function in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderForViewing
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/orders/
H A D_shipping.tpl51 {foreach from=$order->getShipping() item=line}
/dports/www/opencart/opencart-3.0.3.8/upload/admin/model/extension/dashboard/
H A Dsale.php339 public function getShipping($data = array()) { function in ModelExtensionDashboardSale
/dports/www/opencart/opencart-3.0.3.8/upload/admin/model/extension/report/
H A Dsale.php339 public function getShipping($data = array()) { function in ModelExtensionReportSale
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DProduct.php621 public function getShipping() function in Google_Service_ShoppingContent_Product
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/commands/
H A DUserActions.java787 if(ae.getShipping() != null && !ae.getShipping().isNull()) { in genBidSnipeHTML()
788 prompt += "<tr><td>Shipping:</td><td>" + ae.getShipping() + "</td></tr>"; in genBidSnipeHTML()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/routing/admin/sell/orders/
H A Dorders.yml353 _controller: PrestaShopBundle:Admin/Sell/Order/Order:getShipping
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DauctionTableModel.java190 …Currency si = (!aEntry.getShipping().isNull())?aEntry.getShippingWithInsurance(): Currency.NoValue… in getSortByValueAt()
/dports/finance/prestashop/prestashop/src/Adapter/Order/QueryHandler/
H A DGetOrderForViewingHandler.php500 $shipping = $order->getShipping();
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_ShoppingService.php1216 public function getShipping() { function in Google_ShoppingModelProductJsonV1Inventories
/dports/www/thirtybees/thirtybees-1.1.0/themes/niara/
H A Dorder-detail.tpl345 {assign var='carriers' value=$order->getShipping()}
/dports/www/thirtybees/thirtybees-1.1.0/themes/community-theme-default/
H A Dorder-detail.tpl345 {assign var='carriers' value=$order->getShipping()}
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Sell/Order/
H A DOrderController.php876 'total' => count($orderForViewing->getShipping()->getCarriers()),
/dports/finance/prestashop/prestashop/classes/order/
H A DOrder.php1984 public function getShipping() function in OrderCore
/dports/www/thirtybees/thirtybees-1.1.0/classes/order/
H A DOrder.php2359 public function getShipping() function in OrderCore

12