Loading...

ScandiPWA Razorpay

ScandiPWA Razorpay Payment Extension

The Razorpay Payment Extension for ScandiPWA allows for secure online transactions across a wide range of currencies, providing businesses with a dependable payment solution. The Elightwalk extension provides a smooth checkout process by leveraging Razorpay's industry-leading partnerships with Zomato and IRCTC and its widespread adoption.

This extension prioritizes security and convenience with a user-friendly dashboard that accepts various payment methods such as credit cards, debit cards, net banking, UPI, eWallets, and instalment payments. Hosted payment processing safeguarded sensitive payment information, while administrators benefit from easy backend management.

How to Install Magento Razorpay?

Follow below step-by-step Guide and Install magento razorpay extension

Step 1: Install the Magento RazorPay Extension

Install Magento RozarPay from GitHub first, then install the ScandiPWA RozarPay Extension: Magento RazorPay

Step 2: Purchase The Razorpay Extension

Purchase Elightwalk's ScandiPWA RozarPay Extension to improve your payment options and user experince: ScandiPWA - RazorPay Extension

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

Installation Process:

To create this extension you have to follow below steps.

Step 1: Create Folder

Create Packages folder in your scandipwa root.

Step 2: Upload Packages

In your root directory of Scandipwa, Upload @elightwalk/razorpay folder to your packages folder.

Step 3: Add Link in Dependencies

Add file:packages/@elightwalk/razorpay to your extension in dependencies inside the package.json file of Scandipwa root.

 "dependencies": {
           "@elightwalk/razorpay": "file:packages/@elightwalk/razorpay"
      }

Step 4: Add Extension in ScandiPWA

Add link to your extension in scandipwa root inside the package.json file of Scandipwa root

    "scandipwa": {
          "extensions": {
              "@elightwalk/razorpay":true
         }
      }

You can set it to true to enable the extension or false to disable it.

Step 5: Scandipwa Root Commands

Fire below commands in your terminal

npm install
BUILD_MODE=magento npm build
Congratulations, you have successfully installed the ScandiPWA Razorpay Payment.