public function getCartContentHeader()
    {
        $module = new superabandonedcart();
        return '<table width="100%">
									<thead>
										<tr style="background:#ddd">
											<th>' . $module->l('Image') . '</th>
											<th>' . $module->l('Product') . '</th>
											<th>' . $module->l('Unit price') . '</th>
											<th>' . $module->l('Quantity') . '</th>
											<th>' . $module->l('Total') . '</th>
										</tr>
									</thead>
									';
    }
 public function getCartContentHeader()
 {
     $module = new superabandonedcart();
     return $module->getCartContentHeader();
 }