In the newer version of prestashop i encountered a weird bug when you add the cart tot the back-end. the debug mode screenshot is below. and the code is below the screenshot.
require 'config/config.inc.php';
require 'init.php';
session_start();
try
{
$id = isset($_SESSION['Cart_I...