Ferdie De Oliveira
Ferdie De Oliveira

Reputation: 581

How add a product to shopping cart with qty attatched.

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

Answers (1)

EddyTheDove
EddyTheDove

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

Related Questions