@Salmank4 Please send the code you posted, including your domain name. If your domain name does not have www at the beginning, then remove that from the code below.
And just double-check, are you sure you pasted the exact same code as below?
Here's your {{ gift_card.balance | money_without_trailing_zeros }} {{shop.name}} gift card:{{ {{ gift_card.url }} {{ gift_card.url | replace: "checkout.shopify.com", "www.yoursite.com" }} . {% if gift_card.expires_on %} This gift card expires on {{ gift_card.expires_on }} {% endif%}
here's the code that i have pasted
Here's your {{ gift_card.balance | money_without_trailing_zeros }} {{shop.name}} gift card:{{ {{ gift_card.url }} {{ gift_card.url | replace: "checkout.shopify.com", "www.pashionera.com" }} {% if gift_card.expires_on %} This gift card expires on {{ gift_card.expires_on }} {% endif%}
here's the code that i have pasted
Here's your {{ gift_card.balance | money_without_trailing_zeros }} {{shop.name}} gift card:{{ {{ gift_card.url }} {{ gift_card.url | replace: "checkout.shopify.com", "www.pashionera.com" }} {% if gift_card.expires_on %} This gift card expires on {{ gift_card.expires_on }} {% endif%}
@Calikim wrote:
Is this what I replace??
No.
You need to find:
<a href="{{ gift_card.url }}"
and replace that with:
<a href="{{ gift_card.url | replace: "checkout.shopify.com", "www.YOURSITEHERE.com" }}"
User | Count |
---|---|
28 | |
19 | |
17 | |
16 | |
9 |