Sha256: 05bc2a7c5784d8ef0e4471440fb6fac4479b77f56ec3fb6de172a4695be0b4ba
Contents?: true
Size: 526 Bytes
Versions: 5
Compression:
Stored size: 526 Bytes
Contents
<p> <%= promotion_rule.class.human_attribute_name(:description) %> </p> <div class="form-group"> <%= label_tag "#{param_prefix}_preferred_shipping_method_ids", SolidusFriendlyPromotions::Rules::ShippingMethod.human_attribute_name(:preferred_shipping_method_ids) %> <%= select_tag "#{param_prefix}[preferred_shipping_method_ids]", options_from_collection_for_select( Spree::ShippingMethod.all, :id, :name, promotion_rule.preferred_shipping_method_ids ), class: 'select2 fullwidth', multiple: true %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems