Skip to content

Instantly share code, notes, and snippets.

@benfavre
Created May 25, 2021 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benfavre/092da44453a8dc8d92551d8ecfd0f139 to your computer and use it in GitHub Desktop.
Save benfavre/092da44453a8dc8d92551d8ecfd0f139 to your computer and use it in GitHub Desktop.
Product
<?php
Array
(
[0] => Array
(
[libelle] => Array
(
[value] => les-plats
[label] => LES PLATS
)
[sub_products] => Array
(
[0] => Array
(
=> 22064
[quantite] => 54
)
[1] => Array
(
=> 23517
[quantite] => 2
)
[2] => Array
(
=> 14187
[quantite] => 34
)
)
)
[1] => Array
(
[libelle] => Array
(
[value] => les-accompagnements
[label] => LES ACCOMPAGNEMENTS
)
[sub_products] => Array
(
[0] => Array
(
=> 22595
[quantite] => 5
)
)
)
)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment