* @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 7019 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ 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).' | '.(float)$taxrate.'% | '.$product->quantity.' | '.$product->weight.' '.Configuration::get('PS_WEIGHT_UNIT').' | name)).' ?\');"> |
'.$field['title'].' | '; echo '|||||||||
---|---|---|---|---|---|---|---|---|---|
'.$prod['id_product'].' | '.($prod['manufacturer_name'] != NULL ? stripslashes($prod['manufacturer_name']) : '--').' | '.$prod['reference'].' | '.stripslashes($prod['name']).' ('.$prod['combination_name'].')'.' | '.Tools::displayPrice(Product::getPriceStatic((int)($prod['id_product']), true, $prod['id_product_attribute']), $currency).' | '.(float)$taxrate.'% | '.$prod['quantity'].' | '.($prod['weight'] + $prod['product_weight']).' '.Configuration::get('PS_WEIGHT_UNIT').' |