question in AJAX
Posted: Thu Apr 22, 2010 8:49 am
I've got a shopping cart page,
and I want to add inside the cart form (in which you can remove items, edit quantitiy or check out) a field where one can enter a state and zip code and by that a shipping cost line is added in a table that prints the total price, near the end of the form.
I understood that you cannot do form inside a form, and perhaps needs to do it in ajax... can somebody guide me how to do it?
thanks,
-Itay
and I want to add inside the cart form (in which you can remove items, edit quantitiy or check out) a field where one can enter a state and zip code and by that a shipping cost line is added in a table that prints the total price, near the end of the form.
I understood that you cannot do form inside a form, and perhaps needs to do it in ajax... can somebody guide me how to do it?
thanks,
-Itay