[*] FO : added smarty cache on productscategory

This commit is contained in:
Damien Metzger
2013-07-03 15:49:32 +02:00
parent f78f3dc3a8
commit d2440df8ca
5 changed files with 124 additions and 88 deletions
+1
View File
@@ -88,6 +88,7 @@ class CrossSelling extends Module
{
Configuration::updateValue('CROSSSELLING_DISPLAY_PRICE', (int)Tools::getValue('displayPrice'));
Configuration::updateValue('CROSSSELLING_NBR', (int)Tools::getValue('productNbr'));
$this->_clearCache('crossselling.tpl');
$this->_html .= $this->displayConfirmation($this->l('Settings updated successfully'));
}
}