how to fix bigcommerce cornerstone mobile new, related products carousel not showing correctly?

Replace below code with templates/components/products/carousel.html

 

 Screen Shot 2019-05-20 at 9.11.45 AMScreen Shot 2019-05-20 at 9.13.34 AM

[php]
{{#each products}}
{{> components/products/card settings=../settings theme_settings=../theme_settings customer=../customer event="list" position=(add @index 1)}}
{{/each}}
[/php]

Leave a comment