I'm trying to set up shipping for items such that the items are shipped for $4 for the first item and then $3 for each additional. how can i accomplish that with woo commerce ?.
That is likely per item table rates. I would have to check a few things but i am guessing this would do the trick. https://codecanyon.net/item/table-rate-shipping-for-woocommerce/3796656 hope that helps, Nigel
Hello! You can make use of this plugin : https://www.xadapter.com/product/woocommerce-table-rate-shipping-pro-plugin/ Create two rules: One with item count as 0-1 and base cost as $4. One with item count as 1-999, base cost as $4 and cost per unit as $3. This will charge shipping cost $4 for your first product and $3 each for additional products. Do let us know how it worked out!