Sha256: 2ad32fe5264d908af85b4ef44e25440b656ee8f3f4216d92b0297ad22f536875
Contents?: true
Size: 1.53 KB
Versions: 11
Compression:
Stored size: 1.53 KB
Contents
{{#if isNew}} <td class="line-item-select-variant" colspan="2"> <input type="hidden" name="variant_id" class="js-select-variant select-variant fullwidth"> </td> {{else}} <td class="line-item-image"> {{> _image image=line_item.variant.images.[0] size="mini" }} </td> <td class="line-item-name"> {{ line_item.variant.name }}<br> {{#if line_item.variant.options_text }} {{ line_item.variant.options_text }}<br/> {{/if}} <strong>{{ t "sku" }}:</strong> {{ line_item.variant.sku }} </td> {{/if}} <td class="line-item-price align-center"> {{ line_item.single_display_amount }} </td> {{#if editing}} <td class="line-item-qty-edit"> <input type="number" name="quantity" value="{{ line_item.quantity }}" min="0" class="line_item_quantity" size="5"> </td> {{else}} <td class="line-item-qty-show align-center"> {{ line_item.quantity }} </td> {{/if}} <td class="line-item-total align-center"> {{ line_item.display_amount }} </td> <td class="cart-line-item-delete actions" data-hook="cart_line_item_delete"> {{#if editing}} <a class="save-line-item fa fa-ok no-text with-tip" href="#" title="{{ t "actions.save" }}"></a> {{#unless noCancel}} <a class="cancel-line-item fa fa-cancel no-text with-tip" href="#" title="{{ t "actions.cancel" }}"></a> {{/unless}} {{else}} <a class="edit-line-item fa fa-edit no-text with-tip" href="#" title="{{ t "actions.edit" }}"></a> <a class="delete-line-item fa fa-trash no-text with-tip" href="#" title="{{ t "actions.delete" }}"></a> {{/if}} </td>
Version data entries
11 entries across 11 versions & 1 rubygems