// fixed quantity displayed
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
{if !$product->hasAttributes()}
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table" style="">
|
||||
<tr>
|
||||
<th width="150">{l s='Name:'}{$product->name}</th>
|
||||
<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}
|
||||
{if !empty($product->reference)}<th width="150">{l s='Reference:'} {$product->reference}</th>{/if}
|
||||
|
||||
Reference in New Issue
Block a user