ref: master
plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb
<%= javascript_include_tag 'plugins/shopping_cart/edit' %><%= _('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 %>