Minimog Documentation
  • 1. INTRODUCTION
    • Getting Started
    • Free Support
  • 2. THEME INSTALLATION
    • How To Install
      • Quick_Start_Package
      • Base_Start_Package
    • Activation Purchase Code
    • One Click Demo Import
    • Apply A Template
    • Create Child Theme
    • Translations
  • 3. Magento2 Knowledgebase
    • User Guide
  • 4.THEME CUSTOMIZE
    • Theme Settings
      • General
      • Header
      • Footer
      • Category
      • Product
      • Blog
      • Newsletter Popup
      • Product popup
    • Theme Design
  • 5.OUR MODULE
    • Product Widget Advanced
    • Delivery & Return
    • Ajax Suite
    • Menu Builder
    • Quick View
    • Instagram
    • Lookbook
    • Optimize Speed
    • Product Questions
    • Product Size Charts
    • Search Suite
    • Layered Ajax Settings
    • Store Locator
  • 6. Page Builder
    • User Guide
    • Minimog Elements
      • Static Menu
      • Revolution Slideshow
      • Icon Box
      • FAQs
      • Blog Posts
      • Lookbook
      • Category Thumbnail
      • Image Box
      • Testimonial
      • Instagram
      • Quote
      • Product Advanced
      • Product group home page
      • Product Countdown Timers
      • Popup Newsletter
      • Gallery
      • Daily Deal
      • Banner
      • Custom Banner
      • Copy page builder layout
      • Newsletter Form
  • 7. EXTERNAL MODULE
    • Revolution Slider
    • Magento 2 Blog
    • Magenest GiftCard
  • 8. Frequently Asked Questions
    • Magento information
    • Upload logo and favicon
    • Config store view
    • Store Details
    • Include the store code in URLs
    • How to Configure the Default Page in Magento 2
    • How to Setup Multiple Websites in Magento 2
    • How to Change Store Scope in Magento 2
    • How to Add a New CMS Page in Magento 2
    • How to Add New CMS Blocks in Magento 2
    • How to custom cms block page Contact Us
    • How to set Default Category Layout in Magento 2
    • How to enable Cookie Law Compliance
    • Categories
      • Magento 2. How to Set the Category Thumbnail Image
      • How to create a new Category in Magento 2
      • Setup root category
    • Product
      • 6 Product Types in Magento 2 Explained & Examples
      • How to Configure Product layout
      • How to Setup Special Price in Magento 2
      • How to Setup Advanced Pricing in Magento 2
      • How to Configure Related, Up-Sell, Cross-Sell Products in Magento 2
      • How to setup Back in stock notification product
    • Speed up Magento 2
  • 9. Video tutorial Library
    • Playlists
Powered by GitBook
On this page
  • 1. Prepare Installation
  • 2. Install
  1. 2. THEME INSTALLATION
  2. How To Install

Base_Start_Package

PreviousQuick_Start_PackageNextActivation Purchase Code

Last updated 12 months ago

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 minimog_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.

* 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. cd /public_html/minimog_242/app/

  1. Execute the following command to replace the variable:

find . -name "*.phtml" -exec sed -i 's/$escaper/$block/g' {} \;

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:

Step 4: Finish install. You can next step .

Copyright © 2022 . All Rights Reserved.

https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli.html
Activation Purchase Code
Blueskytechco.com
Page cover image