mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
18 lines
513 B
Plaintext
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 }}
|