hi
i am doing online shop now using php, my product is clothes, Now i am able to let users to order, however i don;t know how should i validate quantity and size field when they select that specific clothes. i just pass it to do_addcart.php but it seems the value never pass through. what should i do now?
how can i let users to put in quantity and size field when they select clothes? i have to validate the quantity and size field before add into cart. also i have to know the vaule of their input.
i am doing online shop now using php, my product is clothes, Now i am able to let users to order, however i don;t know how should i validate quantity and size field when they select that specific clothes. i just pass it to do_addcart.php but it seems the value never pass through. what should i do now?
how can i let users to put in quantity and size field when they select clothes? i have to validate the quantity and size field before add into cart. also i have to know the vaule of their input.
Comment