How to clear the cache in Prestashop

When making changes in Prestashop they will often not appear right away due to old cached information. The solution is to clear the cache of the application.

Prestashop version 1.4 and above caches data using Smarty. Cached data is stored in the following folders:

/tools/smarty/cache

/tools/smarty/compile

/tools/smarty_v2/cache

/tools/smarty_v2/compile

all of which are located in your Prestashop's installation folder. For example, if your Prestashop store has been installed in the public_html folder of your hosting account, cached information can be found in:

public_html/tools/smarty/cache

public_html/tools/smarty/compile

public_html/tools/smarty_v2/cache

public_html/tools/smarty_v2/compile

To clear Prestashop's cached data, delete the content of these folders and reload your website in your browser to take a look at the changes you have made.

You can also disable or manage how Prestashop caches information from the application's back office -> Preferences -> Performance.

You need help with a shopping cart? hostlantern is specialized in eCommerce hosting and provides expert support for a large number of shopping carts. Check out our shopping cart hosting services!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix the problem with uploaded images not showing in Prestashop?

The most common reason for this problem is that the pictures are being uploaded with incorrect...

How to set OpenCart to use SMTP

By default, the PHP mail() function is used for sending emails from the OpenCart application. To...

How to configure Prestashop to work with another domain

Prestashop, like many other applications out there, works based on a domain name. In case you...

How to enable SEO/SEF links in Opencart?

You can enable the SEO/SEF feature in Opencart through the admin area > System > Settings...

How to change the quality of the PrestaShop products’ images?

The PrestaShop script (starting from version 1.4.4.1) allows the application administrator to...