I'm trying to have 2 different methods of calculating shipping costs and would like some help. A certain selection of my products are calculated using the total weight method with a cost table in the system.
Another selection of my products have a fixed charge for shipping. I originally put in a artificial weight of 1000KG on these products and put the fixed cost in the weight table for 1000kg. I then clicked the ship seperately button and when a mixed order comes in, it works fine.
The problem arrises when a mixed order comes in where there is multiple of the fixed items, and there should be one fixed shipping cost for these items, irrelevant of how many there are, not a fixed shipping price for each one.
Example:
ITEM 1, 2, 3 - done by weight
ITEM 4, 5, 6 - Fixed shipping cost say £5
Order
Item 1,2,4,5,6 - Total shiping should be weight of Item 1,2 Plus £5 (not £15)
Hope this is clear,
Vince
Another selection of my products have a fixed charge for shipping. I originally put in a artificial weight of 1000KG on these products and put the fixed cost in the weight table for 1000kg. I then clicked the ship seperately button and when a mixed order comes in, it works fine.
The problem arrises when a mixed order comes in where there is multiple of the fixed items, and there should be one fixed shipping cost for these items, irrelevant of how many there are, not a fixed shipping price for each one.
Example:
ITEM 1, 2, 3 - done by weight
ITEM 4, 5, 6 - Fixed shipping cost say £5
Order
Item 1,2,4,5,6 - Total shiping should be weight of Item 1,2 Plus £5 (not £15)
Hope this is clear,
Vince
Comment