$updated_order print_r()


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. stdClass Object
  2. (
  3. [order_id] => 24
  4. [uid] => 1
  5. [order_status] => canceled
  6. [order_total] => 2
  7. [product_count] => 1
  8. [primary_email] => admin@temp.nodux.de
  9. [delivery_first_name] => Test
  10. [delivery_last_name] => User
  11. [delivery_phone] => (520) 404 4444
  12. [delivery_company] => Blahlah
  13. [delivery_street1] => 1 Main St
  14. [delivery_street2] =>
  15. [delivery_city] => San Jose
  16. [delivery_zone] => 12
  17. [delivery_postal_code] => 95131
  18. [delivery_country] => 840
  19. [billing_first_name] => Test
  20. [billing_last_name] => User
  21. [billing_phone] =>
  22. [billing_company] =>
  23. [billing_street1] => jacobj_1289818017_per@gmail.com
  24. [billing_street2] =>
  25. [billing_city] =>
  26. [billing_zone] => 0
  27. [billing_postal_code] =>
  28. [billing_country] => 840
  29. [payment_method] => paypal_ec
  30. [data] =>
  31. [created] => 1289818478
  32. [modified] => 1289818842
  33. [host] => 128.196.33.44
  34. [products] => Array
  35. (
  36. [0] => stdClass Object
  37. (
  38. [order_product_id] => 47
  39. [order_id] => 24
  40. [nid] => 6
  41. [title] => Article
  42. [manufacturer] =>
  43. [model] => 00000001
  44. [qty] => 1
  45. [cost] => 0.00000
  46. [price] => 2.00000
  47. [weight] => 0
  48. [data] => Array
  49. (
  50. [attributes] => Array
  51. (
  52. [project] => Array
  53. (
  54. [0] => asdgasdf
  55. )
  56.  
  57. [topic] => Array
  58. (
  59. [0] => asdfasdf
  60. )
  61.  
  62. [word count] => Array
  63. (
  64. [0] => 200 Words
  65. )
  66.  
  67. )
  68.  
  69. [shippable] => 0
  70. [module] => uc_product
  71. )
  72.  
  73. [order_uid] => 1
  74. )
  75.  
  76. )
  77.  
  78. [line_items] => Array
  79. (
  80. [0] => Array
  81. (
  82. [line_item_id] => subtotal
  83. [type] => subtotal
  84. [title] => Subtotal
  85. [amount] => 2
  86. [weight] => 0
  87. [data] =>
  88. )
  89.  
  90. )
  91.  
  92. )

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.