4
0
forked from crowetic/commerce
Catalin Pinte 11609a9e71
Upgrade dependencies & pnpm (#785)
* Updated log

* Updates to root

* Updates to pnpm

* successfully moved to pnpm

* type issue

* Local as the default provider

* Upgrade dependencies

* Revert to local

* Upgrade React

* Update node-fetch deps

* Fix types

* Ignore warnings

* Fix missing dependency

* Update pnpm-lock.yaml

* Add missing @types/cookie

* Upgrade dependencies

* Fix missing dependencies

* Update README.md

Co-authored-by: Bel Curcio <curciobel@gmail.com>
2022-09-19 08:14:49 +03: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-28 12:54:14 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00

Next.js SalesForce Cloud Commerce Provider

SalesForce Cloud Commerce Demo: https://salesforce-cloud-commerce.vercel.store/

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: