RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4148

THE POST OBJECT:

$order->post->ID: 4148
$order->post->post_author: 1
$order->post->post_date: 2024-12-12 17:55:36
$order->post->post_date_gmt: 2024-12-12 17:55:36
$order->post->post_content:
$order->post->post_title: Order – December 12, 2024 @ 05:55 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_SPf6QKJYqFZeU
$order->post->post_name: order-dec-12-2024-0555-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-12-12 17:55:39
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4148
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 5
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-12-12 17:55:36
$order->modified_date: 2024-12-12 17:55:39
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 363):

WC_Order_Item_Product Object ( [id:protected] => 363 [data:protected] => Array ( [order_id] => 4148 [name] => Dental Offer! Teeth cleaning, Exam, & X-Ray [product_id] => 3479 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( [0] => WC_Meta_Data Object ( [current_data:protected] => Array ( [id] => 3278 [key] => _reduced_stock [value] => 1 ) [data:protected] => Array ( [id] => 3278 [key] => _reduced_stock [value] => 1 ) ) ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 363
$item_data["product_id"] (product ID): 3479
$item_data["name"] (product Name): Dental Offer! Teeth cleaning, Exam, & X-Ray
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4147

THE POST OBJECT:

$order->post->ID: 4147
$order->post->post_author: 1
$order->post->post_date: 2024-12-12 17:04:52
$order->post->post_date_gmt: 2024-12-12 17:04:52
$order->post->post_content:
$order->post->post_title: Order – December 12, 2024 @ 05:04 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_oX5900AhlZZVY
$order->post->post_name: order-dec-12-2024-0504-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-12-12 17:04:55
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4147
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 5
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-12-12 17:04:52
$order->modified_date: 2024-12-12 17:04:55
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 362):

WC_Order_Item_Product Object ( [id:protected] => 362 [data:protected] => Array ( [order_id] => 4147 [name] => Dental Offer! Teeth cleaning, Exam, & X-Ray [product_id] => 3479 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( [0] => WC_Meta_Data Object ( [current_data:protected] => Array ( [id] => 3268 [key] => _reduced_stock [value] => 1 ) [data:protected] => Array ( [id] => 3268 [key] => _reduced_stock [value] => 1 ) ) ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 362
$item_data["product_id"] (product ID): 3479
$item_data["name"] (product Name): Dental Offer! Teeth cleaning, Exam, & X-Ray
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4143

THE POST OBJECT:

$order->post->ID: 4143
$order->post->post_author: 1
$order->post->post_date: 2024-11-19 18:33:10
$order->post->post_date_gmt: 2024-11-19 18:33:10
$order->post->post_content:
$order->post->post_title: Order – November 19, 2024 @ 06:33 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_qheTrkHFNtyUq
$order->post->post_name: order-nov-19-2024-0633-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-11-19 18:33:16
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4143
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 3
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-11-19 18:33:10
$order->modified_date: 2024-11-19 18:33:16
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 361):

WC_Order_Item_Product Object ( [id:protected] => 361 [data:protected] => Array ( [order_id] => 4143 [name] => Dental Crown Offer! Includes X-Ray & Exam [product_id] => 3481 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 361
$item_data["product_id"] (product ID): 3481
$item_data["name"] (product Name): Dental Crown Offer! Includes X-Ray & Exam
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4142

THE POST OBJECT:

$order->post->ID: 4142
$order->post->post_author: 1
$order->post->post_date: 2024-11-19 18:30:54
$order->post->post_date_gmt: 2024-11-19 18:30:54
$order->post->post_content:
$order->post->post_title: Order – November 19, 2024 @ 06:30 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_FHuHSXfdhpnQT
$order->post->post_name: order-nov-19-2024-0630-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-11-19 18:31:02
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4142
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 3
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-11-19 18:30:54
$order->modified_date: 2024-11-19 18:31:02
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 360):

WC_Order_Item_Product Object ( [id:protected] => 360 [data:protected] => Array ( [order_id] => 4142 [name] => Cleaning + Exam + X-ray [product_id] => 1198 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 360
$item_data["product_id"] (product ID): 1198
$item_data["name"] (product Name): Cleaning + Exam + X-ray
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4140

THE POST OBJECT:

$order->post->ID: 4140
$order->post->post_author: 1
$order->post->post_date: 2024-11-07 16:36:35
$order->post->post_date_gmt: 2024-11-07 16:36:35
$order->post->post_content:
$order->post->post_title: Order – November 7, 2024 @ 04:36 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_KxglJtJ3M5wNn
$order->post->post_name: order-nov-07-2024-0436-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-11-07 16:36:38
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4140
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 3
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-11-07 16:36:35
$order->modified_date: 2024-11-07 16:36:38
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 359):

WC_Order_Item_Product Object ( [id:protected] => 359 [data:protected] => Array ( [order_id] => 4140 [name] => Cleaning + Exam + X-ray [product_id] => 1198 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 359
$item_data["product_id"] (product ID): 1198
$item_data["name"] (product Name): Cleaning + Exam + X-ray
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4137

THE POST OBJECT:

$order->post->ID: 4137
$order->post->post_author: 1
$order->post->post_date: 2024-10-29 16:46:58
$order->post->post_date_gmt: 2024-10-29 16:46:58
$order->post->post_content:
$order->post->post_title: Order – October 29, 2024 @ 04:46 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_XT1si2014XhnT
$order->post->post_name: order-oct-29-2024-0446-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-10-29 16:47:05
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4137
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 5
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-10-29 16:46:58
$order->modified_date: 2024-10-29 16:47:05
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 358):

WC_Order_Item_Product Object ( [id:protected] => 358 [data:protected] => Array ( [order_id] => 4137 [name] => Dental Offer! Teeth cleaning, Exam, & X-Ray [product_id] => 3479 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( [0] => WC_Meta_Data Object ( [current_data:protected] => Array ( [id] => 3231 [key] => _reduced_stock [value] => 1 ) [data:protected] => Array ( [id] => 3231 [key] => _reduced_stock [value] => 1 ) ) ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 358
$item_data["product_id"] (product ID): 3479
$item_data["name"] (product Name): Dental Offer! Teeth cleaning, Exam, & X-Ray
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4135

THE POST OBJECT:

$order->post->ID: 4135
$order->post->post_author: 1
$order->post->post_date: 2024-10-25 17:55:39
$order->post->post_date_gmt: 2024-10-25 17:55:39
$order->post->post_content:
$order->post->post_title: Order – October 25, 2024 @ 05:55 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_vbPtE1pThn80g
$order->post->post_name: order-oct-25-2024-0555-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-10-25 17:55:42
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4135
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 3
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-10-25 17:55:39
$order->modified_date: 2024-10-25 17:55:42
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 357):

WC_Order_Item_Product Object ( [id:protected] => 357 [data:protected] => Array ( [order_id] => 4135 [name] => Dental Crown Offer! Includes X-Ray & Exam [product_id] => 3481 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 357
$item_data["product_id"] (product ID): 3481
$item_data["name"] (product Name): Dental Crown Offer! Includes X-Ray & Exam
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4134

THE POST OBJECT:

$order->post->ID: 4134
$order->post->post_author: 1
$order->post->post_date: 2024-10-20 22:09:05
$order->post->post_date_gmt: 2024-10-20 22:09:05
$order->post->post_content:
$order->post->post_title: Order – October 20, 2024 @ 10:09 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_tnJvZy7x6uohU
$order->post->post_name: order-oct-20-2024-1009-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-10-20 22:09:09
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4134
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 3
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-10-20 22:09:05
$order->modified_date: 2024-10-20 22:09:09
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 356):

WC_Order_Item_Product Object ( [id:protected] => 356 [data:protected] => Array ( [order_id] => 4134 [name] => Dental Crown Offer! Includes X-Ray & Exam [product_id] => 3481 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 356
$item_data["product_id"] (product ID): 3481
$item_data["name"] (product Name): Dental Crown Offer! Includes X-Ray & Exam
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4133

THE POST OBJECT:

$order->post->ID: 4133
$order->post->post_author: 1
$order->post->post_date: 2024-10-20 22:06:39
$order->post->post_date_gmt: 2024-10-20 22:06:39
$order->post->post_content:
$order->post->post_title: Order – October 20, 2024 @ 10:06 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_aOkFys5r9bBOX
$order->post->post_name: order-oct-20-2024-1006-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-10-20 22:06:44
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4133
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 3
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-10-20 22:06:39
$order->modified_date: 2024-10-20 22:06:44
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 355):

WC_Order_Item_Product Object ( [id:protected] => 355 [data:protected] => Array ( [order_id] => 4133 [name] => Deep Dental Cleaning + Exam & X-Ray [product_id] => 3878 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 25 [subtotal_tax] => 0 [total] => 25 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 355
$item_data["product_id"] (product ID): 3878
$item_data["name"] (product Name): Deep Dental Cleaning + Exam & X-Ray
$item_data["name"] (Author Name): 19
Item quantity (product quantity): 1

Item line total (product quantity): 25

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -

RAW OUTPUT OF THE ORDER OBJECT:



THE ORDER OBJECT (Using the object syntax notation):

$order->order_type: shop_order
$order->id: 4129

THE POST OBJECT:

$order->post->ID: 4129
$order->post->post_author: 1
$order->post->post_date: 2024-10-03 18:25:34
$order->post->post_date_gmt: 2024-10-03 18:25:34
$order->post->post_content:
$order->post->post_title: Order – October 3, 2024 @ 06:25 PM
$order->post->post_excerpt:
$order->post->post_status: wc-completed
$order->post->comment_status: open
$order->post->ping_status: closed
$order->post->post_password: wc_order_GznIdKYsG2JHt
$order->post->post_name: order-oct-03-2024-0625-pm
$order->post->to_ping:
$order->post->pinged:
$order->post->post_modified: 2024-10-03 18:25:37
$order->post->post_modified_gtm:
$order->post->post_content_filtered:
$order->post->post_parent: 0
$order->post->guid: https://docgiv.com/?post_type=shop_order&p=4129
$order->post->menu_order: 0
$order->post->post_type: shop_order
$order->post->post_mime_type:
$order->post->comment_count: 3
$order->post->filter: raw

THE ORDER OBJECT (again):

$order->order_date: 2024-10-03 18:25:34
$order->modified_date: 2024-10-03 18:25:37
$order->customer_message:
$order->customer_note:
$order->post_status: wc-completed
$order->prices_include_tax:
$order->tax_display_cart: excl
$order->display_totals_ex_tax: 1
$order->display_cart_ex_tax: 1
$order->formatted_billing_address->protected:
$order->formatted_shipping_address->protected:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RAW OUTPUT OF THE ORDER ITEMS DATA (ARRAY):

RAW OUTPUT OF THE ORDER ITEM NUMBER: 354):

WC_Order_Item_Product Object ( [id:protected] => 354 [data:protected] => Array ( [order_id] => 4129 [name] => Implant Consult [product_id] => 2973 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 5 [subtotal_tax] => 0 [total] => 5 [total_tax] => 0 [taxes] => Array ( [total] => Array ( ) [subtotal] => Array ( ) ) ) [changes:protected] => Array ( ) [object_read:protected] => 1 [object_type:protected] => order_item [extra_data:protected] => Array ( [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [default_data:protected] => Array ( [order_id] => 0 [name] => [product_id] => 0 [variation_id] => 0 [quantity] => 1 [tax_class] => [subtotal] => 0 [subtotal_tax] => 0 [total] => 0 [total_tax] => 0 [taxes] => Array ( [subtotal] => Array ( ) [total] => Array ( ) ) ) [data_store:protected] => WC_Data_Store Object ( [instance:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store Object ( [meta_type:protected] => order_item [object_id_field_for_meta:protected] => order_item_id [internal_meta_keys:protected] => Array ( [0] => _order_id [1] => _name [2] => _product_id [3] => _variation_id [4] => _quantity [5] => _tax_class [6] => _subtotal [7] => _subtotal_tax [8] => _total [9] => _total_tax [10] => _taxes [13] => _qty [15] => _line_subtotal [16] => _line_subtotal_tax [17] => _line_total [18] => _line_tax [19] => _line_tax_data ) [must_exist_meta_keys:protected] => Array ( ) [cogs_is_enabled:Abstract_WC_Order_Item_Type_Data_Store:private] => ) [stores:WC_Data_Store:private] => Array ( [coupon] => WC_Coupon_Data_Store_CPT [customer] => WC_Customer_Data_Store [customer-download] => WC_Customer_Download_Data_Store [customer-download-log] => WC_Customer_Download_Log_Data_Store [customer-session] => WC_Customer_Data_Store_Session [order] => WC_Order_Data_Store_CPT [order-refund] => WC_Order_Refund_Data_Store_CPT [order-item] => WC_Order_Item_Data_Store [order-item-coupon] => WC_Order_Item_Coupon_Data_Store [order-item-fee] => WC_Order_Item_Fee_Data_Store [order-item-product] => WC_Order_Item_Product_Data_Store [order-item-shipping] => WC_Order_Item_Shipping_Data_Store [order-item-tax] => WC_Order_Item_Tax_Data_Store [payment-token] => WC_Payment_Token_Data_Store [product] => WC_Product_Data_Store_CPT [product-grouped] => WC_Product_Grouped_Data_Store_CPT [product-variable] => WC_Product_Variable_Data_Store_CPT [product-variation] => WC_Product_Variation_Data_Store_CPT [shipping-zone] => WC_Shipping_Zone_Data_Store [webhook] => WC_Webhook_Data_Store [report-revenue-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-orders] => Automattic\WooCommerce\Admin\API\Reports\Orders\DataStore [report-orders-stats] => Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore [report-products] => Automattic\WooCommerce\Admin\API\Reports\Products\DataStore [report-variations] => Automattic\WooCommerce\Admin\API\Reports\Variations\DataStore [report-products-stats] => Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore [report-variations-stats] => Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore [report-categories] => Automattic\WooCommerce\Admin\API\Reports\Categories\DataStore [report-taxes] => Automattic\WooCommerce\Admin\API\Reports\Taxes\DataStore [report-taxes-stats] => Automattic\WooCommerce\Admin\API\Reports\Taxes\Stats\DataStore [report-coupons] => Automattic\WooCommerce\Admin\API\Reports\Coupons\DataStore [report-coupons-stats] => Automattic\WooCommerce\Admin\API\Reports\Coupons\Stats\DataStore [report-downloads] => Automattic\WooCommerce\Admin\API\Reports\Downloads\DataStore [report-downloads-stats] => Automattic\WooCommerce\Admin\API\Reports\Downloads\Stats\DataStore [admin-note] => Automattic\WooCommerce\Admin\Notes\DataStore [report-customers] => Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore [report-customers-stats] => Automattic\WooCommerce\Admin\API\Reports\Customers\Stats\DataStore [report-stock-stats] => Automattic\WooCommerce\Admin\API\Reports\Stock\Stats\DataStore ) [current_class_name:WC_Data_Store:private] => WC_Order_Item_Product_Data_Store [object_type:WC_Data_Store:private] => order-item-product ) [cache_group:protected] => order-items [meta_data:protected] => Array ( ) [legacy_datastore_props:protected] => Array ( ) [legacy_values] => [legacy_cart_item_key] => [meta_type:protected] => order_item [legacy_package_key] => )

Item ID: 354
$item_data["product_id"] (product ID): 2973
$item_data["name"] (product Name): Implant Consult
$item_data["name"] (Author Name): 438
Item quantity (product quantity): 1

Item line total (product quantity): 5

And so on ………

- - - - - - - - - - - - -

- - - - - - E N D - - - - -