Current implementation of adding products to cart requires using the same part of code in multiple views (redundation). Besides, after each change of its quantity whole page is reloading which is very unefficient and must be repaired.
Suggested solution: using REST API
Current implementation of adding products to cart requires using the same part of code in multiple views (redundation). Besides, after each change of its quantity whole page is reloading which is very unefficient and must be repaired.
Suggested solution: using REST API