I'm using Spree 2.3.3.
When I mount the engine on /shop
, the link_to_cart wont work and the cart wont show on any page.
I would like the cart to show on every page (including the non-engine Spree views)
routes
mount Spree::Core::Engine, :at => '/shop'
Any ideas?