Ryan Mitchell
Ryan Mitchell
As stated, I'll update here if/when I find a resolution, but as far as I'm concerned this a Shopify issue not an add-on one.
Our solution to this is to add a JS location redirect in the shopify theme. It works fine.
Just for some context there are some significant differences worth noting between tree actions and listing actions which make this more complicated than it immediately appears. Actions in the tree...
Yep me too - but that means reconfiguring the tree view considerably as it then would need to refresh after each action.
> Am I right in assuming this will prefetch the entries associated with the tax/term? I think currently it does this without customizing the url, just wanted to make sure...
@godismyjudge95 it still follows the index/show approach, so you could mount it on `parent_page/taxonomy_handle/term_name`. If you want direct mounting, consider using a collection.
I've opened a PR that comes at this from a slightly different way - but could let you do the same thing: https://github.com/statamic/cms/pull/10062
There is an open PR for specifying the queue connection for the warm command: https://github.com/statamic/cms/pull/8634
@stuartcusackie take a look at: https://statamic.com/addons/thoughtco/cache-tracker - it may do what you need.
Seems like this could be easily done if/when https://github.com/statamic/cms/pull/8627 merges, then similar to collections when there are no routes these buttons disappear?