Page cover image

Base_Start_Package

Install only template: If you exist a magento website or don't want to use our demo database, you can use Base_Start_Package.

1. Prepare Installation

In this guide, We assume that you already have Magento installed, so to prepare installation, you need to do the following steps:

  • Backup your Magento source files and your store database:

    Creating a backup is very imporant before installing theme, especially when you are working on a live site. Please don't ignore this step.

  • Disable all cache on your server:

    Any additional cache on your server, for instance PHP cache engines, APC, ...

  • Enable Maintenance mode for your store before uploading theme source.

2. Install

Download our theme package files from themesforest and Extract this package. You can use Base_Start_Package

Step 1: Upload all folders in kalles_theme: app, lib, pub to the root directory ( www, public_html) of your magento folder. You can use a FTP software, such as FileZilla, then login to your hosting to do it.

Important notice: If you are using version 2.3.7 or lower, it is necessary to replace the variable $escaper with $block. You can do this in two ways:

* Option 1: Using a code editor (such as Sublime Text, Notepad++, or Visual Studio Code):

  1. Open the "minimog_base" folder.

  2. Press Ctrl+H to open the Find and Replace dialog.

  3. Replace all occurrences of $escaper with $block.

  4. Click on "Replace All" to apply the changes.

Here is a guide for using Visual Studio Code (you can also use other text editors such as Sublime Text or Notepad++) to replace the variable $escaper with the variable $block in the template file:

* Option 2: Using the command line:

  1. Connect to your server via SSH (you can use tools like Putty, Terminus, or mRemoteNG).

  2. Navigate to the "app" folder using the command:

  1. 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: Upload patch folder (You can skip this step if using magento version 2.4.3.x)

For 2.3.5 version or lower version, upload and overwrite files in the patch_for_magento_2.3.5_and_below folder.

For 2.3.6 version, upload and overwrite files in the patch_for_magento_2.3.6 folder.

For 2.3.7 version, upload and overwrite files in the patch_for_magento_2.3.7 folder.

For 2.4.0 or 2.4.1 version, upload and overwrite files in the patch_for_magento_2.4.0_and_2.4.1 folder.

For 2.4.2 version, upload and overwrite files in the patch_for_magento_2.4.2 folder.

For 2.4.4 version, upload and overwrite files in the patch_for_magento_2.4.4 folder.

For 2.4.5 version, upload and overwrite files in the patch_for_magento_2.4.5 folder.

For 2.4.6 version, upload and overwrite files in the patch_for_magento_2.4.6 folder.

For 2.4.7 version, upload and overwrite files in the patch_for_magento_2.4.7 folder.

Make sure that you upload all theme folders and files successfully. You disable Maintenance Mode for your store.

Step 3: Go to SSH on server and cd to root magento and run commandlines below

  • Note: If you have use old magento 2.4.2 or lower magento version.. 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

  • sudo chmod -R 777 var pub generated (if you use linux)

How to add CLI commands. Pls check here: https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli.html

Step 4: Finish install. You can next step Activation Purchase Code.

Last updated