We have received the status of an official Gold Partner of Opencart.com
→Changes to the Virtual Consultant interaction schemes from EasyTokens
→Best-selling templates and extensions in February 2025: bulk product editing, WebP support, advanced menu, Cool Premium Template
→New in March 2025: several types of captcha, Telegram notifications, product pre-order
→There are often questions about installing Opencart (Opencart.pro, OcStore) on hosting, so we present you with a small guide with some specific instructions for Timeweb hosting (by the way, we also have a small review of this hosting).
1) First, you need to download the distribution package, which you can do, for example, from this page.
2) After that, unzip the archive and upload the contents of the upload folder to your hosting.
3) In some versions, after copying, you need to rename two files:
config-dist.php
admin/config-dist.php
You need to remove -dist from the name, so the resulting files should be
config.php
admin/config.php
Rename the file .htaccess.txt to .htaccess
3.1) For Timeweb, additionally, you need to do the following:
Change the PHP version in the site settings to 7.1
4) Don't forget to create a MySQL database. For Timeweb, this is done as follows:
5) In the browser, go to your-site.ru, and you should see the following:
6) Click "Continue".
7) Here the installation script checks the settings of your hosting and the permissions of the following folders and files (should be 777):
config.php
admin/config.php
image/
image/cache/
image/catalog/
system/storage/cache/
system/storage/download/
system/storage/logs/
system/storage/modification/
system/storage/upload/
If everything is correct, you should see the following (all green checkmarks):
8) Click "Continue" and enter the MySQL database access parameters and administrator registration details:
9) Click "Continue" to proceed to the final screen:
10) Don't forget to delete the following folder from the hosting:
install/
and it's better to set the permissions to 644 for the files:
config.php
admin/config.php
Installation is complete