Reputation: 581
first of all, thank you for your time.
I need help with my cart system, I need to know how can i add a quantity to my array.
so if the user adds a product to the cart they select the quantity required. What is a good method of defining that quantity to the product they selected.
Thank you in advance.
Upvotes: 0
Views: 46
Reputation: 13259
Here is a full tutorial for exactly what you need: http://www.sanwebe.com/2013/06/creating-simple-shopping-cart-with-php
Upvotes: 1