Requesting access to a client’s store
You can use collaborator accounts to access your clients’ stores directly through your own Partner Dashboard or using the Shopify app. Collaborator accounts give you access to only the sections of a store that your client wants you to see, and do not count towards a store’s staff limit. Any stores that you have access to by using a collaborator account are labeled as Managed stores in your Partner Dashboard.
- From your Partner Dashboard, click Stores.
- Click Add store > Request access to store.
- Enter the URL of the Shopify store that you want to access.
- If the Shopify store requires a collaborator request code, then enter the code.
- In the Permissions section, select the sections of the store that you want to access. The account owner can change these permissions after your account is created.
- If you want to include a message to the store owner in your request, then enter a message in the Add a message section.
- Click Request access to store.
How to test a new theme before buying
- Visit the Shopify Theme Store and choose a paid theme.
- Click Try theme to add the theme to your online store.
- In your Shopify admin, click Online Store > Themes.
- In the Theme library section, click the … button to open the actions menu next to the theme that you want to preview.
- Click Preview.
How to edit a theme
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Customize.
- Select the template that you want to edit from the Template drop-down menu (on center top bar).
- Click + Add section, and then select a new section for your template.
- Click the new section to view its settings and options.
- Make your changes to the section or the blocks within it.
- When you’re satisfied with your section, click Save.
How to create a best sellers collection
- Go to Products > Collections.
- New Collection: Click on Create collection.
- Name Your Collection: Enter a title like “Bestsellers”.
- Automate the Collection.
- Choose the automated collection type.
- Set very open conditions so that most of your product catalog makes it into the collection
- Inventory and Pricing: Adjust these settings to suit your needs.
- Sort by Best Selling: In the Products menu, set the Sort to “Best Selling”.
How to change the font for just some sections
The following fonts are free to use on all Shopify online stores. So you can just use simple CSS on base.css for the specific elements.
How to translate a theme
- Install and activate Shopify Translate & Adapt.
- Go to Apps > Translate & Adapt.
- Click Section Groups to translate header and footer.
- Click Templates to translate pages.
- If you use Boost AI Search & Discovery, go to the app and click Tool > Translation. Change language from the dropdown and translate.
How to translate your liquid custom code
- First of all make sure that you add the code like this:
<button>{{ 'products.product.find_more' | t }} </button>
- Then open default.json and add the find more lectic
"products": { "product": { "find_more": "Find more" }
- Open the translation json and add the same lectic (with it’s translation).
- Now if you go to translate the theme, you will see your lectic there. If you change it and press save, it will also be changed in json.
Can I add a specific CSS for the translated store?
Yes you can by adding this CSS:
html[lang="it"] .myclass { ... }
How to get the page content inside a liquid template
{{ page.content }}
How to change a multi-line product metafield to a single line
- Open the definition that you’d like to change.
- Delete the definition but do not delete the metafields – you’ll see a popup modal with some options when you try to delete the definition.
- Now go to the “Metafields without a definition” tab in your settings. You should see a list item for your metafields under the existing namespace and key.
- Select “Add a definition” for the existing metafields.
- You can select any definition type that you want, including text.
How to add a Facebook pixel to your shopify store
- Go to Online Store > Preferences.
- On Facebook Pixel section, click the Setup Facebook button.
- Click Add Sales Channel on the bottom.
- Click Continue.
- Enter your Facebook password.
- Click Continue as (your facebook name).
- On the Connect Shopify to Facebook popup click Continue.
- Here fill all 4 selections with your facebook page (Business Manager, Facebook page, catalogue, facebook pixel).
How can I add an autoplaying video
- Open your theme page.
- Under the template section on the left, add a Custom liquid.
- Paste the code below (replace with your video).
<video width="100%" class="" loop="" playsinline="" autoplay="" muted="" preload="auto"> <source type="video/mp4" src="https://cdn.shopify.com/videos/myvideo.mp4"> </video>
How to add a popup for free
You can use Pop Convert ‑ Pop Ups, Banners app.