{{#if product.related_products}}
{{#if settings.data_tag_enabled}}
{{> components/products/carousel products=product.related_products columns=6 customArrowClass='js-related-product-arrow' list="Related Products"}}
{{else}}
{{> components/products/carousel products=product.related_products columns=6 customArrowClass='js-related-product-arrow'}}
{{/if}}
{{/if}}
{{#if product.similar_by_views}}
{{> components/products/carousel products=product.similar_by_views columns=6 list="Customers Also Viewed" customArrowClass='js-viewed-product-arrow' }}
{{/if}}