python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Display shipping for each products on invoice - Woocommerce
I want to show a shipping row on invoice because I use the plugin "Multiple Packages for WooCommerce". Indeed for each product the customer can choose "livraison express (25€)" or ...
titia2478
Votes: 0
Answers: 0
Set all shipping methods cost to zero based on cart contents total amount in WooCommerce
So I'm using this PHP snippet in order to give a free shipping to my customers when they have more than $60 in their cart.
function wc_ninja_change_flat_rates_cost( $rates, $package ) {
// Make su...
Hristiyan Hristov
Votes: 0
Answers: 2
Add fee to WooCommerce shipping class but exclude local pickup
I'm using Add fee to Woocommerce Shipping Class without the use of zones or flat rate answer code, that allows me add an additional 'Fee' if any product from the 'Dangerous Goods' shipping class has b...
Mark Fouché
Votes: 0
Answers: 2