diff --git a/modules/blockcart/blockcart.php b/modules/blockcart/blockcart.php index 24b0a8851..07a00a5ed 100644 --- a/modules/blockcart/blockcart.php +++ b/modules/blockcart/blockcart.php @@ -108,7 +108,7 @@ class BlockCart extends Module $output = '

'.$this->displayName.'

'; if (Tools::isSubmit('submitBlockCart')) { - $ajax = Tools::getValue('ajax'); + $ajax = Tools::getValue('cart_ajax'); if ($ajax != 0 AND $ajax != 1) $output .= '
'.$this->l('Ajax : Invalid choice.').'
'; else @@ -129,9 +129,9 @@ class BlockCart extends Module
- + - +

'.$this->l('Activate AJAX mode for cart (compatible with the default theme)').'