This board is for discussing ecommerce payment options and payment service providers. If you have a question about a particular payment option or would like to see a new payment option added you can post about here in the
payment options board.
Make sure to double check any downloaded scripts before installing them on your server. Use of third party scripts is at your own risk.
How to add new payment optionsPayment options are stored in the following location from the CMS root directory;
includes/shop/payment_optionsIf you have downloaded a payment option from the forum you will need to upload it's folder and files into this directory. Make sure to extract the files first if they are packaged into a zip file.
- - - Configuring Payment Options - - - Once added payment options can be enabled and configured by going to
Settings -> Payments in the CMS admin area. Note when a payment option is set to test mode it will only be shown to logged in admin users.
- - - Modifying & Creating New Payment Options - - - With some PHP experience it is possible for anyone to modify and add new payment options to the CMS. The following serves as a quick start guide on how to do this.
Each payment option has it's own folder which is the named after the payment option and contains at least one file called
paynow.phpWhen creating a new payment option or making a modification it is recommeded to copy and rename the folder of an existing payment option and then edit the
paynow.php file for it as needed.
If you are modifying or creating a new payment option you are welcome to share it here on the
payment options board for others to use and provide feedback.