We use content menus for our club shops (listed alphabetically) and currently have thousands. When we need to add a new one we have to manually move to the correct position/letter. It would be useful to either have a sort alphabetically button or the option to move it to a number position like on the Collection pages
Hi @SMH-VX3
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
Hi @SMH-VX3
these are community forums for actual feature request used the chat on the shopify help docs.
Meanwhile ,
if the content-menus are used in a liquid theme this can be done either with some liquid customization but depending on amount of menus in one context this can be a performance issue (so it’s not sorted in the admin but rendered as sorted at the theme level).
Or it can be done on the frontend with javascript kludge doing the sorting (read: it’s unsorted in the admin but sorts for each and every single page load in every users browser == bad performance behavior bad carbon impact process)
Currently a proper fix is to just automate it to sort by itself. Some apps are mechanic; or shopify flow(but you have have to have a plan with access to sendadminapirequest action).
The creation and update of the menus can also be automated
Reach out to get it fixed with any of the approaches.