Files
openfoodnetwork/app/views/shop/_variant.html.haml

18 lines
513 B
Plaintext

%td{colspan: 2}
%td {{variant.options_text}}
%td
%input{type: :number,
value: 0,
min: 0,
max: "{{variant.on_demand && 9999 || variant.count_on_hand }}",
name: "variants[{{variant.id}}]", id: "variants_{{variant.id}}"}
%td.group_buy
%span{"ng-show" => "product.group_buy"}
%input{type: :number,
min: 0,
max: "{{variant.on_demand && 9999 || variant.count_on_hand }}",
name: "variant_attributes[{{variant.id}}][max_quantity]"}
%td.price.text-right
{{ variant.price | currency }}