Closed bleroy closed 8 years ago
Original comment by Bertrand Le Roy (Bitbucket: bleroy, GitHub: bleroy):
You're right. I pushed a fix for the checkbox ids. The included and excluded areas bug is of historic origins: when this feature was first added, the only available checkout method was Google Checkout, where the selection of a shipping method was handled by Google. We just had to send them the info. Since this checkout method is no longer available, the capability has not been retrofit into Nwazet Commerce.
Original comment by Mehran Rezaei (Bitbucket: mehranrezaei, GitHub: mehranrezaei):
I looked for any usage of these to filter available ShippingOptions, But i couldn't find anything. I test this feature as the following process:
Also please be aware that label id for excluded shipping areas are same as included shipping areas and this causes UI bug.
Please tell me if i am wrong.
Originally reported by: Anonymous
There is Included and Excluded Shipping Areas in some parts which implement IShippingMethod they don't work correctly. Also i cannot see any usage of these properties in ComputePrice method to prevent returning ShippingOption when order destination does not match with these areas.