Sha256: 0f94571d219edde98664ddd7464fcc227236163423e9e035dba2c93602094588

Contents?: true

Size: 1.13 KB

Versions: 22

Compression:

Stored size: 1.13 KB

Contents

<p class="field products_rule_products_source_field">
  <label><%= radio_button_tag "#{param_prefix}[products_source]", :manual, promotion_rule.product_group.nil? %> <%= t "product_rule.product_source.manual" %></label> &nbsp;
  <label><%= radio_button_tag "#{param_prefix}[products_source]", :group, promotion_rule.product_group.present? %> <%= t "product_rule.product_source.group" %></label>
</p>
<p class="field products_rule_product_group">
  <label><%= t('product_group') %><br />
    <%= select_tag "#{param_prefix}[product_group_id]", options_from_collection_for_select(ProductGroup.all, :id, :name, promotion_rule.product_group_id) %></label>
</p>
<p class="field products_rule_products">
  <label>
    <%= t('product_rule.choose_products') %><br />
    <%= product_picker_field "#{param_prefix}[product_ids_string]", promotion_rule.product_ids_string %>
</p>
<p>
  <label>
    <%= t("product_rule.label", :select => select_tag("#{param_prefix}[preferred_match_policy]", options_for_select(Promotion::Rules::Product::MATCH_POLICIES.map{|s| [t("product_rule.match_#{s}"),s] }, promotion_rule.preferred_match_policy))).html_safe %>
  </label>
</p>

Version data entries

22 entries across 22 versions & 7 rubygems

Version Path
apispree_promo-0.0.0 app/views/admin/promotions/rules/_product.html.erb
My-Commerce_promo-1.1.0 app/views/admin/promotions/rules/_product.html.erb
My-Commerce_promo-1.0.0 app/views/admin/promotions/rules/_product.html.erb
MyCommerceapi-1.0.0 promo/app/views/admin/promotions/rules/_product.html.erb
MyCommerce-0.0.3 promo/app/views/admin/promotions/rules/_product.html.erb
rfcommerce_promo-0.0.3 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.60.6 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.60.5 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.50.4 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.60.4 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.50.3 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.60.3 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.60.2 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.70.0.rc2 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.70.RC1 app/views/admin/promotions/rules/_product.html.erb
spree_bushido_promo-0.80.28 app/views/admin/promotions/rules/_product.html.erb
spree_bushido_promo-0.80.27 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.60.1 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.60.0 app/views/admin/promotions/rules/_product.html.erb
spree_promo-0.60.0.RC1 app/views/admin/promotions/rules/_product.html.erb