You are not logged in.
How do I test for Amazon 2 Day Premium shipping in Script?
When an order is downloaded from Amazon where the customer has selected this postage upgrade it shows under Details column as 'SecondDay'
In my Script I have a test such asIf Record.ShipMethod.Contains("SecondDay") Return "Track"
Then I have a test in Shipping Rules
IF [Script] EQUALS 'Track'
To setup the codes so the order is sent by Royal Mail 24 instead of Royal Mail 48
But it keeps sending as Royal Mail 48
Other conditions I have set work OK for other channels - its just this '2 Day Premium' option on Amazon (I have also tried using 'Premium' but no success)
Offline
The rules are evaluated from the top down. Do you have a rule above, that has returned the 48 first?
Offline