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/code
NOTE: 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