* @copyright PrestaShop * @license http://www.opensource.org/licenses/osl-3.0.php Open-source licence 3.0 * @version 1.3 * */ include_once(PS_ADMIN_DIR.'/../classes/AdminTab.php'); class AdminTracking extends AdminTab { public function __construct() { $this->table = 'none'; $this->className = 'none'; parent::__construct(); } public function display() { global $currentIndex; echo '
| '.rtrim(getPath('index.php?tab=AdminCatalog', $category['id_category']), ' >').' |
| '.$field['title'].' | '; echo '|||||||||
|---|---|---|---|---|---|---|---|---|---|
| '.$product->id.' | '.($product->manufacturer_name != NULL ? stripslashes($product->manufacturer_name) : '--').' | '.$product->reference.' | '.stripslashes($product->name).' | '.Tools::displayPrice($product->getPrice(), $currency).' | '.stripslashes($tax->name[intval($cookie->id_lang)]).' | '.$product->quantity.' | '.$product->weight.' '.Configuration::get('PS_WEIGHT_UNIT').' | ![]() |
|