Packing Slips - Final Order Price

Packing Slips - Final Order Price

nithompsonx
Visitor
1 0 0

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

Reply 1 (1)

dctechnolabs
Excursionist
29 3 7

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

  • In your Shopify admin, go to Settings
  • Click on Shipping and delivery
  • Scroll to Packing slips, then click Edit

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.

Ashish Ezhava | Founder & Business Development Manager
DC technolabs
Empowering businesses with cutting-edge technology solutions.
Visit us: dctechnolabs.com