Customizing packing slips
You can customize the template of your packing slips. Changing the template allows you to add your own branding and change the look and feel of the packing slip.
Change store address
If you want to edit or change your store address, then you can go to Settings > General and edit your store information.
If you want to change just the address on your packing slips, then follow the steps below.
Steps:
From your Shopify admin, go to Settings > Shipping and delivery.
In the Packing slips section, click Edit.
Find the
{{ shop_address.summary }}
Liquid variable that references your store address. If you can't find this variable, then try the following one:
- Highlight this code, and delete it.
- Type the address you want to have on your packing slips in this empty space. For example, you could type your address to look like this:
123 Example Street, New York, NY, 10000, United States
- Click Preview template to see your changes.
- Click Save.
Remove product images
You can remove the images of your products that appear next to the product titles on your packing slips.
Steps:
From your Shopify admin, go to Settings > Shipping and delivery.
In the Packing slips section, click Edit.
Find the following Liquid variables that reference your product images:
- Highlight this code, and delete it.
- Click Preview template to see your changes.
- Click Save.
Edit logo
Before you add your store logo to your packing slips, you need to upload your logo to your Shopify admin. You need the URL that is assigned to your file to use on your packing slips.
After you upload your logo to your store, you can add your logo and remove your store name, add your logo above your store name, or add your logo next to your store name.
Steps:
- From your Shopify admin, go to Content > Files.
- Click Upload files.
- Select and upload your store logo from your device.
- Copy the file URL when the upload is complete.
Add logo and remove store name
You can remove your store name and replace it with your store logo at the top of your packing slips.
Steps:
From your Shopify admin, go to Settings > Shipping and delivery.
In the Packing slips section, click Edit.
Find the following code that references your store name:
- Highlight this code, and delete it.
- In the space you have created, write the following code, and paste the copied URL where indicated:
- Select Preview template to see your changes.
- Click Save.
Add logo above store name
If you want to add your logo above your store name at the top of your packing slips, then follow the steps below.
Steps:
From your Shopify admin, go to Settings > Shipping and delivery.
In the Packing slips section, click Edit.
Find the following Liquid variable that references your store name, and add a line break between the two lines:
- In the space you have created, write the following code, and paste the copied URL where indicated:
- Select Preview template to see your changes.
- Click Save.
Add logo next to store name
If you want to add your logo next to your store name at the top of your packing slips, then follow the steps below.
Steps:
From your Shopify admin, go to Settings > Shipping and delivery.
In the Packing slips section, click Edit.
Find the following Liquid variable that references your store name:
- Highlight this code, and delete it.
- In the space you have created, write the following code, and paste the copied URL where indicated:
- Find the following Liquid variables:
- Add a new line at the end of the variables listed above, and paste the following code:
- Select Preview template to see your changes.
- Click Save.
Style packing slips using CSS
You can customize your packing slip using the CSS files that you upload to Shopify. CSS files hosted outside of Shopify won't be properly rendered.
Steps:
From your Shopify admin, go to Content > Files.
Click Upload files.
Select and upload your CSS file.
Copy the file URL when the upload is complete.
Include the following code: