// Added readme in the override directory

This commit is contained in:
Damien Metzger
2013-07-18 11:31:08 +02:00
parent 3be36f9897
commit c1a4dd6b66
+9
View File
@@ -0,0 +1,9 @@
Hello,
Please read the documentation before trying to override something here.
http://doc.prestashop.com/display/PS15/Overriding+default+behaviors
Frequently Asked Questions
Q: I added an override file but it seems to be ignored by PrestaShop
A: You need to trigger the regeneration of the /cache/class_index.php file. This is done simply by deleting the file. It is the same when manually removing an override: in order to reinstate the default behavior, you must delete the /cache/class_index.php file.