In the T2 store interface, you could do certain things with stuff in your inventory while you were still interacting with the store, like wear something or inscribe a note on something (the rough equivalent of tagging in T4). I always kinda missed that in T4 stores; after buying, for instance, an amulet of the fish from the
Last Hope water-breathing store,

I will typically want to immediately tag it with 'water breathing', and it's always vaguely bugged me that I have to exit the store dialog to do that.
I figured I should add this functionality to an existing addon rather than spin up yet another new addon (I know you're shocked

), and this seemed like the closest addon to work from. So in v3, we add a new game option, "[ZOmnibus] | Allow object actions in stores". With this option enabled, selecting an item in the inventory side of the store dialog will no longer jump straignt to selling the item, but will instead open a use-item dialog, with "Sell" as the first action (of course) and most of the usual actions also available:

- use-item-store.png (52.51 KiB) Viewed 2770 times
I've confirmed that tagging, wear/wielding and dropping, at least, all work as expected.
(Now, I say "most"; for the initial pass, I'm not actually removing any of the usual item actions. It's likely that some of them will interact very badly with the store dialog; I'll remove them as I catch them.)