- 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
Postage
Extends Object. The Postage Object represents basic information about postage options available in the Cart.
Properties | |
---|---|
cutoffMessage |
Type String The message to display to visitors if the postage option has a cutoffTime. |
cutoffTime |
Type String The time after which a cutoffMessage should be displayed. |
days |
Type Number The number of days for delivery. |
desription |
Type String The description for the postage option. |
id |
Type Number The system ID that identifies the postage object. |
price |
Type Price The price for the postage option. |
title |
Type String The title for the postage option. |
Methods | |
---|---|
toString() |
Returns String The title of the Postage object. |