What is the recommended best practice to customize a SuiteCommerce Standard site? From what I can tell there are 3 methods:
1. Use Extensibility Framework
2. Use public methods from the Core
3. Extend or _.wrap modules and views from the Core
s
Steve Goldberg
09/04/2020, 3:12 PM
We only recommend point 1. The other two will always be risky.