Section & Variations › Product List Map

Available Parameters
Parameter Type Description
variation Text
required
Default : product-list-variation-1
Selected variations for Product List Page section.
List of available variations :
  • product-list-variation-1
items Array of Product List Item
required
Set list of Product Item.
Example:
[
  {
    'title'         : 'Padma Resort Ubud',
    'price'         : {
      'regular'   : '$390',
      'sale'      : '$310.00',
    },
    'rating'        : {
      'score'      : 4.8,
      'description': '(890 reviews)',
    },
    'tags'         : [
      {
        'title'       : 'Guest favourite',
        'color'       : '#CC7320',
        'background'  : '#F9E8DE',
        'border'      : '#F9E8DE',
      },
      {
        'title'       : 'Refund Guarantee',
        'color'       : '#4E4E4E',
        'background'  : '#F5F5F5',
        'border'      : '#E1E1E1',
      }
    ],
    'description'  : '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 ...',
    'location'    : 'Gianyar, Bali',
    'image'       : 'travel-product-list-1.png',
    'position'    : [-8.631260858714935, 115.10925292968751]
  }
]
Available Variations
Product List Map Starter Kit Codes
{# include sections/product-list-map  #}
{% include "../resources/sections/product-list-map.twig", with {
    	'variation'	: 'product-list-variation-1',
	'items'	: [
		{
			'title'	: 'Padma Resort Ubud',
			'price'	: {
				'regular'	: '$390',
				'sale'		: '$310.00',
			},
			'rating'	: {
				'score'		: 4.8,
				'description'	: '(890 reviews)',
			},
			'tags'	: [
				{
					'title'	: 'Guest favourite',
					'color'	: '#CC7320',
					'background'	: '#F9E8DE',
					'border'	: '#F9E8DE',
				},
				{
					'title'	: 'Refund Guarantee',
					'color'	: '#4E4E4E',
					'background'	: '#F5F5F5',
					'border'	: '#E1E1E1',
				},
			],
			'description'	: '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 ...',
			'location'	: 'Gianyar, Bali',
			'image'		: 'travel-product-list-1.png',
			'position'	: [-8.631260858714935, 115.10925292968751],
		},
		{
			'title'	: 'The Anvaya beach Resort Bali',
			'price'	: {
				'regular'	: '$390',
				'sale'		: '$315.00',
			},
			'rating'	: {
				'score'		: 4.8,
				'description'	: '(890 reviews)',
			},
			'tags'	: [
				{
					'title'	: 'Guest favourite',
					'color'	: '#CC7320',
					'background'	: '#F9E8DE',
					'border'	: '#F9E8DE',
				},
				{
					'title'	: 'Refund Guarantee',
					'color'	: '#4E4E4E',
					'background'	: '#F5F5F5',
					'border'	: '#E1E1E1',
				},
			],
			'description'	: '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 ...',
			'location'	: 'Gianyar, Bali',
			'image'		: 'travel-product-list-2.png',
			'position'	: [-8.659093460620966, 115.12847900390626],
		},
	]

  } %}