Merge pull request #4546 from kshlyk/fix_cart_link_on_mobile

Cart link in header on mobile leads to cart page instead of checkout …
This commit is contained in:
Luis Ramos
2019-12-11 13:45:56 +00:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
%section.right{"ng-cloak" => true}
%span.cart-span{"ng-controller" => "CartCtrl", "ng-class" => "{ dirty: Cart.dirty || Cart.empty(), 'pure-dirty': Cart.dirty }"}
%a.icon{href: main_app.checkout_path}
%a.icon{href: main_app.cart_path}
%span
= t '.cart'
%span.count