cirandas.net

ref: master

plugins/shopping_cart/views/shopping_cart_plugin/send_request.js.erb


<% if @success %>
  window.location.href = <%= url_for(controller: 'products_plugin/catalog', profile: @profile.identifier).to_json %>
<% else %>
  display_notice(<%= "#{_ 'Error'}: #{@error}".to_json %>)
<% end %>