We are using shipping by weight, with the following "weights" in the shipping table:
0.00Kg = £0.00 (for gift vouchers etc)
0.01Kg = £2.50 (for light items sent by Royal Mail)
1.00Kg = £6.95 (standard p&p)
10,000Kg = £12.50 (large items)
Each product has a "weight" assigned to it relating the the shipping band. So as long as someone does not order 100 light items, or 10,000 standard items the correct delivery cost should be calculated.
If you add one 0.01Kg item the correct p&p of £2.50 is calcualted, but when you add two 0.01Kg items the p&p goes to the 1Kg weight (not 0.02Kg). Similarly, two 1Kg items goes to 10,0000Kg rate.
I wondered if our database was corrupt, so I reinstalled Actinic on a new machine and created the same shipping table in the demo content (which is installed when you create a new site). It has done exactly the same.
Is this a bug, or am I missing something obvious?
You can see this live at (without the £12.50 rate):
http://www.hedging.co.uk/acatalog/In...eds_Herbs.html
All items on this page should be £2.50 per order for England & Wales.
Many thanks
0.00Kg = £0.00 (for gift vouchers etc)
0.01Kg = £2.50 (for light items sent by Royal Mail)
1.00Kg = £6.95 (standard p&p)
10,000Kg = £12.50 (large items)
Each product has a "weight" assigned to it relating the the shipping band. So as long as someone does not order 100 light items, or 10,000 standard items the correct delivery cost should be calculated.
If you add one 0.01Kg item the correct p&p of £2.50 is calcualted, but when you add two 0.01Kg items the p&p goes to the 1Kg weight (not 0.02Kg). Similarly, two 1Kg items goes to 10,0000Kg rate.
I wondered if our database was corrupt, so I reinstalled Actinic on a new machine and created the same shipping table in the demo content (which is installed when you create a new site). It has done exactly the same.
Is this a bug, or am I missing something obvious?
You can see this live at (without the £12.50 rate):
http://www.hedging.co.uk/acatalog/In...eds_Herbs.html
All items on this page should be £2.50 per order for England & Wales.
Many thanks
Comment