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
{% assign preorder_count = 0 %} | |
{% assign line_item_count = 0 %} | |
{% for line_item in order.line_items %} | |
{% for tag in line_item.product.tags %} | |
{% if tag contains "pre-order[" or tag contains "preorder[" %} | |
{% assign preorder_count = preorder_count | plus: 1 %} | |
{% endif %} | |
{% endfor %} | |
{% endfor %} |
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
{% for line_item in order.line_items %} | |
{% for tag in line_item.product.tags %} | |
{% if tag contains "pre-order[" or tag contains "preorder[" %} | |
{% if tag contains "pre-order[" %} | |
{% assign release_date = tag | split: "pre-order[" %} | |
{% elsif tag contains "preorder[" %} | |
{% assign release_date = tag | split: "preorder[" %} | |
{% endif%} | |
{% assign release_date = release_date[1] | replace: "]", "" %} |
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
{"lastUpload":"2020-06-07T19:07:24.821Z","extensionVersion":"v3.4.3"} |