This file contains 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
/?post_type=product&p={id} |
This file contains 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 wday = 'now' | date: "%a" %} | |
{% if wday == 'Thu' %} | |
{% assign days = 2 | times: 86400 %} | |
{% else %} | |
{% assign days = 1 | times: 86400 %} | |
{% endif %} | |
{% assign deliverydate = 'now' | date: "%s" | plus: days | date: "%Y-%m-%d" %} | |
GET IT TOMORROW! ORDER WITHIN <span id="time">{{ deliverydate }}</span> |
This file contains 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
Все данные записываются в соответствующие системные блоки. | |
{{ block_lists.system--account-contact-phone.blocks }} | |
{{ block_lists.system--account-contact-phone2.blocks }} | |
{{ block_lists.system--account-email.blocks }} | |
{{ block_lists.system--logo.blocks }} | |
{{ block_lists.system--icon.blocks }} | |
{{ block_lists.system--address.blocks }} | |
{{ block_lists.system--address-point.blocks }} | |
{{ block_lists.system--pages.blocks }} | |
{{ block_lists.system--messengers.blocks }} |
OlderNewer