mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 12:11:23 +00:00
.vscode
ISSUE_TEMPLATE
packages
bigcommerce
commerce
commercejs
kibocommerce
local
opencommerce
ordercloud
saleor
sfcc
src
.env.template
.prettierignore
.prettierrc
README.md
package.json
taskfile.js
tsconfig.json
shopify
spree
swell
taskr-swc
vendure
site
.editorconfig
.gitignore
.prettierignore
.prettierrc
README.md
license.md
package.json
turbo.json
yarn.lock
Next.js SalesForce Cloud Commerce Provider
SalesForce Cloud Commerce Demo: https://salesforce-cloud-commerce.vercel.store/
Installation
- Copy the
.env.template
file in this directory to/site/.env.local
in the main directory - Run
yarn
and thenyarn dev
in root folder
Features:
{
"provider": "sfcc",
"features": {
"wishlist": false,
"cart": false,
"search": true,
"customerAuth": false,
"customCheckout": false
}
}
References
- SDK: https://github.com/SalesforceCommerceCloud/commerce-sdk
- isomorphic SDK (currently not used atm): https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic
- PWA Kit storefront example: https://pwa-kit.mobify-storefront.com/
Training Material and Documentation:
For a detailed introduction into commerce clouds feature set and data setup please refer to our Training Material and Documentation: