On Wordpress Woocomm, how do you add additional shipping?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

On Wordpress Woocomm, how do you add additional shipping?

Post by simonmlewis »

We have a Flat Rate cost set, but if someone buys a load of stuff, then it could end up costing more than the shipping price!

So how do you set the flat rate, and say (if one or more extra products are added, charge 0.50p per additional item)??

Anyone know?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
disclaimss424
Forum Newbie
Posts: 1
Joined: Sat Sep 24, 2016 10:38 am

Re: On Wordpress Woocomm, how do you add additional shipping

Post by disclaimss424 »

Take a look at docs.woocommerce.com/document/flat-rate-shipping/ or use WooCommerce Extra Flat Rate plugin (wordpress.org/plugins/woo-extra-flat-rate/)
Post Reply