Hello,
I’m facing a bit of a nightmare with a customer who want to ship with a company that has some complex rules:
1 - The UK is split across five regions (possible by state/counties but more likely derived from first four letters of the postcode)
2 - UK Postcodes are of the format XX99 9XX – not very helpful to analyse easily.
3 - Each region has seven choices for delivery – some include requesting that the delivery is a Saturday, others AM/PM etc)
4 – Cost needs to be worked out by weight
5 - There is a base cost for upto 15kg, then an additional charge per kilo.
6 – And of course shipping is free if order is over a certain amount.
Just in terms of data, this results in a cube where to derive the price I need to find the region from the postcode, get the weight, capture the required delivery option.
I don’t thnk the manual shipping plugin is going to be upto this as it stands. Do you agree?
My fellow UKers must have come across this kind of problem before – how has it been solved?
What are my options?
Tony