Hello,
Until recently, Order Printer has been printing all information pertaining to an order, including all of its variants, perfectly fine.
But as of recently, information like Size and Color that are decided by variants have been disappearing. This is especially troubling as it slows down our pipeline drastically.
This seems to be the code in Order Printer pertaining to variants
<div class="pure-g">
<!-- Links Bold, Options, Variants and other item details -->
{% for p in line_item.properties %} {% if p.first == prop_bold_builder_id or p.first == prop_bold_builder_info or p.first == prop_bold_master_builder or p.last == "" %}{% else %} {% unless p.last == blank %}
<div class="pure-u-1">
<span class="bold">{{ p.first }}: </span></br>
<span> {{ p.last }}</span>
</div>
{% endunless %} {% endif %} {% endfor %}
</div>
and here are screenshots of how a product looks in shopify’s print vs Order Printer
I can provide any additional info if necessary.
Thank you for your time,
Kim Talarico

