This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% section 'product-summer-template' %} | |
| {% section 'product-recommendations' %} | |
| {% if collection %} | |
| <div class="text-center return-link-wrapper page-width"> | |
| <a href="{{ collection.url }}" class="btn btn--secondary btn--has-icon-before return-link"> | |
| {% include 'icon-arrow-left' %} | |
| {{ 'products.product.back_to_collection' | t: title: collection.title }} | |
| </a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% schema %} | |
| { | |
| "name": { | |
| "da": "Produktsider", | |
| "de": "Produktseiten", | |
| "en": "Product pages", | |
| "es": "Páginas de productos", | |
| "fi": "Tuotesivut", | |
| "fr": "Pages de produits", | |
| "hi": "उत्पाद पेज", |
OlderNewer