1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Array
(
[0] => Array
(
[14] => Array
(
[attributes_values] => Array
(
[4] => Bouteille
)
[attributes] => Array
(
[0] => 21
)
[price] => 0
[ecotax] => 0
[weight] => 0
[quantity] => 1
[reference] =>
[list] => '21'
[id_group] => 51
[pack_price] => 105.90
[united_price] => 22
)
)
[1] => Array
(
[14] => Array
(
[attributes_values] => Array
(
[4] => Magnum
)
[attributes] => Array
(
[0] => 24
)
[price] => 36.15
[ecotax] => 0
[weight] => 0
[quantity] => 1
[reference] =>
[list] => '24'
[id_group] => 52
[pack_price] => 135.94
[united_price] => 22.66
)
)
) |
Partager