# Update Umino Manually

## Step by step update manually <a href="#id-1-move-the-theme-configuration-2" id="id-1-move-the-theme-configuration-2"></a>

### 1. Download the latest version <a href="#id-1-move-the-theme-configuration-2-1" id="id-1-move-the-theme-configuration-2-1"></a>

Please download the latest version of **Umino** **Shopify** **theme** from **Themeforest**.

### 2. Upload new version of **Umino** to your store <a href="#id-1-move-the-theme-configuration-3" id="id-1-move-the-theme-configuration-3"></a>

{% hint style="info" %}
**Step**

1. Login to your Shopify store, go to **Online Store > Themes**
2. Click to **Add theme** dropdown button then select **Upload zip file** name **Umino\_main\_official.zip** in package the latest version
3. Select or drag and drop the home that your store is using then click **Upload file**
   {% endhint %}

### 3. **Move the theme configuration** current theme to new version <a href="#id-1-move-the-theme-configuration-4" id="id-1-move-the-theme-configuration-4"></a>

To transfer your theme's configuration:

**Step 1:** Open your current theme, navigate to "**Theme actions**" -> "**Edit code**". Access and copy the entire code from the **settings\_data.json** file.

**Step 2:** Paste this code into the corresponding file in your new theme.

**Step 3:** Repeat the process for the **index.json** file.

**Step 4:** Additionally, copy all **.json** files marked with a green dot in the **Templates** folder, indicating they've been modified, and paste them into the new theme. This ensures settings and data for products, collections, blogs, etc., are transferred to the new theme.

### 4. Move the **translation file** <a href="#id-2-move-the-translation-file" id="id-2-move-the-translation-file"></a>

If your store supports Multilingual Languages and you configured the translation files. You can copy it to the new store, please follow the steps below.

**Step 1:** In the old theme version, navigate to "**Edit code**", open the "**Locales**" folder, and copy the contents of your current language file.

**Step 2:** In the new theme, go back to "**Edit code**", access the "**Locales**" folder, and **Create a new locale** using the language you copied. Paste the copied content into this new locale file.

### 5. Move custom templates <a href="#id-4-move-custom-templates" id="id-4-move-custom-templates"></a>

If you have some extra templates like: **product** template, **collection** template, etc... (NOT the 'Default template') that you created in the old theme before.

For example, if you have a custom **product template**, please follow steps:

* From the **old** **version** > find the template file and open it
* From the **new version** > go to **Edit code** > '**Templates**' folder > create a **new template** with the **same type and file name** as your old template. (Choose **JSON** type)
* **Copy** template code **from the old version to the new one** > SAVE

You can follow the video below, it is an example of 'Product template'. But it will be **similar to other templates** too.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blueskytechcos-organization.gitbook.io/umino-shopify/theme-installation/upgrade-theme/update-umino-manually.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
