Home > Item #173
Is there any way of setting the shipping weights as 0.5 or 1.5 instead of whole numbers like 1, 2, 3. I want to use decimal fractions instead of integers.
In some earlier versions of CactuShop, this field in the database was set as an integer and could not accept decimal values.
To modify this, open up the tblCactuShopShippingRates table in design view, then change the S_Boundary field from a 'Long Integer' to a 'Double'. It should now accept non-integer values.