Shipping options: TAIP-670
Requirement
Updated shipping options need to show on each website
Solution
Oneweld
We have to extend the function used for the shipping methods in checkout to filter the shipping method list.
Also, we need to create a configuration object or array field to update the corresponding shipping method that needs to be listed. Here we can easily update the internal ID of the shipping item that is to be shown in future.
Platinum
We will update the extension used to filter the shipping methods
Here also we need to create a configuration object or array field to update the corresponding shipping method that needs to be listed. Here a user (Netsuite) can easily update the internal ID of the shipping item that is to be shown in the future.
Assumptions
Shipping configuration:- If we create the configuration record we can easily show the corresponding shipping methods that need to be shown on the website. Else we need to add the ids statically in the code to show the corresponding shipping methods.