This module provides Azericard payment integration for OpenCart 3.x e-commerce system.
- Fully compatible with OpenCart 3.x versions
- Azericard payment system integration
- Azerbaijan Manat (AZN) currency support
- Multi-language support (Azerbaijani and English)
- Easy configuration from admin panel
- Secure payment processing
- Upload module files to your OpenCart installation root directory
- Login to admin panel
- Go to Extensions > Extensions menu
- Choose "Azericard" from payment methods
- Click Install button
- Click Edit button to configure necessary settings
You need to configure the following settings from the admin panel:
- Merchant ID
- Terminal ID
- Secret Key
- Test Mode (Yes/No)
- Status (Enabled/Disabled)
- Order Status
- Geo Zone
This project is distributed under GNU General Public License v3.0. See LICENSE file for details.
You can open an issue for any problems or suggestions.
- Fork this project
- Create a feature branch (
git checkout -b feature/NewFeature
) - Commit your changes (
git commit -am 'Added new feature'
) - Push to the branch (
git push origin feature/NewFeature
) - Create a Pull Request