I am running into an issue with an SCA website whe...
# suitecommerce
k
I am running into an issue with an SCA website where the “shopping” entry-point script in an extension is not running when the shopping section, for example the Home page, is loaded. The checkout entry-point script does run. The website version is SCA 2019.2 and the extension developer tools is 2020.1. The extension runs okay when run in local development mode. Anyone encountered an issue like this or have some ideas on what the cause might be.
e
Check if you do not have a typo in the manifest.json, check if another extension entry point is failing and stopping the process to reach the entry point of that extension (any error on the console). Then check if your extension is indeed activated (it must be since you say that it runs on checkout). Oh check if you did save your changes locally in your file before deploying/activating.
k
@eminero, thank you for the areas to check. There is an error in the console that is related to the extension. I really appreciate it.
🎉 1