CS-Cart seems to have limits to how many decimals can be used to define weight. For example if you have a product of 13 grams, then you cannot set this as 0.013 kg. because CS-Cart imposes a limit of one decimal. i.e. 0.01 kg.
To resolve this we just changed the setting of the store to use grams instead. But shipping method charges -> weight dependencies now uses grams as well and minimum shipping cost per grams is 1. No decimals can be used at all, so the minimum shipping cost per kg is always €1000. This results in crazy shipping costs.
So in hindsight, we resolved a problem by creating a much bigger one.
Is there any way to make it possible to use decimals in the weight fields? This would resolve our problems.
10 Australia Post Regular Parcels Delivery 1-3 days 0.00 - 20000.00 All Active
For set prices per parcel this works. But many carriers charge a base cost plus a cost per KG. Its impossible to set a cost per KG is you set the store weight to grams.
Not sure if I fully understand but...
In my 3.06 version I can set shipping cost per g @ 0.01 ?
A gram is 0.001 KG. Its not possible to set 3 decimals in CS-Cart. So the lowest weight in 10 grams (0.01) unless you change the whole store to grams. Which causes the aforementioned problem.