{{template "header.html" .}}

{{$.Data.Shop.Product.Name}} {{$.Data.Shop.Product.Id}}

{{if $.Data.Shop.Product.HaveImages}} {{$.Data.EscapeString $.Data.Shop.Product.Name}} {{else}} {{$.Data.EscapeString $.Data.Shop.Product.Name}} {{end}}
{{if $.Data.Shop.Product.HaveImages}}
{{range $index, $img := $.Data.Shop.Product.Images}} {{end}}
{{end}}
{{if $.Data.Shop.Product.HaveVariations}}
{{end}}

{{$.Data.Shop.Product.PriceFormat "%.2f"}} {{$.Data.Shop.CurrentCurrency.Code}}

Buy
Payment

Non-cash, Cash

{{if ne $.Data.Shop.Product.Content ""}}

Description


{{$.Data.Shop.Product.Content}}
{{end}} {{if $.Data.Shop.Product.HaveSpecs}}

Specifications


{{range $.Data.Shop.Product.Specs}} {{end}}
{{.FilterName}} {{.FilterValue}}
{{end}}
{{if $.Data.Shop.Product.HaveSpecs}}
{{if $.Data.Shop.Product.HaveSpecs}} {{range $.Data.Shop.Product.Specs}} {{end}}
{{.FilterName}} {{.FilterValue}}
{{end}}
{{if $.Data.Shop.Product.HaveImages}} {{$.Data.EscapeString $.Data.Shop.Product.Name}} {{else}} {{$.Data.EscapeString $.Data.Shop.Product.Name}} {{end}}

{{$.Data.Shop.Product.PriceFormat "%.2f"}} {{$.Data.Shop.CurrentCurrency.Code}}

Buy
{{end}}
{{template "footer.html" .}}