Increasing shipping cost by a percentage
-
I was wondering if you could help me out with something I could put into functions.php to increase the shipping total by 10%.
I added a function that does this to all shipping methods, filtering woocommerce_package_rates, but it does not change the L + L rates. The only thing I managed to make work was editing the plugin directly which won’t do in the long run.
So, I added this at line 408 of woo-shipping-method-rl-carriers/includes/classes/RLC_RateQuote.php$newnetTotal[$service_id] = $newnetTotal[$service_id]*1.1;
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Increasing shipping cost by a percentage’ is closed to new replies.