The system allows to make a purchase using a shopping cart. The solution was developed by EffectiveSoft. The administrator can add products to the catalogue with different parameters. This is a system with an integrated payment gateway. The following payment methods are available:
The system is written in PHP and JavaScript. MySQL database is used for data storage.
For more information, screenshots and specification, please, contact us
Handler
Principle of operation:
After a request with payment information is received from the payment system, this info is added to database. Next the validity of the product ID and the product’s price is verified. If the verification is successful, a unique key is generated and an e-mail with a unique key is sent to the user. If the verification fails, the user gets a notification, that something went wrong.
Keygenerator
Principle of operation:
The handler module sends a request for key generation. If the key has been generated, the response is this key, otherwise the response is “error”.
Admin panel
Principle of operation:
An administrator has to sign in using login and password. After that he/she can view information on orders, add new products to the catalogue, edit the current ones.
Three tables in MySQL database is used for data storage:
The structure can be changed according to specific customer’s needs.