Loading...

PWA - FAQ and Product Questions

PWA FAQ and Product Questions

The PWA FAQ extension for Magento PWA stores generates a dedicated FAQ page and groups to improve customer clarity. It improves SEO, highlights recent queries, and provides an unlimited list of frequently asked questions. This developer-friendly extension is simple to configure and update in Magneto PWA store.

Purchase the Extension

Follow the steps below to install PWA FAQ & Product Question Extension:

Step 1: Purchase Magento FAQ Extension

Purchase this Extension to show the FAQs in your product page: Magento 2 FAQs & Product Questions

If you already purchased then follow the installation guide: Magento 2 FAQs & Product Questions

Step 2: Purchase PWA - FAQ and Product Questions

Purchase this Pwa FAQ Extension for FAQ and Product Questions

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

Installation Process

To create this FAQ extension you have to follow below steps

Step 1: Upload Folder

In your root directory of Venia, upload the @elightwalk/faq folder.

Step 2: Add Link in Dependencies

Add link to your extension in dependencies inside the package.json file of Venia root

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

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