Retail hardware, software, and Shopify Point of Sale
I can't find a way to get the order notes to show up on printed receipts from my POS pro locations. I tried to access the visual editor where I find the "order note" checkbox is already selected and the preview shows the order note. However, when I access the code editor, the order notes are still missing from the preview from actual orders and my actual printed receipts are still missing the order notes.
Below are some code snippets from the default order printer code which shows that the order note should be showing as long as it's not empty, but my printed receipts still don't show the order notes. (Even if i changed the first bit of code to "{% assign display_order_note = true %}" it still doesn't work)
{% assign display_order_note_1 = "64892338375,67789160647,67789193415" | split: "," %}
{% # Default value %}
{% assign display_order_note = false %}
{% # Location overrides %}
{% if display_order_note_1 contains location_id %}
{% assign display_order_note = true %}
{% endif %}
{% if display_order_note %}
{% if order.note != nil and order.note != blank %}
<section class='note'>
<p class='note-title'>{{ 'receipt.order_note' | t }}</p>
<p>{{ order.note | escape }}</p>
</section>
{% endif %}
{% endif %}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024