Top "Orders" questions

USE ONLY for related questions to e-commerce.

How to get WooCommerce order details

In WooCommerce from the following line code: $order = new WC_Order( $order_id ); How can I get WooCommerce order details …

php wordpress woocommerce product orders
how to get payment information on Magento?

I have to export the orders to a file, here is my code to go through the orders: $orders = Mage::…

php magento payment orders
Woocommerce - Getting the order item price and quantity.

Using Woocommerce 2.6.8 , I can't get the Order Item Data information as described in the docs and here on SO. All …

php wordpress woocommerce items orders
Add extra meta for orders in Woocommerce

I'm creating a custom plugin for my website. In some part of this plugin I need to store extra meta …

php wordpress woocommerce metadata orders
How to get order items ids to get some product meta data?

I'm trying to extract item meta value from Woocommerce's orders by using: $data = wc_get_order_item_meta( $item, '_…

php wordpress woocommerce product orders
WooCommerce - Get the product description by product_id

How can I get the product description or the product object using product ID. $order = new WC_Order($order_id); …

php wordpress woocommerce product orders
Get Order items and WC_Order_Item_Product in WooCommerce 3

Reading up the changes in WooCommerce 3.0, it seems that is not possible to anymore properties from order items directly, so …

php wordpress woocommerce product orders
Getting order data after successful checkout hook

In WooCommerce, I would like to send a request to an API once the customer has successfully checked out. Its …

php wordpress woocommerce checkout orders
Get order ids with status = 'Complete' in Magento

I am working on getting order ids and other details for orders with status ='complete' in Magento. I am sure …

php magento orders
Get the customer ID from an order ID in WooCommerce

I want to get the "mycred" balance of a customer through the order while using WP ALL Export to export …

php wordpress woocommerce orders customer