Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
fix thank u page product url (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
adildev101 authored Dec 19, 2023
1 parent 21cb2f4 commit 6c42138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/thankyou.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<li class="product-item">
<img class="product-image" src="{{- item.image -}}" />
<div class="product-details">
<a class="product-name" href="{{- store.domain -}}/products/{{- item.slug -}}" target="_blank">{{- item.name -}}</a>
<a class="product-name" href="/products/{{- item.slug -}}" target="_blank">{{- item.name -}}</a>
<ul class="product-variations">
<li>{{- 'thankyou.details.quantity' | t -}}: &nbsp; {{- item.quantity -}}</li>
{% for variation in item.variations %}
Expand Down

0 comments on commit 6c42138

Please sign in to comment.