Loading...

PWA Humm Payment

PWA Humm Payment

Business owners can use this extension to seamlessly integrate the Humm payment method into the checkout process of their Progressive Web Application (PWA) store. Customers can use the "Buy Now, Pay Later" service to purchase from participating retailers and conveniently spread the cost over time with interest-free installments. Customers who use this convenient payment method benefit from increased financial flexibility, control over their purchases, and a better shopping experience.

How to Install Humm Payment Extension?

To install the Humm Payment Extension into your Venia project, follow these steps:

Step 1: Install the Humm Payment Extension

Install Humm Payment from Adobe Commerce first, then install the PWA(Venia) Humm Payment: Humm Payment

Step 2: Purchase The Humm Payment Extension

Purchase Elightwalk's PWA Humm Payment Extension to improve your payment options and user experince: PWA Humm Payment Extension

If you already purchased extension then use following link: Downloadable Products

Installation Process:

To install this extension you have to follow below steps.

Step 1: Upload Folder

Upload the @elightwalk/humm folder to PWA's root directory.

Step 2: Update Dependencies

Update the dependencies in the package.json file located in the root directory of PWA:

dependencies: {
"@elightwalk/humm": "link:./@elightwalk/humm"
}

Step 3: Add Trusted Vendors in PWA

Update the trusted vendors in the package.json file of PWA's root directory under pwa-studio:

"pwa-studio": {
  "trusted-vendors": [
    "@elightwalk"
  ]
}

Step 4: PWA Root Commands

Fire below commands in your terminal

yarn install
yarn build

Notes

PWA settings and configuration
  • Go to Stores -> Configuration -> Sales -> Payment Methods.
  • Go to OTHER PAYMENT METHODS.
  • Click "Yes" for PWA Enabled.
  • Enter the PWA Response URL in the form og {PWA_BASE_URL}/payment/humm/
  • Save the changes.
UPWARD PWA Configuration
  • Go to Stores -> Configuration -> General -> Web.
  • In here, go to UPWARD PWA Configuration.
  • In Front Name Allowlist, add humm.
Notes