Closed denisboiling closed 10 years ago
Thanks for raising it! I can fix it later this week, but feel free to submit a pull request if you can.
@denisboiling I've tried some ajax requests in the backend for my spree installation and they are still working fine.
Could you send some steps to reproduce the problem you are experiencing?
Thanks!
I'm a programmer with little experience and I can not fix the problem.
here are my steps:
But when I remove a gem, everything works.
Maybe attach a Gemfile?
@denisboiling I've updated the gem to version 2.1.3 (moving to the same spree version).
The bug should be fixed now, it seems that assigning an extra route was messing up with the original Spree route.
I will close the issue. Please open it again if you have any problems.
Thank you very much! :)
Ajax requests do not work in the backend after installation gem spree_quick_cart.
Spree.routes.orders_api = "http://localhost:3000/api/orders.json";
must Spree.routes.orders_api = "http://localhost:3000/api/orders";
How can I fix it?