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
Category: Shopify
Edit the title and meta description for a page
The title tag and meta description are two of the most important elements of SEO. They are shown in search engine results, and provide information to people who are looking for things related to your products. A good title and description encourages customers to click the link in search results to visit your store. In… Continue reading Edit the title and meta description for a page
How To Push Up Singe File With ThemeKit
For inserting new file to themekit Deploy One file config.yml example configurations
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.
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
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
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.
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
Import your store’s content and data to Shopify
When you migrate to Shopify, you need to migrate content such as your products and blog pages, as well as data, such as your customer transactions from your old platform. In this page, the term data refers to both content and data. few options that you can use to migrate your data: Copy and paste… Continue reading Import your store’s content and data to 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