in cache mode is set compile when changes
I have add and php script like this
<?php
require(dirname(__FILE__).'/config/config.inc.php');
//change 'abc123' to any value you wish to use
$token = Tools::getValue('token');
if (!$token || $token != 'pasword')
die();
Tools::clearSmartyCache();
Tools::clearXMLCache();
Media::clearCache();
PrestaShopAutoload::getInstance()->generateIndex();
echo "Cache cleared";
?>
but in product when i click on product on quick view, i see another price than the principal price