Magento Plugin
This is a Magneto Extension for making payments using PortOne. It adds a new payment option for your store on the checkout page and opens up a lot of options for the user to pay.
Plugin file#
How to install#
Upload Extension to Magento#
- Download from Url
- Goto Magento root folder โ
$ROOT - Change Directory to โ
$ROOT/app/codeNOTE: if the code directory doesn't exist please create it"
- To download extension zip โ
wget {{ extension url }}โ - To unzip extension file โ
tar -xf {{ Extension file }}
- Goto Magento root folder โ
OR
- One can use FTP to upload an extension folder to $ROOT/app/code
Below are the steps to install the plugin after uploading#
Supported Magento Version#
- 2.3.4
- 2.4.3
- 2.4.2
How To Configure#
- Login Into Admin Panel.
- Goto Stores Configuration.
- Goto Payment Methods Tab inside the Sales Section.
- Scroll down and locate PortOne
- Fill in your details like PortOne Key and Secure Secret.
- For configuring the webhook:
- Create a new webhook in Admin Dashboard
- Copy the path given in the Magento Plugin setting page and add your domain in the suffix
Example โ{{base_url}}/portonepg/standard/update
Miscelleneous#
To update the image follow the below steps#
- Copy the image from โ
app/code/PortOne/Payment/view/frontend/web/images/portone-logo.png - Paste the image inside โ
pub/media/portone/portone-logo.png