Skip to content

Instantly share code, notes, and snippets.

@skoech
skoech / gift_template.liquid
Created December 10, 2021 07:43 — forked from jamesheston/gift_template.liquid
The default gift_card.liquid template in Shopify. Just here in case one needs it quickly without having to fool around with their current theme files through the admin.
{% layout none %}
{% assign formatted_initial_value = gift_card.initial_value | money_without_trailing_zeros: gift_card.currency %}
{% assign formatted_initial_value_stripped = formatted_initial_value | strip_html %}
<!DOCTYPE html>
<html>
<head>