Welcome Guest, Not a member yet? Register   Sign In
Cart Class
#7

[eluser]craig.hoog[/eluser]
I see your issue. You're passing through rowids based on an array, but on the backend you're looking for just a generic
Code:
$_POST['rowid']

You will have to either loop through the rowid's on the backend and update them all, or simply isolate the one that was updated and reference it properly on the backend.

If you var_dump the entire $_POST, you will probably have:

Code:
$_POST[0]['rowid']
$_POST[1]['rowid']

Or something like that.


Messages In This Thread
Cart Class - by El Forum - 05-09-2012, 04:41 AM
Cart Class - by El Forum - 05-09-2012, 05:47 AM
Cart Class - by El Forum - 05-09-2012, 06:03 AM
Cart Class - by El Forum - 05-09-2012, 06:15 AM
Cart Class - by El Forum - 05-09-2012, 06:40 AM
Cart Class - by El Forum - 05-09-2012, 06:41 AM
Cart Class - by El Forum - 05-09-2012, 06:53 AM
Cart Class - by El Forum - 05-09-2012, 06:58 AM
Cart Class - by El Forum - 05-09-2012, 07:00 AM
Cart Class - by El Forum - 05-09-2012, 07:03 AM
Cart Class - by El Forum - 05-09-2012, 07:07 AM
Cart Class - by El Forum - 05-09-2012, 07:10 AM
Cart Class - by El Forum - 05-09-2012, 07:14 AM
Cart Class - by El Forum - 05-09-2012, 07:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB