Hello everyone, I’m trying to display the homepage...
# suitecommerce
n
Hello everyone, I’m trying to display the homepage carousel in my SuiteCommerce Advanced site using the built-in carousel settings available in Configuration. I’ve added the image paths correctly, and the images exist in the expected location. However, the carousel is still not appearing on the homepage. I’ve also reviewed the relevant documentation, but I’m still unable to identify what might be missing. Could anyone please help me understand if I might be overlooking a step or configuration? I’ve attached a screenshot of the current settings for reference.
s
What do your browser's developer tools say? Is it loading the correct URL or do the requests return 404s?
n
Yes, I checked in the browser developer tools. I can see the carousel configuration and image URLs being loaded in the
shopping-environment.ssp
response, and I’m not seeing any 404 errors for the image requests. It seems the configuration data is loading correctly, but the carousel itself is not rendering on the UI.