diff --git a/app/views/shop/checkout/_form.html.haml b/app/views/shop/checkout/_form.html.haml index 15b4665e8d..21c700c3f3 100644 --- a/app/views/shop/checkout/_form.html.haml +++ b/app/views/shop/checkout/_form.html.haml @@ -1,4 +1,5 @@ %checkout{"ng-controller" => "CheckoutCtrl"} + = f_form_for current_order, url: main_app.shop_update_checkout_path, html: {name: "checkout", id: "checkout_form"} do |f| :javascript diff --git a/app/views/shop/checkout/_summary.html.haml b/app/views/shop/checkout/_summary.html.haml index edda8bc43a..6225f7c069 100644 --- a/app/views/shop/checkout/_summary.html.haml +++ b/app/views/shop/checkout/_summary.html.haml @@ -20,4 +20,6 @@ %th= label %td= total + %div + %a{href: cart_url} Back to Cart = f.submit "Purchase", class: "button"