You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment you have to move from a category to a product in order to add to cart. For ease of use, you should be able to add a product to cart directly from the category.
I am guessing that the easiest way to do this would be to add a "CartForm" to the Product Model that somehow posts to the relevant product's controller.
The text was updated successfully, but these errors were encountered:
At the moment you have to move from a category to a product in order to add to cart. For ease of use, you should be able to add a product to cart directly from the category.
I am guessing that the easiest way to do this would be to add a "CartForm" to the Product Model that somehow posts to the relevant product's controller.
The text was updated successfully, but these errors were encountered: