Sha256: a83a672b6d422d723782803428c31987fbbfdedfe4cbc6b7133cde8f0f600e5e

Contents?: true

Size: 686 Bytes

Versions: 34

Compression:

Stored size: 686 Bytes

Contents

<div class="panel-body">
  <div class="form-group products_rule_products">
    <%= label_tag "#{param_prefix}_product_ids_string", Spree.t('product_rule.choose_products') %>
    <%= hidden_field_tag "#{param_prefix}[product_ids_string]", promotion_rule.product_ids.join(","), :class => "product_picker" %>
  </div>
  <div class="form-group no-marginb">
    <%= label_tag Spree.t('product_rule.label') %>
    <%= select_tag("#{param_prefix}[preferred_match_policy]", options_for_select(Spree::Promotion::Rules::Product::MATCH_POLICIES.map{|s| [Spree.t("product_rule.match_#{s}"),s] }, promotion_rule.preferred_match_policy), {:class => 'select_product form-control'}) %>
  </div>
</div>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
spree_backend-3.1.14 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.13 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.12 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.11 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.10 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.9 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.8 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.7 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.6 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.5 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.4 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.3 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.2 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.0.10 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.1 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.0 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.0.rc4 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.0.9 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.0.rc3 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.1.0.rc2 app/views/spree/admin/promotions/rules/_product.html.erb