Does anyone have a module based on order total?
I uploaded to the Miva Exchange a module for calculating shipping cost either by a minimum or based on the order subtotal. I don’t know how long it will be before it becomes available. It took the International Merchant several days to become downloadable. When you set up for a store, you adjust the ranges in a string delimited with ^ and | characters. Eg. 1.00|4.99|1.00^5.00|9.99|2.00^10.00|19.99|3.00^20.00|999999.00|5.0 0 In this example you can see that an order of 12.00 would cost 3.00 to ship. Fairly straightfoward and easy to use. Free, of course. I haven’t done a lot of testing, as it was a half hour project this morning when someone asked the same question. This module will also work for the person who wants to offer free shipping after a certain order total. To do that, make the minimum 0 (zero), and make the last set of ranges set to price out at 0.00. If you have problems, please confine the discussion to the merchant-coders list. Thanks.