Dom Sip 66e3269b0e
SFCC provider (#727)
* new SFCC provider

* add search

* normalization + search

* categories as search results

* adress PR feedback

* Update README.md

* get all paths for SSG

* product variants and options

* Apply suggestions from code review

Co-authored-by: Luis Alvarez D. <luis@vercel.com>

* remove console log

* prettier

* clean console log

* ran prettier

* Updated readme

* remove static data and revert config changes

* set default site

Co-authored-by: Luis Alvarez D. <luis@vercel.com>
2022-04-20 12:08:26 -05:00
..
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00

Next.js SalesForce Cloud Commerce Provider

Installation

  1. Copy the .env.template file in this directory to /site/.env.local in the main directory
  2. Run yarn and then yarn dev in root folder

Features:

{
  "provider": "sfcc",
  "features": {
    "wishlist": false,
    "cart": false,
    "search": true,
    "customerAuth": false,
    "customCheckout": false
  }
}

References

Training Material and Documentation:

For a detailed introduction into commerce clouds feature set and data setup please refer to our Training Material and Documentation: