Exemple #1
0
	  	print "Ce produit n'appartient a aucune categorie";
	  }
	  else
	  {
		  print $langs->trans("Category")." : ";
		  print $way;
	  }
	  print '</td></tr>';
		}

		print '<tr><td>'.$langs->trans("Label").'</td><td colspan="2">'.$product->libelle.'</td></tr>';

		print '<tr><td width="20%">'.$langs->trans("InternalRef").'</td><td width="40%">'.$product->ref.'</td>';

		print '<td class="photo" valign="top" rowspan="6">';
		$product->show_photos($conf->product->dir_output,1,1,0);
		print '</td></tr>';

		print "<tr>";
		print '<td width="20%">'.$langs->trans("Supplier").'</td><td width="40%">'.$product->fourn->getNomUrl(1).'</td>';
		print '</tr><tr>';
		print '<td width="20%">'.$langs->trans("SupplierRef").'</td><td width="40%">'.$product->fourn_ref.'</td>';
		print '</tr><tr>';
		print '<td width="20%">'.$langs->trans("BuiingPrice").'</td><td width="40%">'.price($product->buyprice).'</td>';
		print '</tr>';

		print '<tr><td colspan="2">'.$langs->trans("Description").'</td></tr>';
		print '<tr><td valign="top" colspan="2">'.nl2br($product->description).'&nbsp;</td></tr>';

		print "</table><br>\n";