This guide describes the process of installing and configuring the Openpay Widget / Extension to Magento 2.X Community Edition. You should have an existing Magento installed.
This widget explains how Openpay is a flexible, interest-free payment method. It showcases the minimum and maximum order value, allowing the user to choose an option to pay weekly or fortnightly, over available months.
Openpay Widgets is a Magento Extension with a predefined set of configuration options.
Openpay Widget plugin is a set of widgets, when installed and activated will show the widgets on the following pages:
Before installing the Openpay module, make sure that your web server meets the following criteria:
For further details on PHP compatibility, MySQL, supported Web servers and other requirements, refer to the Magento website: https://devdocs.magento.com/#/individual-contributors.
Magento can be run on a Windows server.
To install the widget/extension, download the zip file and extract it.
Log in to the Magento admin panel.
Go to your projects root folder and follow the path: app/code/ If there is no ‘code’ folder under the ‘app’ directory, then please create it
Unzip the extension file and traverse until the ‘Openpay’ folder is found. Copy and paste the folder into the ‘code’ folder
Open a terminal window and switch to Magento root directory
Then run these commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
If cache is enabled on your website, run this command: php bin/magento cache:flush
Or, you can do it manually from the admin panel by following the path: System > Tools > Cache Management > Flush Magento Cache
Log in to your Magento admin.
Navigate to Stores > Settings > Configuration
Check the status of the module by running this command: php bin/magento module:status. If the Openpay_productWidget appears on the ‘List of enabled modules’, then the module is running properly.
Expand Openpay > Widgets > General Configuration > Enable Widgets > Yes > Save Config
To set up ‘Openpay Widgets’, fill out the fields as per your Openpay account configuration. (This information will be provided by your Openpay Ecommerce Manager or Account Manager).
Important note:
Check with Openpay / Ecommerce Manager for your Plan Tiers configuration.
General Configuration |
|
Enable Widget | Set to ‘Yes’ |
Region | Select Australia or United Kingdom (as per your contract) |
Plan Tiers | Select months (as provided by Openpay eg 2, 3 or 4, multiple selections could be done) |
Minimum Order Value | Will automatically populated if the Openpay Payment Method extension is installed |
Maximum Order Value | Will automatically populated if the Openpay Payment Method extension is installed |
Info Belt Widget |
|
Show Info Belt Widget | There are two options to display the Info Belt on top of the website head section. Home Page or Across the Site. Select your preferred option from the dropdown |
Info Belt Widget Color | Select an option from ‘Amber’, ‘Grey’ or ‘White’, one that suits your website theme |
Info Belt Widget Sticky | If your website theme has a sticky menu select ‘Yes’ else select ‘No’ |
Product Listing / Catalogue Page Widget |
|
Show Catalog Page Widget | Select ‘Yes’ to display Catalog Page Widget on product listing / catalog page |
Show Openpay Logo on Catalog Widget | Select ‘Yes’ to display the Openpay logo on Catalog Page Widget for product listing / catalog page |
Catalog Page Widget Logo | Two Openpay logo options available to choose from – Grey or White |
Product Page Widget |
|
Show Product Page Widget | Select ‘Yes’ to display the Product Page Widget on the product detail page |
Product Page Widget Logo | Four Openpay logo options available to choose from – Grey Logo with Amber Background, Grey, Amber or White |
Cart Widget |
|
Show Cart Widget | Select ‘Yes’ to display Cart Widget on the cart page |
Cart Page Widget Logo | Two Openpay logo options available to choose from – Grey Logo with Amber Background or Grey |
Checkout Page Widget |
|
Show Checkout Page Widget | Select ‘Yes’ to display Checkout Page Widget for the checkout page of the website |
Instalment Text | For Australia add text: Pay in interest free fortnightly instalments. As per the instalment plan set on your Openpay account. (Leave this field blank for the United Kingdom) |
Redirect Text | Add text: You will be redirected to Openpay’s website to complete your order when you click “Proceed to Openpay”. |
Openpay Widget CSS |
|
Widget Custom CSS | Use this box to add extra CSS for special placement or alignment of the widget or to change the fonts, size and colours |
Click ‘Save Config’ |
The next step is to add the assets, Landing Page, Quick Links, Trust Logo, and Banners.
For Openpay Landing Page create a blank page.
Navigate to > Content > Element > Pages > Add New Pages > name the page “Openpay”
Select > Landing Page > Openpay from the pre-populated pages under the General configuration as shown above > Save Config
After publishing the landing page, the next step is to add Openpay quick link to the footer so the customers can access the page.
Add the Openpay trust seal under the “Available Payment Methods” section on the footer.
Download the trust seal from here.
Example of how Openpay Landing Page, Quick Link and Trust Seal will be showcased.
The entire suite of digital banners can be found here.
If the module is enabled from the admin with the correct setting the widgets will be displayed as follows on the different sections of the website.
Displayed on top of the homepage above the navigation.
Displayed on Product Listing/Catalog Page.
Displayed on Product Detail Page.
Displayed on Cart Page.
Displayed on Checkout Page.
All ‘Learn more’ links will open a popup as follows indicating the available repayment months and explaining what you need to get started to use Openpay.
Navigate to Store > Setting > Configuration > Openpay > Widgets > General Configuration > Enable Widgets > No > Save Config
# | Date | Version | Description |
---|---|---|---|
1 | September 2020 | 1.0.0 | Created new all in one widget |
2 | November 2020 | 1.1.0 | Added custom CSS field and logo variation options |