- 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
ProductSpecificationValue
Extends Object. Represents the value of a specification entry for a product.
Properties | |
---|---|
color |
Type Color or Null If the product specification is a type of |
id |
Type Number The system ID for the specification value. |
image |
Type Url or Null If the product specification is a type of |
maxValue |
Type Number or Null Set when the specification is a range with a minimum and maxmimum number. |
minValue |
Type Number or Null Set when the specification is a range with a minimum and maxmimum number. |
productId |
Type Number The ID of the current product. |
productIds |
Type Array The product IDs across all variations of this product with this specification value. |
value |
The value of the specification for the current Product e.g. Red. |
Methods | |
---|---|
toString() |
Type String
|