Home » Item #384
Is it possible to reduce the number of shipping cost categories? For example, two categories, where there is one price for orders up to £100, and a second price for orders over £100.
To do this, simply open the tblCactuShopShippingRates table in Access. From here, you need to remove some records for each band. If you order the table by ID, you should see a pattern. Removing the first three records, you have left just the band up to £100 and the band up to £999999.
In v4.6 and earlier, you will need to do this for each zone (there are 3 as default). In v4.7 onwards, you will need to do this for each and each shipping method (there are 3 as default, making 9 sets of three records to be deleted).