What is the recommended best practice to customize...
# suitecommerce
t
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
We only recommend point 1. The other two will always be risky.
👍 1