on ‎2019 May 10 8:17 AM
Hello experts,
I am adding few delivery methods in my base store via Impex in a particular order. Once added if I navigate to backoffice and under the same base store I look for the delivery mode attribute and I see my data present in the same order.
But while placing an order on the site when I go to the shipping methods drop down I see my data in a non sequential manner. Can I get any solution for this ? Any help would be appreciated.
Regards
Request clarification before answering.
Hello Pratik,
There is no problem with impex import over here. The order is being changed in the code via DeliveryModeCostComparator.java in DefaultDeliveryService.getSupportedDeliveryModeListForOrder(...) method. Here the delivery modes are sorted based on their delivery costs. Hence the change in the order in the storefront. You can customize the method and have it as per your need.
Hope it helps.
Thanks, Subhash.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.