Re: removing quantity
Ok do you know the category id that you want to comment out? You can find it in the url.
example - test/xcart/home.php?cat=3
To remove the word Quantity comment out this code.
{*<td height="25" width="30%">{$lng.lbl_quantity}{if $product.min_amount gt 1}<br /><font class="ProductDetailsTitle">{$lng.txt_need_min_amo unt|substitute:"items":$product.min_amount}</font>{/if}</td>*}
__________________
xcart 5.1.2
|