Section & Variations › Product Details Page (Travel)
Available Parameters
| Parameter | Type | Description |
|---|---|---|
variation
|
Text
required Default : product-details-variation-1
|
Selected variations for Product Details Page section. List of available variations :
|
title
|
Text
required |
Set title for Product Details Page section. |
location
|
Text
required |
Set location name for Product. |
price
|
Price Object
required |
Set price details for Product. Example: {
|
rating
|
Rating Object
required |
Set rating details for Product. Example: {
|
image
|
Filename
required |
Set primary Product Images. The value is image filename in the [SRC-Assets]/images/ folder. |
images
|
Array of Filename
required |
Set list of Product Images. The value is array of image filename in the [SRC-Assets]/images/ folder. |
description
|
Text HTML
required |
Set description for Product |
amenities
|
Array of amenities Item
required |
Set list of amenities for Product. Example: [
|
Available Variations
Starter Kit Codes
{# include sections/product-details-travel #}
{% include "../resources/sections/product-details-travel.twig", with {
'variation' : 'product-details-variation-1',
'title' : 'Bamboo Villa in Eco Six Bali Resort',
'location' : 'Treehouse in Kecamatan Sidemen, Indonesia',
'price' : {
'regular' : '$422.00',
'sale' : '$380.00',
},
'rating' : {
'score' : 4.8,
'description' : '(890 reviews)',
},
'image' : 'travel-product-details-lg-1.png',
'images' : [
'travel-product-details-sm-1.png',
'travel-product-details-sm-2.png',
'travel-product-details-sm-3.png',
'travel-product-details-sm-4.png',
],
'description' : '<p>Experience Bali by staying in our Enam, a 2 bedroom bamboo villa located within the Eco Six Bali resort, just a 20-minute scooter ride from the vibrant centre of Ubud. Enjoy this spacious three floors villa with its Santorini style infinity pool, and its relaxing net bed facing the Mount Agung!</p><p><a class="link-more" href="#more">Show more <i class="ic ic-caret-right secondary"></i></a>',
'amenities' : [
{
'icon' : 'ic ic-flower-tulip',
'text' : 'Garden view',
},
{
'icon' : 'ic ic-swimming-pool',
'text' : 'Pool',
},
{
'icon' : 'ic ic-wifi-high',
'text' : 'Wifi',
},
{
'icon' : 'ic ic-desktop',
'text' : 'Dedicated workspace',
},
{
'icon' : 'ic ic-mountains',
'text' : 'Mountain view',
},
{
'icon' : 'ic ic-dog',
'text' : 'Pets allowed',
},
{
'icon' : 'ic ic-moped-front',
'text' : 'Free parking on premises',
},
{
'icon' : 'ic ic-tv-simple',
'text' : 'TV',
},
{
'icon' : 'ic ic-bathtub',
'text' : 'Hot tub',
},
]
} %}