USE ONLY for related questions to e-commerce.
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-notificationsI have a plugin that outputs a PDF of my orders. One of the sections displays the order total. Currently …
php wordpress woocommerce orders priceI'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-subscriptionsSo 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-woocommerceI use this function to sort Woocommerce order admin items by menu order but But products with variables do not …
php wordpress woocommerce orders variationsI am trying to display the product variation description in the order detail page and in the order email. Following …
php email woocommerce orders variationsFor Api on page "woocommerce_thankyou" need get sku. I have: $order = wc_get_order( $order_id ); foreach ($order->…
php wordpress woocommerce orders woocommerce-rest-apiIn woocomerce, how to get the tax rate used in an order for one product ? And the tax rate For …
php wordpress woocommerce orders taxI 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