USE ONLY for related questions to e-commerce.
I am trying to get the line items of an order. I'm doing this: $order = new WC_Order(147); foreach ($order-&…
php wordpress class woocommerce ordersIn woocommerce I am trying to add a custom order note in the admin order edit pages through php (so …
php wordpress woocommerce backend ordersI need to dynamically add a shipment and shipment track into an order, it needs to be dynamically because we …
magento ordersI am using WooCommerce plugin for one of my ecommerce WordPress websites. I want to add some columns to my …
php wordpress woocommerce backend ordersI need to check if a customer has purchased a specific product earlier in WooCommerce. The case is this: The …
php wordpress woocommerce product ordersWhen a woocommerce order is created the status of the order is "processing". I need to change the default order-status …
php wordpress woocommerce checkout ordersNeed to add custom meta to order items. Googled it and most articles says to use "woocommerce_add_order_item_…
php wordpress woocommerce hook-woocommerce ordersI would like to rename the WooCommerce order status from "Completed" to "Order Received". I can edit the script below …
php wordpress woocommerce hook-woocommerce ordersHere is the situation. I have a woocommerce site used as a marketplace. I'm selling games on it, for some …
php wordpress woocommerce product ordersIn the Woocommerce API I see a method wc_get_orders WooCommerce Order Functions In the mentioned args I do …
php sql wordpress woocommerce orders