# Update Alukas 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" id="id-1-move-the-theme-configuration-2"></a>

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

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

{% hint style="success" %}
**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 **Alukas\_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.
