How to Give Your Staff Permission to Install Apps and Approve App Charges on Your Shopify Store

Shopify supports very granular permissions that can be given to individual staff accounts.  This is a really good way to improve security as you can limit each staff's access to only those parts of the Shopify Admin that are necessary to do their job.

As app developers, we sometimes get questions when a member of a merchant's team can't install or approve app charges, preventing them from using our app.

Most of our apps use recurring subscriptions via the Shopify Billing …

Read more

Duplicate Your Orders Using The Shopify Admin

Duplicating a single Shopify Order is pretty straight forward and we think done most efficiently using the Shopify admin.  It works with the click of a few buttons and you can review the order before performing the duplication.

Duplicate From The Order Admin

To duplicate your orders, you need to first navigate to the order you want to duplicate.  At the time of this writing, Shopify doesn't have a way to duplicate orders in bulk or from the list page.  …

Read more

Shopify Tip: How to Add Metafields to Products and Variants Without Using an App

Shopify has supported Metafields for a long time now but there was no option to manage them directly via the Shopify Admin so merchants often had to use third-party apps to add/update metafields.

A recent update takes care of this where Shopify merchants can now manage metafields directly from the Shopify Admin wihout the need of an app or writing custom code to interact with the API.

Metafields allow merchants to attach additional attributes to resources such as products, variants, and …

Read more

Shopify Tip: Using the Tags Field to Add Additional Product Attributes and Export Them Separately With EZ Exporter

The standard way to add additional attributes to Shopify product data is to use Metafields.  Metafields are quite flexible with many supported data types.  You can also attach custom metafields to individual product variants.

However, to add metafields to your Shopify data, you'll need to do this either via the Shopify API or use another app as there's currently no option to add metafields in the Shopify Admin.

An alternative option for adding additional product attributes is to utilize the …

Read more

Shopify Tip: How to Retrieve Product Images in Different Sizes Via the Image URL

Did you know that you can specify the image dimensions of your Shopify product images via its URL?  This could come in handy for generating product feeds that require specific image dimensions.

For example, you may need to generate a product feed that requires a field for the image thumbnail URL.  Instead of re-uploading the thumbnail version of the images, you can actually just add a width and height parameter directly in the original full image URL.

To demonstrate this, …

Read more