Upload a theme file from your computer

If you have a theme in a ZIP file on your computer, you can upload it to the Themes page in the admin. Before you upload, make sure that your theme files are compressed into a single ZIP file. Steps From your Shopify admin, go to Online Store > Themes. In the Theme library section, click Upload theme. From the Upload theme window, click Choose File to… Continue reading Upload a theme file from your computer

Published
Categorized as Shopify

How to Display a Metafield in Shopify

In Product using liquid you only have access to the Product. If you want to access a specific Product Variant you have to loop through the Product Variants. Within the loop you have access to the metafields for a variant.

Published
Categorized as Shopify

Approving Private app on shopify

Once you have the store owner’s “myshopify.com” URL, you’ll need to redirect the user to a URL where they can approve your app. The format of this URL is as follows. {shop}The subdomain “myshopify.com” URL that the user gave you. {api_key}Your API key that was provided to you, as per above. {scopes}This is a list… Continue reading Approving Private app on shopify

Published
Categorized as Shopify

Shopify public app development from local development environment

1) Go here https://app.shopify.com/services/partners/api_clients and create an APP. 2) Set the App URL (required) to your local URL folder. 3) Set the Redirection URL (required) where you will generate your token locally again: 4) Add the application in your store using the following logic: Note: If 4 doesn’t work you may need to add SLL on your local server and use… Continue reading Shopify public app development from local development environment

Published
Categorized as Shopify

Install Shopify locally, using Themekit.

Open Terminal type brew tap shopify/shopify & hit enter type brew install themekit & hit enter create a development store in Shopify go to apps in the sidebar, scroll to the bottom and click on manage private apps click on generate api credentials configure a new theme wherever you store your local projects, create a new directory to store the files… Continue reading Install Shopify locally, using Themekit.

Published
Categorized as Shopify

Automamtic redirect

Make sure you set up URL redirects for pages that customers might have bookmarked. This will minimize the risk of losing customers who return to a page and find it unavailable after you’ve migrated to Shopify. Steps: Log in to the platform that you’re migrating from. Find the URL redirects section in your account settings. The placement… Continue reading Automamtic redirect

Published
Categorized as Shopify

Solving customer CSV file errors

CSV files can be used to add and edit your customer list and customer information. You need to format the CSV file correctly for it to upload successfully. You can download and view the customer CSV template or refer to Format your customer CSV file to learn about the correct format. It can take several hours for your CSV… Continue reading Solving customer CSV file errors

Published
Categorized as Shopify