-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Milestone
Description
For bugs, please fill out the three following sections completely
Expected behavior
Changing shop name in admin section should change urls in a manner that does not break urls.
Actual Behavior
When changing the site name in the admin panel to a name containing spaces, urls do not work.
The workaround I've been using is to change the name of the shop in the admin UI to a url friendly one("my_shop_name") and then manually enter the correct display name ("My Shop Name") in the brand.html file.