I feel soo stupid not knowing this... but if anyone could help me with the following, i'ld apprechate it.
Ok, I have a Shopping Cart that currently works fine (note: just the cart/catalog).
When displaying items that are in your 'cart' I have the following in a
<table>
[b](begin repete per row)[/b]
<tr>
<TD>[input] for Quantity</TD>
<TD>[Box] for Delete</TD>
<TD>[Info] for Item ID/Name</TD>
<TD>[Info] for Options (size/colour etc)</TD>
<TD>[info] for price</TD>
<TR>
[b](end repete per row)[/b]
</table>
[button] Save Changes
When they select a [BOX] or change the [INPUT], then 'save' button - I need it to update the cart accordingly. Ovbously each row will have there own ID.
I hope this makes sence...
Cheers for any help.