This cartridge introduces several new capabilities to the Salesforce Commerce Cloud (SFCC) Business Manager, providing users with new and robust functionality with a refreshed and modern user interface. Users will now have access to highly productive, streamlined Business Manager capabilities to better support customers and business planning.
- OCI Data Management Interface
- CSV Import & Export
- Automatic Notifications
- Coupon Replicator
- Customer Product Lists Displaying
- Job Execution Report
- Page Designer Export
Installation, Usage and Configuration is explained in the user guide documentation.
The cartridge is designed for Salesforce Commerce Cloud Business Manager with Compatibility Mode 18.10 or more.
- Run
npm install
to install all of the local dependencies (This has been tested with v12.21.0 and is recommended). - Run
npm run compile:js
from the command line that would compile all client-side JS files. - Run
npm run compile:scss
that would do the same for CSS.
You can run npm run build
to compile both JS and SCSS files.
unit and integration tests can be found in the ITGSoftwareProducts/sfcc-bm-extension/tests
directory.
To run the integration tests locally use the following commands:
`npm run test:integration`
To run unit tests locally use the following command:
`npm run test`
Please check our Contribution Guidelines for details.
BM Extension is licensed under the GNU GPLv3 License. See the LICENSE file for details.
If you encounter any issues or have questions, feel free to open an issue or reach out to us at salesforce@itgsoftware.com.