package.html
The package.html page displays details about a specific package on your store.
Root Object
Variables | Type | Description |
---|---|---|
| string | The ID of the package. |
| string | The name of the package. |
| string | The description of the package. |
| boolean | If the package can have a custom price. |
| string | The price of the package. |
| boolean | If the currently logged in customer is allowed to purchase this package on your store. |
| integer | The quantity of this package in the customers basket. |
| string | The public url of the packages image hosted on the Tebex CDN. |
| boolean | If this package has an image uploaded. |
| string | The ID of the category which this package belongs to. |
| boolean | If this package requires options to be entered/selected before adding to the basket. |
| boolean | If the package has a discount applied. |
| string | The original price of the package before the discount was applied. |
| string | The percentage equivalent of the discount applied to the package. |
Request Variable
If you'd like access to a variable that is not currently available, please let us know.
Last updated