Hi, I am looking for a way to create a plugin for the ‘debut’ theme.
I’ve created a filter on the collections page which filters the products based on the filters chosen (color, size, brand etc). I’ve done all my customization in the collection.liquid file under the templates directory. I’ve only used liquid and javascript in the file and there is no code for the backend because this is a simple filter. I need to know how can I make this customization of mine into a plugin which can be published to the app store. I’m kind of confused if I have to create an app for this(why would I need to create a backend app if only customization is in the collection.liquid file) , I’m going through the docs but I don’t understand.
Thank you Jayvin. But isn’t there any way to just distribute my javascript code through a plugin. Like making a bundle, and putting it on the app store. I am kind of looking for a way to do all this without diving into the back-end.