I was looking for similar solution, then I realized that you can do it by CSS only.
Copy & paste the following code to your theme custom CSS.
Replace ‘n’ in the second line with your Stop serial number at ‘From’ list.
.mage_bus_boarding_point ul.mage_input_select_list li{display:none;}
.mage_bus_boarding_point ul.mage_input_select_list li:nth-child(n){display:block;}
-
This reply was modified 3 years, 5 months ago by jajaborjoy.