7 mois
a répondu au Message de esa saradin -
7 mois
Vous envoyez un token moisi, il faut chercher pourquoi.
CODE
elseif(!$this->isTokenValid()) {
if(Tools::getValue('ajax')) {
$this->ajaxDie(Tools::jsonEncode(array(
'hasError' => true,
'errors' => array(Tools::displayError('Impossible to add the product to the cart. Please refresh page.')),
)));
}
else {
Tools::redirect('index.php');
}
}