There are several types of cache in OpenCart, each of which can be cleared using the appropriate instruction:
Clearing the cache is useful in situations when the changes made on the site are not visible or there are problems with displaying content due to the cache.
To clear VQMod, you need to delete the file mods.cache
and files from directory cache
:
mods.cache
.cache
and delete all files.
To clean OCMod, you need to delete files from the directory /system/modification
:
/system/modification
or /system/storage/modification
(depending on version) located in root directory of the site, via filemanager or any FTPclient (the full path will look something like this: example.com/www/system/modification
).modification
.
To clear the image cache, you need to delete all files from the directory /image/cache
.
To clear the system cache, you need to delete all files from the directory /system/cache
.
IN adminpanels Latest versions of OpenCart, you can clear the style and theme cache using the built-in functionality. To do this, follow these steps: