I'm trying to go through the following array
:
([items] => Array(
[1] => Array
(
[productCode] => DIEZ MIL 10,000 NEGRO 34
[cantidad] => 1
[precio] => 1
)
[2] => Array(
[productCode] => DIEZ MIL 10,000 NEGRO 35
[cantidad] => 1
[precio] => 1
)
[4] => Array(
[productCode] => DIEZ MIL 10,000 CAFE 39
[cantidad] => 1
[precio] => 1
)
)
but I get the error
Undefined offset