{{! A single product, as shown in a listing. @param this object A product object. @param show_quickshop bool If true, include a link that can be used to open a quickshop modal. @param show_compare bool If true, include a checkbox to select products to compare. @param show_remove bool If true, include remove from cart form. Requires `remove_url` to be available. @param show_rating bool If true, include the product's rating if there are enough votes. }}
{{image.alt}} {{#if price.saved}} {{/if}} {{#if show_remove}} {{/if}}
{{#if show_rating}} {{> core/products/rating rating=rating}} {{/if}} {{#if brand.name}} {{/if}} {{#if show_compare}} {{/if}}
{{#if show_quickshop}} {{lang 'core.product.quickshop.view'}} {{/if}}