Hi,
I have a requirement where a product takes up x pallet spaces (0.1 to . Using weight for this in shipping methods works fine to calculate the shipping per pallet for cases where weight < 1 or product takes up multiple spaces and cant be stacked.
A problem arises when a product takes up > 1 pallet spaces and can be stacked i.e. product A (2 pallet spaces width), can stack up to 7 high thus quantity 1-7 weight would be 2, 8 would be 4 and so on. Volume cannot be used as products can be stacked depending on product and not volume. I was thinking could have a custom field STACK indicating how many stack to fill the space which would then modify the weight by product in the shipping method. Thus weight = weight * round(Quantity/STACK).
Does this sound feasable? And if so where would I find the code to modify? If not do you have any other ideas?
Thank you in advance,
David Mayne.