Sha256: e293ed5a7a065eddbdc45a5d75307c52786f96f45502345a26dd95110cbdeda9

Contents?: true

Size: 680 Bytes

Versions: 63

Compression:

Stored size: 680 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

63 entries across 63 versions & 1 rubygems

Version Path
spree_backend-3.7.14.1 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.14 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.13 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.12 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.11 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.4.6 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.10 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.9 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.8 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.7 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.6 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.5 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.4 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.3 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.2 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.1 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.0 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.0.rc3 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.2.9 app/views/spree/admin/promotions/rules/_product.html.erb
spree_backend-3.7.0.rc2 app/views/spree/admin/promotions/rules/_product.html.erb