Forum Moderators: buckworks
To use this option, you add one or two input tags to your shopping cart - shipping and shipping2. If you want to charge $x shipping for the first one, and $y for each additional, you would use the following code whithin your cart:
<INPUT type="hidden" name="shipping" value="$x">
<INPUT type="hidden" name="shipping2" value="$y">
If you want to charge $x shipping whether the customer orders 1 or 10, just use the first one (shipping).
I really love this feature because it allows much greater control over what the customer pays for shipping.for everything else.