Hi everyone,
I’m working on a Next.js project integrated with Shopify, where I already have pages for collections and products. Now, I need to build a custom courses page that pulls course data from Shopify. Should I treat courses as products and filter them by product Type, or would it be better to handle them as a collection?
Any guidance would be appreciated!