We are working on SCA 2019.2 -> we added Addres...
# suitecommerce
k
We are working on SCA 2019.2 -> we added Address.List.View to shopping.ssp in the core code distro and deployed. Address.List.View is now available in shopping, and the live site will load error free. When running core code locally, template dependency errors are throwing. Any thoughts?
Correction: If I run the core code and theme locally - simultaneously - shopping will load.
c
@Kearobi What happens if you start the core local server and let it fully start up BEFORE starting the theme server? (i.e. both are still running in the end, but the core server finished first)
k
@Caleb Evans, that's what I tried when it worked. Though, I'm not seeing that address_list.tpl was ever added to the shopping section of the theme manifest.json. I tried fetching and gulp theme:update-manifest, neither updated the manifest with address_list.tpl. We may just need to add the path to the manifest and deploy the theme.