- Theme Engine
- Design Principles
- Templates
- EVML Reference
- Output
- Comments
- Operators
- Statements and Declarations
- Built-in Functions
- Built-in Objects
- Account
- Address
- Array
- Boolean
- Branch
- Cart
- CartLine
- Category
- CategoryCollection
- CategoryFilter
- CategoryFilterCollection
- CategoryFilterOption
- CategorySearch
- Collection
- Color
- Contact
- Currency
- Date
- Discount
- Dom
- Event
- EventCollection
- EventSlot
- Image
- Layout
- Locale
- Money
- Number
- Object
- Page
- PageCollection
- PageSearch
- PageSharer
- Pagination
- Postage
- Price
- PriceDiscount
- Product
- ProductCollection
- ProductCustomisation
- ProductDownload
- ProductMedia
- ProductMediaFrame
- ProductPrice
- ProductSearch
- ProductSpecification
- ProductSpecificationValue
- ProductVariation
- ProductVariationOption
- RecentlyViewed
- RegExp
- Request
- Review
- ReviewCollection
- Search
- SearchCollection
- SearchResult
- String
- Tag
- Template
- Url
- Website
- EV Tags
- CSS Pre-processor
- Ajax API
ProductPrice
Extends Object. Represents a current price for a product.
Properties | |
---|---|
discount |
Type PriceDiscount The discount value between listPrice and the current price. |
discountPercentage |
Type Number The percentage discount to the nearest whole number. |
id |
Type Number The System ID for the ProductPrice object. |
includesTax |
Type Boolean True if the product price includes tax, else false. This is subject to the tax rule for the current visitor and is regardless of the setting for the product price within Evance. |
isOffer |
Type Boolean True if the current price is less than the listPrice. |
listPrice |
Type Price The standard list price of the product excluding offers/discounts. |
mechanism |
Type String The pricing mechanism:
|
minUnits |
Type Number The minimum number of units permitted per order. For purchasable products the minUnits is always 1, but may differ for hired products. |
price |
Type Price The current price of the product including offers/discounts. |
quantity |
Type Number The order quantity threshold at which the price becomes effective. |
rrp |
Type Price The "Recommended Retail Price" of the product. |
suffix |
Type String The the string to be shown after a price e.g. +VAT. This automatically knows whether to use an inclusive or exclusive of tax suffix subject to the current session tax rule. |
unit |
Type String The unit type of the price, the value of which will be one of the following.
|