|
|
Payment
Overview
A simple payment capability allows the site administrator to accept payment from site visitors
for news items. The payment is voluntary.
Our Guarantee
The guarantee
Use your own fee service name
The name of the fee service may be changed in dbx.php. The default is "Express PostTM"
Turn payment on or off
The configuration file dbx.php allows the site administrator to toggle the payment
feature on or off. This is done by changing the value of the constant called USE_FEE_SERVICE
to "on" or "off":
define("USE_FEE_SERVICE", "on");
If the value is "on" then the Express Post payment mechanism
is enabled - and the payment checkbox is shown when the news author is previewing the news item.
The checkbox allows the user to voluntarily choose to pay for the item. There is no requirement
that the user pays. Payment is voluntary.
Paypal
If a news author checkmarks payment then the payment process is activated. The author is presented
a PayPal link direct to the PayPal login page. The link contains the listing id number, fee and
other necessary details. When the site adminstrator receives the Paypal notification they
login and preview and manually approve the pending news item with a few clicks.
Where would you like to go next?
|
|