Yes simple also, replace the input form field for the quantity by a hidden form field like that: < input type="hidden" value="1" name="Quantity" id="Quantity" />
you can replace this direct in the Sell template or edit the quantity form in the langauge file "Sell" search for the QuantityForm variable in that file and modify it to be hidden form fields as above. Note that you will also need to edit all the input fields for biddings also. Thanks
|