cirandas.net

ref: master

plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb


<%= _('Basket options') %>

<%= form_for :settings, url: {action: 'edit'}, html: {onsubmit: '$(this).ajaxSubmit()'} do |f| %>
<%= f.check_box :enabled, onchange: 'this.form.onsubmit()' %> <%= f.label :enabled, _('Enable shopping basket') %>
<% end %>
<%= render 'delivery_plugin/admin_method/index' %>
<%= javascript_include_tag 'plugins/shopping_cart/edit' %>