How to turning on Prepay mode and prevent your sellers from having a negative balance.
To set the website currency you must first login to cPanel and then follow these steps.
Click on the edit options to open tthe script in a new page. Locate the following part of the script and save your changes. (Only change the values in red) |
##############################
# If turned on this setup will do a account balance check
# before a user can post a auction item and or banner they
# must have a min balance in their account you define
# (in the next setup below} before they can post if under
# that amount they will be taken to a screen with their last
# 30 transactions and the payment link selections so the can
# make a payment in auto realtime before they can post a new
# item or banner..
# set to on or off
$config{'AccountStatus'} = 'off';
##############################
# If the above is turned off this
# has no effect This checks for Negative
# or Positave Balance be for a user can post
# they must have a min balance you define
# define the min amount like:
# example -5.00 for a max - ballance or 5.00 for a positive
$config{'MaxAccountBallance'} = ' 5.00 ';