Sha256: f8f60e870d5d2e552b7b55d82aee4f9771052b6fbe6c7b884f066894bcf18bc2
Contents?: true
Size: 928 Bytes
Versions: 3
Compression:
Stored size: 928 Bytes
Contents
<script type='text/template' id='variant_autocomplete_template'> <div class='variant-autocomplete-item'> <figure class='variant-image'> {{#if variant.image }} <img src='{{variant.image}}' /> {{ else }} <img src='/assets/noimage/mini.png' /> {{/if}} </figure> <div class='variant-details'> <h6 class="variant-name">{{variant.name}}</h6> <ul class='variant-data'> <li class='variant-sku'><strong>{{t 'sku'}}:</strong> {{variant.sku}}</li> <li class='variant-on_hand'><strong>{{t 'on_hand' }}:</strong> {{variant.count_on_hand}}</li> </ul> {{#if variant.option_values}} <ul class='variant-options'> {{#each variant.option_values}} <li><strong>{{option_value.option_type.presentation}}:</strong> {{option_value.presentation}}</li> {{/each}} </ul> {{/if}} </div> </div> </script>
Version data entries
3 entries across 3 versions & 1 rubygems