Created
May 13, 2020 15:49
-
-
Save obrien-k/b8dc0c32b35377892f3c9c966e8700cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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