Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/Hargo-hugo-ecommerce-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/products/single.html')
-rw-r--r--layouts/products/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/products/single.html b/layouts/products/single.html
index 745070c..b4442ea 100644
--- a/layouts/products/single.html
+++ b/layouts/products/single.html
@@ -22,8 +22,8 @@
<div class="rw-ui-container"></div>
{{ end }}
<div class="my-4">
- <span class="lead text-primary font-weight-medium">${{ .Params.Price }}</span>
- <s>${{ .Params.PriceBefore }}</s>
+ <span class="lead text-primary font-weight-medium">{{ .Params.Price }} {{ site.Params.currencySimbol }}</span>
+ <s>{{ .Params.PriceBefore }} {{ site.Params.currencySimbol }}</s>
</div>
<h5>Short Description</h5>
<p>{{ .Params.ShortDescription | markdownify }}</p>