Skip to content

smolynsf/b2b-commerce-on-lightning-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

b2b-commerce-for-lightning

This repository has a set of useful reference implementations for the B2B Lightning projects. It is structured in 2 parts: examples and sfdx.

The examples include metadata API sources that can help to setup a B2B project and provide examples for a quick start with this project. They can be deployed as described in the Salesforce documentation here. The examples contain 3 folders:

  1. checkout covers information and instructions on how to deploy each of the components required to build a fully working checkout for a B2B Store. Flows are setup here. Mock integrations are provided here. Notifications are provided here.
  2. diagnostic sets up a diagnostic workflow that allows you to debug issues that could occur during checkout of your store.
  3. users covers how to deploy an org and buyer user profile with the settings required. Instructions on how to deploy a buyer profile for your B2B store here. Sharing settings that need to be enabled are covered here.

The sfdx section is aimed to the developers who use the SFDX environment. There are no source files in this section, they will be converted from the metadata format (in "examples") to the SFDX format by running the script in the sfdx directory. After the conversion to the SFDX format it is the developer's responsibility to maintain the files and continue working with them in the new SFDX project.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.8%
  • Apex 22.2%