Overview
Magento is a professional open-source eCommerce platform. It is designed with a high level of flexibility, featuring a modular architecture and rich functionality. Magento easily integrates with third-party applications, making it suitable for enterprise-level use. It can handle a wide range of business requirements and supports the creation of versatile, scalable eCommerce websites for various use cases.
Installation
Versions 2.0 and Above
- Upload the files downloaded from GitHub and overwrite them in the Magento website root directory.
- In the website root directory, run the following command and wait for all modules to finish loading:
php bin/magento setup:upgrade
- Clear the backend cache: System → Cache Management.
- Go to Stores → Configuration → Sales → Payment Methods to complete the setup.
Versions Below 2.0
- Overwrite the Magento website root directory with the files downloaded from GitHub.
- Copy the
op_xxfolder to the active theme template path, for example:app/design/frontend/{active_theme}/default/template/op_xx - Copy the images folder to the active theme image path, for example:
skin/frontend/{active_theme}/default/images
- Clear the Magento admin cache.
- Go to System → Configuration → Payment Methods to complete the configuration.
Configuration
| Configuration | option |
|---|---|
| Enable | Yes |
| Title | Your payment method. |
| Account | Provide by Oceanpayment technical support. |
| Terminal | Provide by Oceanpayment technical support. |
| SecureCode | Provide by Oceanpayment technical support. |
| Gataway URL | • Production environment: https://secure.oceanpayment.com/gateway/service/pay • Sandbox environment: https://test-secure.oceanpayment.com/gateway/service/pay |
| Pay Mode | • Redirect: Redirect to open payment page • Iframe: iframe payment page. |
| New Order Status | On Hold |
| Approved Order Status | Processing |
| Failure Order Status | Canceled |
| Pending Order Status | Pending |
| Invoice When Complete | Yes |
| Payment from Applicable Countries | All Allowed Countries |