Discussing Shopify Functions development, deployment, and usage in Shopify apps.
Hello,
I'm wondering if there's a browser extension (Tampermonkey/Greasemonkey/Violentmonkey) that allows grouping of tags at the admin's side (new product/edit product/bulk edit/etc.). If none, who can I reach out so they can make one?
To be honest, the Tags popup is inefficient if there's a LOT of tags, specifically prefixed tags. I'd like it those tags to be grouped by their prefix (most common prefix separator is an underscore _).
This means, the Tags popup will be grouped into prefix, preferably by accordion that we can close/open (with a button to open all and close all), and those without prefix is grouped as "Others":
OR
Make it table view with the prefix on the first column and the tag selection on the second column, like how the metafield field works.
Prefix | Tags |
Color_ | Color_Blue Color_Red |
Size_ | Size_L Size_M Size_S |
Others | New Limited edition Sale Just added Incoming |
If this becomes an actual Shopify feature, I'd be grateful.