# helpers package
# Functions
Function | Description |
---|---|
getProductRegularPrice({ product, }) | (BETA) Get the price for 1 unit of a product |
getProductTierPrices(product) | (BETA) Get the prices depending on quantity added to cart. Tier prices can be set in Advanced pricing tab in Product view (admin panel) |
isProductSimple({ product, }) | (BETA) |
# Interfaces
Interface | Description |
---|---|
TierPrice | (BETA) |