Skip to content

Simicart/callforprice-module-pwa-studio

Repository files navigation

Call For Price module for Magento PWA Studio

This module acts as an add-on for Mageplaza's Call For Price extension to make it work with Magento PWA Studio.

End result: https://callforprice.pwa-commerce.com/

Requirements

Installation

1. Init project

  git clone https://github.com/Simicart/simi-studio --branch release/2.0.0
  cd simi-studio

Fill in your project information and cd into it.

2. Start the project

From the root directory of the project you created above, clone the repository:

  git clone https://github.com/Simicart/callforprice-module-pwa-studio ./@simicart/callforprice

3. Modify .env

Change the .env MAGENTO_BACKEND_URL with your Magento site URL, or use our demo URL:

  MAGENTO_BACKEND_URL=https://mpmed.pwa-commerce.com/

4. Modify package.json

Modify the dependencies of your project to add Shop By Brand extension.

  "dependencies": {
    ...
    "@simicart/CallForPrice": "link:./@simicart/callforprice"
  },

5. Modify package.json

  yarn add reactjs-popup

6. Install and Start Project

  yarn install && yarn watch

About

Call For Price extension for pwa-studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published