We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Privacy Policy.
PWA Mobile Login
- PWA - Bank Transfer
- PWA - Cash On Delivery
- PWA - Check/Money Order Payment
- PWA - Purchase Order
- PWA - Zero Subtotal
- PWA - Razorpay Payment
- PWA Customer Restricted
- PWA Category Banner
- PWA Social Login
- PWA Product Image Zoom
- PWA Marketing Banner
- PWA Humm Payment
- PWA Mobile Login
- PWA Infinite Scroll
- PWA GTM Extension
- PWA - FAQ and Product Questions
- PWA Google Rich Snippet
PWA Mobile Login
Purchase the Extension
Follow the steps below to install PWA Mobile Login:
Step 1: Purchase Magento Mobile Login
Purchase this Extension to improve website security and user experience: Magento 2 Mobile Login
If you already purchased then follow the installation guide: Mobile Login
Step 2: Purchase PWA Mobile Login Extension
Purchase this Extension to improve website security and user experience: PWA - Mobile Login
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: Upload Folder
In your root directory of PWA, upload the @elightwalk/mobilelogin folder.
Step 2: Add Link in Dependencies
Add link to your extension in dependencies inside the package.json file of PWA root
dependencies: {
"@elightwalk/mobilelogin": "link:./@elightwalk/mobilelogin"
}
Step 3: Add Trusted Vendors in PWA
Add Trusted Vendors to your extension in PWA root inside the package.json file of PWA root
"pwa-studio": {
"trusted-vendors": [
"@elightwalk"
]
}
Step 4: PWA Root Commands
Fire below commands in your terminal
yarn install
yarn build