Created
February 12, 2014 14:29
-
-
Save msmithstubbs/8956515 to your computer and use it in GitHub Desktop.
Match image in the email template to the variant.
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
| {% comment %} | |
| This looks for an image with the same alt text as the variant title. | |
| You can use this if your are matching variants to images using the image ALT text. | |
| {% endcomment %} | |
| {% assign main_image = product.featured_image %} | |
| {% for image in product.images %} | |
| {% if image.alt == variant.title %} | |
| {% assign main_image = image %} | |
| {% endif %} | |
| {% endfor %} |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation
product.featured_image.urlwithmain_image.url