[Front Office] No reaction upon clicking "CART" in Leo theme

The JS ajax file has problem:

  1. Open "modules/leofeature/psajax.php"
  2. Line 47
    Tools::redirect('Content-Type: application/json');
  3. Edit it to
    header('Content-Type: application/json');