cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add delivery methods in base store so that they are displayed on the storefront in a sequence via impex ?

Former Member
0 Likes
749

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

Accepted Solutions (1)

Accepted Solutions (1)

sduvvuri
Explorer

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.

Former Member
0 Likes

Thanks Subhash for your input. It resolved my query 🙂

Answers (0)