python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Change order shipping method if order status is processing and old method id
I have some old orders which are still processing and want to change their shipping method to the new one which I'm using now. Some processing orders uses another shipping method so in this case I sho...
lituoklis13
Votes: 0
Answers: 0
Change shipping cost for specific countries based on total orders by customer in WooCommerce
I follow this thread that works perfectly:
Set discount based on number of orders in WooCommerce.
But in my case I need to apply the discount not to the order total, but to the shipping cost and I wou...
acfree191
Votes: 0
Answers: 1
Check if order note contains specific words and display message in WooCommerce customer completed order email notification
I'm trying to add a specific function to my customer-completed-order template file in WooCommerce.
I want that function to check if an order note is containing specific word "Loren ipsum" an...
lituoklis13
Votes: 0
Answers: 1
Add custom column with User total spent in woocommerce admin orders
I want to add a column with Customer Total Spent, but I want the sum of users and guest customer. The function Get_total_spent is by registered Customer, i want the guest too.
This is the code that I ...
Esteban del Aguila
Votes: 0
Answers: 0