Base_Start_Package
Last updated
Last updated
Install only template: If you already have an existing Magento website or prefer not to use our demo database, you can use the Base_Start_Package.
In this guide, we assume that you already have Magento installed. To prepare for the installation, please follow these steps:
Backup your Magento source files and store database:
Creating a backup is crucial before installing the theme, especially if you are working on a live site. Please do not ignore this step.
Disable all cache on your server:
Make sure to disable any additional cache on your server, such as PHP cache engines (e.g., APC) or any other caching mechanisms.
Enable Maintenance mode for your store before uploading the theme source:
Before uploading the theme source files, activate the Maintenance mode for your store. This will ensure a smooth installation process without disrupting your live site.
By following these steps, you can ensure a safe and seamless installation of the theme on your Magento store.
After downloading the theme package files from ThemeForest, please extract the package. You will find a folder named "Base_Start_Package. Follow the steps below to install the Umino theme using this package:
Step 1: Upload all folders from the "umino_theme" package (app, lib, pub) to the root directory (www, public_html) of your Magento folder. You can achieve this by using FTP software, such as FileZilla. Log in to your hosting account and proceed with the upload.
Important notice: If you are using version 2.3.7 or lower, you need to replace the variable "$escaper" with "$block." You can do this in two ways:
* Option 1: Using a code editor (e.g., Sublime Text, Notepad++, or Visual Studio Code):
Open the "umino_base" folder.
Press Ctrl+H to open the Find and Replace dialog.
Replace all occurrences of "$escaper" with "$block".
Click on "Replace All" to apply the changes.
* Option 2: Using the command line:
To proceed with this method, connect to your server via SSH. You can use tools like Putty, Terminus, or mRemoteNG.
Navigate to the "app" folder using the following command:
cd /public_html/umino_242/app/
Execute the following command to replace the variable:
This command will find all files with the extension ".phtml" and replace every occurrence of "$escaper" with "$block".
Step 2: Uploading the Patch (You can skip this step if using Magento version 2.4.6). Depending on your Magento version, follow the instructions below:
For version 2.3.5 or lower:
Upload and overwrite files in the "patch_for_magento_2.3.5_and_below" folder.
For version 2.3.6:
Upload and overwrite files in the "patch_for_magento_2.3.6" folder.
For version 2.3.7:
Upload and overwrite files in the "patch_for_magento_2.3.7" folder.
For versions 2.4.0 or 2.4.1:
Upload and overwrite files in the "patch_for_magento_2.4.0_and_2.4.1" folder.
For version 2.4.2:
Upload and overwrite files in the "patch_for_magento_2.4.2" folder.
For version 2.4.3:
Upload and overwrite files in the "patch_for_magento_2.4.3" folder.
For version 2.4.4:
Upload and overwrite files in the "patch_for_magento_2.4.4" folder.
For version 2.4.5:
Upload and overwrite files in the "patch_for_magento_2.4.5" folder.
For version 2.4.7:
Upload and overwrite files in the "patch_for_magento_2.4.7" folder.
Please make sure to apply the appropriate patch that corresponds to your Magento version to ensure compatibility and proper functioning of the theme. Additionally, ensure that you have successfully uploaded all theme folders and files.
After completing the theme installation, disable Maintenance Mode for your store to make it accessible to your customers. This will allow them to browse and shop on your website without any interruptions.
By following these steps, you can ensure a smooth and seamless experience for both you and your customers using the Umino theme on your Magento store.
Step 3: Access SSH on your server and navigate to the root directory of your Magento installation. Then, execute the following command lines:
Note: If you are using an older Magento version (2.4.2 or lower). You need run command composer require lib for old version magento. Magento page builder public in version 2.4.3 Pls run:
composer require phpgt/dom
php bin/magento cache:flush
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
If you are using Linux, set the appropriate permissions by running this command:
sudo chmod 777 -R generated/ var/ pub/
For further information on adding CLI commands, please refer to the following link: https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli.html
By following these steps, you will complete the necessary configuration to ensure the proper functioning of your Magento installation with the Umino theme.
Step 4: Installation completed! The next step is to Activation of Purchase Code.
Copyright © 2023 Blueskytechco.com. All Rights Reserved.