I am trying to create a custom shipping field that displays the total shipping
the shipping amount should be calculate in a hidden filed and is determined by the quantity of items
for example: shipping cost up to 3 items is x and shipping cost for up to 6 items is 2x and so oo do this I need the value of the total quantity instead of adding each product :qty
Is there away to do this without writing a code?
Thanks