How to display cart attributes in Order Printer Templates

June 19, 2020 1 min read

Step 1: From your store admin, click Settings->Shipping and delivery. On the Packing slip template section, click Edit.

Step 2: Copy the snippet code insert into the template where you want to display the cart attributes.

{% for attribute in attributes %} {{ attribute | first }}: {{ attribute | last }} {% endfor %}

Leave a comment

Comments will be approved before showing up.

Let's connect