Kirby Shopify Plugin Collections

I have the kirby shopify plugin working with products. I can update the products in shopify but collections werent working for me. I realised after a while that I was using the collection type - manual which doesnt work for me. As soon as I made the other type all was well. Should this work in the plugin currently? Or is this functionality outside of the plugins scope?

Hi Sean, I have no experience with the shopify plugin, but it’s probably faster to ask this directly to the plugin’s developer (via github e.g.). Not all devs monitor the forum frequently.

I shouldve done @tristantbg. Hope thats ok. I didnt want to flag issues on the repo if it might be my user error :slight_smile:

I can see from the plugin code there does seem to be getSmartCollections() and getCustomCollections() so it could be an issue on my end.

Hi @smongey,

Indeed this is a plugin issue… In fact it is a bit more complicated to get the collection sorted manually :confused:
I need to rewrite the whole plugin using GraphQL queries. As soon as I have some time to do it !
If you want to create a branch to do it, feel free :slight_smile:

@tristantbg Given the challenge I had just setting up the plugin that might be a bit out of my league :smiley:

1 Like