Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 1.x/reference/products.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,10 @@ available on the `Lunar\Models\Price` model.

```php
$price->priceIncTax();
$price->priceIncTax($yourTaxZone); // TaxIncl Price based on your Tax Zone and Tax Rate.
$price->priceExTax();
$price->comparePriceIncTax(); // to retrieve the tax inclusive compare price
$price->comparePriceIncTax($yourTaxZone); // TaxIncl Price based on your Tax Zone and Tax Rate.
```

### Customising Prices with Pipelines
Expand Down