- 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
ProductVariationOption
Extends Object.
Properties | |
---|---|
color |
Type String | null Contains a color reference if the |
id |
Type Number The System ID for the variation option. |
image |
Type Url | null Contains a URL if the |
maxValue |
Type Number | null Set if the |
minValue |
Type Number | null Set if the |
productIds |
Type Array Contains an array of product IDs this option is applicable to, within the scope of the master product. |
selectable |
Type Boolean True if the user may select the variant option, else false. |
selected |
Type Boolean True if the variant option is currently selected, else false. |
value |
The value of the variation option. If the Product Specification type the variation is based upon is numeric the value will have a type of Number, otherwise it will have a String value. |