Home
last modified time | relevance | path

Searched refs:getPricesInformation (Results 1 – 3 of 3) sorted by relevance

/dports/finance/prestashop/prestashop/src/Core/Form/IdentifiableObject/DataProvider/
H A DProductFormDataProvider.php349 … 'price_tax_excluded' => (float) (string) $productForEditing->getPricesInformation()->getPrice(),
350 …'price_tax_included' => (float) (string) $productForEditing->getPricesInformation()->getPriceTaxIn…
351 … 'ecotax' => (float) (string) $productForEditing->getPricesInformation()->getEcotax(),
353 … 'tax_rules_group_id' => $productForEditing->getPricesInformation()->getTaxRulesGroupId(),
354 'on_sale' => $productForEditing->getPricesInformation()->isOnSale(),
355 …'wholesale_price' => (float) (string) $productForEditing->getPricesInformation()->getWholesalePric…
357 … 'price' => (float) (string) $productForEditing->getPricesInformation()->getUnitPrice(),
358 'unity' => $productForEditing->getPricesInformation()->getUnity(),
/dports/finance/prestashop/prestashop/src/Adapter/Product/QueryHandler/
H A DGetProductForEditingHandler.php134 $this->getPricesInformation($product),
178 private function getPricesInformation(Product $product): ProductPricesInformation function in PrestaShop\\PrestaShop\\Adapter\\Product\\QueryHandler\\GetProductForEditingHandler
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/QueryResult/
H A DProductForEditing.php191 public function getPricesInformation(): ProductPricesInformation function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\QueryResult\\ProductForEditing