14 lines
234 B
HTML
14 lines
234 B
HTML
|
|
title = "Haryt"
|
||
|
|
url = "/product/:id"
|
||
|
|
layout = "default"
|
||
|
|
description = "Single product details"
|
||
|
|
is_hidden = 0
|
||
|
|
|
||
|
|
[singleoffer]
|
||
|
|
productSlug = "{{ :slug }}"
|
||
|
|
offerId = "{{ :id }}"
|
||
|
|
|
||
|
|
[session]
|
||
|
|
security = "all"
|
||
|
|
==
|
||
|
|
{% component 'singleoffer' %}
|