We understand you might need to update your store details at some point; that's why our Order Printer Pro can always show the updated details. This article provides instructions on how to change the store address in two different ways: either in the Shopify admin or within the template code.
Change the store address in the Shopify Admin
If you want to edit or change your store address, you can go to your Shopify admin, then select Settings > Store details > Billing address, and edit your store information.
Once updated, the app will automatically retrieve the new store address within a few hours or immediately after refreshing the store details.
Change the store address in the template code
If you want to change the address so that it's not the same as your Shopify admin's store address, follow the steps below.
Note: This guide is relevant if you are using the template designs provided in the Order Printer Pro app.
Steps
1- Log in to Order Printer Pro
2- On the "Manage templates" page, click "Edit template" on the template you would like to update.
3- In the "Code" section, find {% assign shop_address_text = "" %}
and type your store address inside the quotes:
4- Click Save
Could not find the code line?
If you don't find this, it's probably because the template doesn't have the latest version. In this case, you can click on "import or reset template" to create the new one, or you can simply:
1- Find the following Liquid variables that reference your store address:
{% if shop.address1 != blank %}{{ shop.address1 }},{% endif %}{% if shop.address2 != blank %} {{ shop.address2 }},{% endif %}{% if shop.city != blank %} {{ shop.city }},{% endif %}{% if shop.province_code != blank %} {{ shop.province_code }},{% endif %}{% if shop.zip != blank %} {{ shop.zip }},{% endif %} {{ shop.country }}
2- Select this code and delete it.
3- Type the address you want to have on your documents in this empty space. For example, you could type your address to look like this: 123 Example Street, New York, NY, 10000, United States.
4- Click Save.