Product Tiles
Product Tile
To display a product tile with just a basic product info (image, title and price), use the data-tipser-product-tile
attribute.
<div
data-tipser-product-tile
data-tipser-product-id="57233dac89862012f8ec1001"
></div>

Attributes:
Attribute | Description | Type | Required | |
---|---|---|---|---|
data-tipser-product-id | Tipser product id | string | true | |
data-tipser-orientation | image and product details alignment | 'horizontal' or 'vertical' | false | |
data-tipser-size | the size of the product tile | 'small', 'medium' or 'large' | false | |
data-tipser-class-name | custom CSS class name to apply | string | false |
Updated 11 months ago