Top "Orders" questions

USE ONLY for related questions to e-commerce.

Woocommerce order date-time in customer processing order email notification

Is there a way to get the exact order date and time to show up in woocommerce emails? So far …

php datetime woocommerce orders email-notifications
Get Order subtotal in WooCommerce

I have a plugin that outputs a PDF of my orders. One of the sections displays the order total. Currently …

php wordpress woocommerce orders price
Get the Subscription id from the Order ID

I'm trying to get the subscription id from the action hook woocommerce_order_status_changed. It gives me the order …

php wordpress woocommerce orders woocommerce-subscriptions
How get order status in observer?

Under the event sales_order_save_after, I have some code in observer to get the order status. public function …

magento events orders observers
Customizing WooCommerce review-order.php checkout template

So I am working on WooCommerce with a Child-theme. I have created my structure, /themes/child/woocommerce/checkout/review-order.php …

php wordpress woocommerce orders hook-woocommerce
Sort Order Items by “menu order” in WooCommerce order edit pages

I use this function to sort Woocommerce order admin items by menu order but But products with variables do not …

php wordpress woocommerce orders variations
Woocommerce: Display Product Variation Description on order page

I am trying to display the product variation description in the order detail page and in the order email. Following …

php email woocommerce orders variations
How to get the product sku from order items in Woocommerce

For Api on page "woocommerce_thankyou" need get sku. I have: $order = wc_get_order( $order_id ); foreach ($order->…

php wordpress woocommerce orders woocommerce-rest-api
Get tax rate used in an order for one product and for shipping in WooCommerce

In woocomerce, how to get the tax rate used in an order for one product ? And the tax rate For …

php wordpress woocommerce orders tax
Custom Order Action in WooCommerce

I am trying to add Custom Order Action in WooCommerce Orders Page. I want to add two new options in …

wordpress drop-down-menu woocommerce e-commerce orders