• Hello I was trying to add “Hand Delivery” as an option to the courier list so I edited the couriers.js file with the following but it is still not showing up? Any suggestions?

    {
    “slug”: “delivery”,
    “name”: “Delivery”,
    “other_name”: “Hand Delivery”,
    “required_fields”: []
    },

  • The topic ‘Editing courier.js does not update courier list?’ is closed to new replies.