Forums Index > Mewsoft Products > Auctionawy > Remove Required Fields
kcallana First Post Posted on: 08-13-12 11:55 AM
Remove Required Fields

i wnat to remove the Item Location and Length of Auction fields being required form the Sell page, how do i do that.
mewsoft Reply #: 1 Posted on: 08-13-12 09:21 PM
Re: Remove Required Fields

Edit the template file sell.html for these fields, for the title remove the

 
Code: HTML
MAXLENGTH="<!--MaxTitleLength-->

and also edit or remove the language text for

these notices from the language file Sell.


Then admin->Listing Options, set these 2 options to any length you want:

Maximum Title Size in Bytes:

Maximum Description Size in Bytes:

 

As for the Shipping location, it is required, no auction without item location, if you want realy

to make it optional notrequired, then remove this field from the template and replace

it with a hidden form field like this

 


Code: HTML
 <INPUT type=hidden value=YES name=ShipAddress> 


Mewsoft Support
www.mewsoft.com