All things Shopify and commerce
Hi there,
I contacted Shopify in regards to adding the total order price to packing slips.
I was provided with this code: Total Price: {{ order.total_price | money }}
Please could someone advise where to insert this code into the template.
Thanks
Hi,
You’re on the right track. That {{ order.total_price | money }} snippet is exactly what’s used to show the final total price on the packing slip.
Here’s how you can add it:
Step 1: Go to your packing slip template
Step 2: Find the right spot in the code
You’ll see a mix of HTML and Liquid code. Look for the section near the bottom that shows things like subtotal or product loop.
You can add this line right before or after the closing tags, depending on where you want the total price to appear:
<p><strong>Total Price:</strong> {{ order.total_price | money }}</p>
If you want to place it under the list of products or near the bottom of the slip, look for this or a similar part:
</table>
And insert your code right after that.
Step 3: Save the changes
Once you’re done, click Save and preview a test packing slip to make sure it shows up correctly.
That should do it. Let me know if you’re looking to customize the layout further or adjust how the price is displayed.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025