Sha256: 020019a2569c202f4b75e27479ff4738f42513c30dcbb03f7ff3ed8ac3860044

Contents?: true

Size: 713 Bytes

Versions: 5

Compression:

Stored size: 713 Bytes

Contents

<div class="col-12">
  <div class="field 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>
<div class="col-12">
  <div class="field">
    <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>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_backend-2.2.2 app/views/spree/admin/promotions/rules/_product.html.erb
solidus_backend-2.2.1 app/views/spree/admin/promotions/rules/_product.html.erb
solidus_backend-2.2.0 app/views/spree/admin/promotions/rules/_product.html.erb
solidus_backend-2.2.0.rc1 app/views/spree/admin/promotions/rules/_product.html.erb
solidus_backend-2.2.0.beta1 app/views/spree/admin/promotions/rules/_product.html.erb