Skip to content

Instantly share code, notes, and snippets.

@obrien-k
Created May 13, 2020 15:49
Show Gist options
  • Save obrien-k/b8dc0c32b35377892f3c9c966e8700cc to your computer and use it in GitHub Desktop.
Save obrien-k/b8dc0c32b35377892f3c9c966e8700cc to your computer and use it in GitHub Desktop.
---
product:
videos:
limit: {{theme_settings.productpage_videos_count}}
reviews:
limit: {{theme_settings.productpage_reviews_count}}
related_products:
limit: {{theme_settings.productpage_related_products_count}}
similar_by_views:
limit: {{theme_settings.productpage_similar_by_views_count}}
---
{{#partial "page"}}
{{> components/common/breadcrumbs breadcrumbs=breadcrumbs}}
{{#each product.shipping_messages}}
{{> components/common/alert-info message}}
{{/each}}
<div itemscope itemtype="http://schema.org/Product">
{{> components/custom/multi-view}}
</div>
{{/partial}}
{{> layout/base}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment