I am using Shopify default theme Debut and i want to integrate the ajax filter for products filter like this (AjaxFilter) without using any paid app. I am creating own public app and its working fine. I also fetch the list of products of app and also created the script tag.
- App Created successfully and render products
- Script tag created successfully and able to render the hard-code text on Shopify store.
But now point is this i want to render the product listing from app to store theme. I go through the all tutorial and document of Shopify did not found any suitable solution.