Sha256: 1b4844e0414119bf0f22af6ed82366b9cf8bcaf6225fc869fddfcddf162bdbe2
Contents?: true
Size: 560 Bytes
Versions: 2
Compression:
Stored size: 560 Bytes
Contents
.quick-add-to-cart-form - order = current_order(create_order_if_necessary: true) %span.current-order-path(style="display:none") = api_current_order_path = form_tag api_order_line_items_path(order.number), method: :post do .fields = hidden_field_tag "order_token", order.token = hidden_field_tag "line_item[variant_id]", product.master.id = number_field_tag "line_item[quantity]", 1, :class => 'add-quantity', :min => 1 = button_tag :class => 'large primary add-button', :type => :submit do = Spree.t(:add_to_cart)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_quick_cart-2.2.2 | app/views/spree/shared/_quick_cart_add_button.haml |
spree_quick_cart-2.2.1 | app/views/spree/shared/_quick_cart_add_button.haml |