Start chat

Delcoman Documentation

How to Update a Magetique Template

This guide will cover the necessary steps and precautions involved with updating a Magetique Template.

Regularly updating Magetique Template brings you not only the newest features, but also security fixes, which is highly important for your Magento store's safety.

Attention! Please make sure to create a full backup of your Magento store files. Any manual changes your performed to the theme files will be replace by the update.

If you want to customize theme files and still be able to receive updates please create a child theme and perform all modifications there. The process of creating child themes is described in the official documentation.

Manual update

1. To install Magetique theme update upload updated theme files to your hosting server. Upload the app directory from the template archive to your Magento store root directory.

2. Delete all files except .htaccess file from pub/static/frontend, pub/static/_requirejs/frontend directories.

3. Run the following commands in the command line, one by one:

  • bin/magento setup:upgrade
  • bin/magento index:reindex
  • bin/magento cache:clean

4. Clear your browser cache.

In case you have any issues with modules or widgets after the update try to recreate widgets and module settings. If this won't help feel free to contact our support team for help and assistance