Sha256: 03fa4ef221528a5b58c39de5d199c7f4182dd7301ee13cbebdfefb6e40c1df3d

Contents?: true

Size: 700 Bytes

Versions: 116

Compression:

Stored size: 700 Bytes

Contents

<div class="field alpha omega eight columns 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 fullwidth" %>
</div>
<div class="field alpha omega eight columns">
  <label>
    <%= Spree.t('product_rule.label', :select => 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 select2'})).html_safe %>
  </label>
</div>

Version data entries

116 entries across 116 versions & 2 rubygems

Version Path
spree_backend-2.3.4 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.1.9 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.6 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.3.3 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.3.2 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.5 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.1.8 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.0.12 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.3.1 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.4 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.3 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.3.0 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.2 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.1.7 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.0.11 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.0.10 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.1 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.1.6 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.2.0 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-2.1.5 app/views/spree/admin/promotions/rules/_product.html.erb