// Improved Suppliers view
This commit is contained in:
@@ -30,15 +30,15 @@
|
||||
|
||||
<h2>{$supplier->name}</h2>
|
||||
|
||||
<h3>{l s='Total products:'} {count($products)}</h3>
|
||||
<h3>{l s='Number of products:'} {count($products)}</h3>
|
||||
{foreach $products AS $product}
|
||||
<hr />
|
||||
{if !$product->hasAttributes()}
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table" style="">
|
||||
<tr>
|
||||
<th width="150">{l s='Name:'} {$product->name}</th>
|
||||
{if !empty($product->product_supplier_reference)}<th width="280">{l s='Supplier Reference:'} {$product->product_supplier_reference}</th>{/if}
|
||||
{if !empty($product->product_supplier_price_te)}<th width="280">{l s='Wholesale price:'} {$product->product_supplier_price_te}</th>{/if}
|
||||
<th width="450">{l s='Name:'} {$product->name}</th>
|
||||
{if !empty($product->product_supplier_reference)}<th width="190">{l s='Supplier Reference:'} {$product->product_supplier_reference}</th>{/if}
|
||||
{if !empty($product->product_supplier_price_te)}<th width="190">{l s='Wholesale price:'} {$product->product_supplier_price_te}</th>{/if}
|
||||
{if !empty($product->reference)}<th width="150">{l s='Reference:'} {$product->reference}</th>{/if}
|
||||
{if !empty($product->ean13)}<th width="120">{l s='EAN13:'} {$product->ean13}</th>{/if}
|
||||
{if !empty($product->upc)}<th width="120">{l s='UPC:'} {$product->upc}</th>{/if}
|
||||
|
||||
@@ -1408,13 +1408,13 @@ $_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactiver';
|
||||
$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
|
||||
$_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association boutique :';
|
||||
$_LANGADM['AdminSuppliers8e8efa8fbd3512c87c87c23fe8023604'] = 'Il n\'est pas possible de supprimer un fournisseur si il est / sont en attente de commande de fournitures (s).';
|
||||
$_LANGADM['AdminSuppliers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total produits :';
|
||||
$_LANGADM['AdminSuppliers38f06ccd27281c8fc66e11581798ec06'] = 'Nombre de produits :';
|
||||
$_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Référence fournisseur :';
|
||||
$_LANGADM['AdminSuppliers62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Prix d\'achat :';
|
||||
$_LANGADM['AdminSuppliers3dd42bfc8345e82c43b4a40a3426ec49'] = 'Référence :';
|
||||
$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'Ean 13 :';
|
||||
$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC :';
|
||||
$_LANGADM['AdminSuppliers2d84cbbf65674e7961d4a821338c7f86'] = 'Quantité disponible';
|
||||
$_LANGADM['AdminSuppliers2d84cbbf65674e7961d4a821338c7f86'] = 'Quantité disponible :';
|
||||
$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Attributs';
|
||||
$_LANGADM['AdminSuppliersbc67a1507258a758c3a31e66d7ceff8f'] = 'Référence fournisseur';
|
||||
$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Prix d\'achat';
|
||||
|
||||
Reference in New Issue
Block a user