# helpers package
# Enumerations
Enumeration | Description |
---|---|
UiCategoryFilterType | (BETA) |
# Functions
Function | Description |
---|---|
getListingAvailableFilters(aggregations) | (BETA) |
getListingFilters(aggregations) | (BETA) |
getProductRegularPrice(product) | (BETA) Get the price for 1 unit of a product |
getProductThumbnailUrl(product) | (BETA) get the thumbnail image URL with the smallest width |
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) |
getStoreNavigationRoutes(navigationElements) | (BETA) |
isProductSimple({ product, }) | (BETA) |
loadScript(src) | (BETA) Helper for plugins to load external scripts for plugins |
# Interfaces
Interface | Description |
---|---|
ListingFilter | (BETA) |
StoreNavigationRoute | (BETA) |
TierPrice | (BETA) |
UiCategoryFilter | (BETA) |
UiCategoryFilterOption | (BETA) |
UiCategoryRangeFilterOption | (BETA) |