diff --git a/assets/gift-card.scss.liquid b/assets/gift-card.scss.liquid index 356e5395e..71b143c70 100755 --- a/assets/gift-card.scss.liquid +++ b/assets/gift-card.scss.liquid @@ -365,19 +365,7 @@ header, nav, section, article, aside, footer { animation: fadein 0.5s ease-in-out both 0.4s } - -.giftcard__icon { - display: none; - - .svg & { - display: inline-block; - vertical-align: baseline; - } -} - #QrCode { - display: none; - img { padding: $gutter; border: 1px solid $colorBorder; @@ -490,7 +478,8 @@ header, nav, section, article, aside, footer { .giftcard__actions, .giftcard__wrap:before, .giftcard__wrap:after, - .tooltip { + .tooltip, + .add-to-apple-wallet { display: none; } @@ -510,10 +499,6 @@ header, nav, section, article, aside, footer { .logo { color: #58686F; } - - #QrCode { - display: block; - } } /*============================================================================ diff --git a/assets/ico-gift-card.svg.liquid b/assets/ico-gift-card.svg.liquid deleted file mode 100644 index 6e580e5e9..000000000 --- a/assets/ico-gift-card.svg.liquid +++ /dev/null @@ -1 +0,0 @@ - diff --git a/locales/de.json b/locales/de.json index 2fe5f40fd..3c6af3a94 100644 --- a/locales/de.json +++ b/locales/de.json @@ -286,7 +286,8 @@ "active": "Läuft ab am {{ expiry }}", "redeem": "Nutzen Sie an der Kasse diesen Code, um Ihre Geschenkkarte einzulösen", "shop_link": "Einkauf beginnen", - "print": "Drucken" + "print": "Drucken", + "add_to_apple_wallet": "Hinzufügen zu Apple Wallet" } }, "date_formats":{ diff --git a/locales/en.default.json b/locales/en.default.json index 24e6a5188..fe1c23268 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -286,7 +286,8 @@ "active": "Expires on {{ expiry }}", "redeem": "Use this code at checkout to redeem your gift card", "shop_link": "Start shopping", - "print": "Print" + "print": "Print", + "add_to_apple_wallet": "Add to Apple Wallet" } }, "date_formats":{ diff --git a/locales/es.json b/locales/es.json index 2332b4c60..9f4352c30 100644 --- a/locales/es.json +++ b/locales/es.json @@ -286,7 +286,8 @@ "active": "Expira en {{ expiry }}", "redeem": "Use este código al terminar la comprar para canjear su tarjeta de regalo", "shop_link": "Empezar a comprar", - "print": "Imprimir" + "print": "Imprimir", + "add_to_apple_wallet": "Añadir a Apple Wallet" } }, "date_formats":{ diff --git a/locales/fr.json b/locales/fr.json index 4aee764b5..fb8fd3b19 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -286,7 +286,9 @@ "active": "Expire le {{ expiry }}", "redeem": "Entrez ce code lors du paiement pour utiliser votre carte-cadeau", "shop_link": "Boutique", - "print": "Imprimer" + "print": "Imprimer", + "add_to_apple_wallet": "Ajouter à Apple Wallet" + } }, "date_formats":{ diff --git a/locales/pt-BR.json b/locales/pt-BR.json index b27cee2df..3ae2b5d64 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -286,7 +286,8 @@ "active": "Expira em {{ expiry }}", "redeem": "Para resgatar o seu vale-presente, utilize este código no fechamento do pedido", "shop_link": "Comece a comprar", - "print": "Imprimir" + "print": "Imprimir", + "add_to_apple_wallet": "Adicionar ao Apple Wallet" } }, "date_formats":{ diff --git a/locales/pt-PT.json b/locales/pt-PT.json index 699311542..0b7e92352 100644 --- a/locales/pt-PT.json +++ b/locales/pt-PT.json @@ -286,7 +286,8 @@ "active": "Expira em {{ expiry }}", "redeem": "Use este código ao fazer o check-out para redimir o seu cartão-presente", "shop_link": "Começar a fazer compras", - "print": "Imprimir" + "print": "Imprimir", + "add_to_apple_wallet": "Adicionar ao Apple Wallet" } }, "date_formats":{ diff --git a/templates/gift_card.liquid b/templates/gift_card.liquid index ae8393a4d..47c05eea7 100755 --- a/templates/gift_card.liquid +++ b/templates/gift_card.liquid @@ -96,8 +96,8 @@ @@ -113,7 +113,11 @@