Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. [data] => Array
  2. (
  3. [BOO_item_quantity] => Array
  4. (
  5. [0] => 1
  6. [1] => 6
  7. )
  8.  
  9. [BOO_item_id] => Array
  10. (
  11. [0] => 18
  12. [1] => 13
  13. )
  14.  
  15. [BOO_item_price] => Array
  16. (
  17. [0] => 3
  18. [1] => 0
  19. )
  20.  
  21. )
  22.  
  23. Quantity = 1 - Item_Id = 18 - Price = 3
  24. Quantity = 6 - Item_Id = 13 - Price = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement