Forums Index > Mewsoft Products > Auctionawy > A couple of questions ...
newbie First Post Posted on: 02-16-08 10:25 PM
A couple of questions ...

Hi all ! newbie on board ...just bought Netauctions. Have a couple of questions :

1) How can I edit "Copyright - Privacy - Terms of Use " and "Help" is it possble ?
2) In "Register" , is it possible to make "State" and "Zip" non - mandatory ?
3) In "My Account" can I "disable/hide" Credit Cards & Bank Accounts because I do not want to store any user personal financial information on my site
4) Can Netauctions run in "Prepay" mode. User must have credit balance greater than service required. e.g. Main Page Featrure $5.00 . User has, say $3.00 credit. If user selects this option then, he is prompted to deposit additional funds i.e. $2.00 or more dollars

Many thanks
mewsoft Reply #: 1 Posted on: 02-17-08 12:37 AM
Re: A couple of questions ...

Hi all ! newbie on board ...just bought Netauctions. Have a couple of questions :

1) How can I edit "Copyright - Privacy - Terms of Use " and "Help" is it possble ?

Admin->Language manager, under edit language, select the file you want to edit then you will be able to edit everything.


2) In "Register" , is it possible to make "State" and "Zip" non - mandatory ?


Edit the file data/sysconfig.ini , change these lines:

Require_User_Zip~==~0
Require_User_State~==~1

1 , means required, 0 means not required, in general all the user fileds will be in this config file and the variables start with:

Require_User_XXXXXXX~==~ 0 or 1

This file must be downloaded and uploaded in ASCII mode or it will stop the program to work.

3) In "My Account" can I "disable/hide" Credit Cards & Bank Accounts because I do not want to store any user personal financial information on my site

Of course from the templates for these you can delete the links or hide them, see the Template editor in your admin, templates start with Account*.

4) Can Netauctions run in "Prepay" mode. User must have credit balance greater than service required. e.g. Main Page Featrure $5.00 . User has, say $3.00 credit. If user selects this option then, he is prompted to deposit additional funds i.e. $2.00 or more dollars

No, we do the auction system where you have a credit card on file you can charge users whenever you want

Thank you

Many thanks


Mewsoft Support
www.mewsoft.com

newbie Reply #: 2 Posted on: 02-17-08 01:58 PM
Re: A couple of questions ...

Thanks for help !

Regards
newbie