{{#each comparisons}} |
{{#if brand.name}}
{{/if}}
{{ name }}{{#or ../customer (if ../theme_settings.restrict_to_login '!==' true)}} {{#if price_range}} {{> components/products/price-range}} {{else}} {{> components/products/price price=price}} {{/if}} {{else}} {{> components/common/login-for-pricing}} {{/or}} |
{{/each}}
---|---|
{{#each comparisons}} | {{#or ../customer (if ../theme_settings.restrict_to_login '!==' true)}} {{#if show_cart_action}} {{#if has_options}} {{lang 'products.choose_options'}} {{/if}} {{#if pre_order}} {{lang 'products.pre_order'}} {{/if}} {{#if add_to_cart_url}} {{lang 'products.add_to_cart'}} {{/if}} {{#if out_of_stock_message}} {{out_of_stock_message}} {{/if}} {{/if}} {{/or}} | {{/each}}
Description | {{#each comparisons}}{{{ summary }}} | {{/each}}
Rating | {{#each comparisons}}{{#if rating}} {{> components/products/ratings rating=rating}} {{else}} No Reviews {{/if}} | {{/each}}
Availability | {{#each comparisons}}{{#if availability}} {{ availability }} {{else}} {{lang 'common.not_applicable'}} {{/if}} | {{/each}}
{{lang 'common.other_details'}} |