_html .= '
'.$this->l('ID').' | '.$this->l('EAN').' | '.$this->l('Reference').' | '.$this->l('Name').' | '.$this->l('New EAN').' | |
---|---|---|---|---|---|
'.$product->id.' '.$attr['id_product_attribute'].' |
'.(!empty($attr['ean13'])? $attr['ean13']: ''.$product->ean13).''.' | '.((string) $attr['reference'] == ''? $product->reference: $attr['reference']).' | '.$product->name.$attr['name'].' | ||
'.$product->id.' | '.$product->ean13.' | '.$product->reference.' | '.$product->name.' |