Appearance
Theme update β
CAUTION
Theme updates are not covered by OpenThinking support.
IMPORTANT
When no code changes have been made to your theme (by you or any installed third-party app) and no new settings have been added, Shopify themes will update automatically.
IMPORTANT
Shopify isn't designed to transfer over certain setups and settings, therefore the only way to get past this is to manually go through and update each setting one by one.
IMPORTANT
It's also important to note that any modifications you or a developer made to the theme code will need to be manually transferred into the updated version. The developer's customizations might need to be modified because the theme code might have changed in the upgrade.
Step β Update β
First you need to obtain the latest theme version of the theme you purchased.
Via Shopify admin β
If you purchased Etheryx via the official Shopify theme store, you will be notified that a new version is available directly in your Shopify admin area.
From Shopify admin, go to
Online Store β Themes
Locate
your theme
, then click β’ Etheryx version 1.2.3 available.Click Add to theme library
This will install a βfreshβ copy of the theme in an unpublished state on your store.
IMPORTANT
When you manually add an updated version of a theme, a second version of the theme is added to your online store. The new version is in its default state, with none of your customizations applied. The older version is unaffected by the update, and still has all of your code customizations.
Via Shopify theme store β
A new version message may occasionally not appear in the Shopify admin area. Take these actions if this is the case.
Visit the Shopify Theme Store and click Log in
WARNING
It is important to log in to the account that you used to purchase the theme. This will prevent you from being asked to purchase the theme again.
Use the top search bar and search:
OpenThinking
or click hereFrom there, select your
OpenThinking
theme.Click Add latest theme version or Add theme
This will install a βfreshβ copy of the theme in an unpublished state on your store.
Step β‘ Set up β
While some basic information, such as your store name, collections, and product names will appear in this version if you preview it using the β’β’β’ (Actions) menu for the unpublished version, youβll likely notice that your theme is in its default state.
Theme editor β
IMPORTANT
This method is recommended. You won't run into errors or incompatibilities.
You will need to go through and manually customize your theme again. Select options such as fonts, colors, and other settings within the Theme editor under Customize β as well as rebuild any sections on the home page and all other pages you use. Treat it like it's a new theme installation.
File migration β
IMPORTANT
Not recommended. You might run into potential errors and/or incompatibilities.
IMPORTANT
We do not provide support for this method if an error arises.
This method requires you to copy the code from your old theme's files into your new theme's version files.
From old version β
- From
Shopify admin
, locate your currently published theme - Go to
Actions β Edit code
- In the
search bar
typesettings_data.json
- Open the file, then
Select
andcopy
all the code inside
To new version β
- From
Shopify admin
, locate the theme you installed in Step 1 - Go to
Actions β Edit code
- In the
search bar
typesettings_data.json
- Open the file, then
Select
anddelete
all of the code inside Paste
the code that you copied in the previous step
Next β
Repeat the previous steps for all the files inside the templates
directory that have a dot next to their names.
Files that you need to copy.
shell
Theme
βββ βΌ Config
β βββ β’ settings_data.json
βββ βΌ Templates
βββ β’ index.json
βββ β’ product.json
βββ cart.json
βββ ... All files with a DOT next to their name
πΌοΈ Screenshot

Step β’ Publish β
Test the new theme extensively and make sure everything works as expected. Once you're ready, simply publish the new theme as the main theme.
IMPORTANT
We highly recommend you not delete the old theme and keep it for two or three months, so that you can always go back to the old one if something bad happens.
FAQs β
Why is there no theme update option in my admin area?
Merchants are typically excluded from automatic upgrades when:
- The code of the theme has been edited.
- A third-party app that modifies the code has been installed.
- The upgrade is a major version.
Do I need to start fresh each time there's an update?
It depends. Manual upgrade is required for major version changes, but automatic upgrade is possible for minor version changes that are backwards compatible (subject to the conditions listed above).
How do I know there's a new update available?
You have several options to check for updates:
Check the theme changelog
Visit the theme changelog to see if a new version is available.Shopify theme store
Visit the Shopify Theme Store to check for the latest version.Shopify admin notifications
Shopify will notify you directly in the admin area when a new version of your theme is available.
How often do I need to update my theme?
It depends on your needs, but we recommend updating your theme every 6 to 12 months max. This ensures you have access to the latest features and it will be easier for you to update.