Is it possible in WooCommerce to have a flat rate shipping for 1 item (in this case 12 $) and for each additional item to add 4$ to it?
So it would be like this
1 item -> $12 in shipping
2 items -> $16
3 items -> $20
This can be done without any settings adding 8 + ( [qty] * 4 )
in Cost field:
This will give you:
And so on…