Hi @Kazz ,
The Add to Cart seems to add the same product for every single product card on the Store page. Upon further digging in your read-only link this is because of the way you have the collection lists set up.
The way collection lists are supposed to work is that you add one to the page, you design the collection item once, and then it uses that item as a template and creates the remaining product cards by pulling them from the CMS.
Currently you have a Collection List set up for each product and you have the product information hard coded, where you really need only one Collection List and you want each of the elements that should be dynamic to pull the content from the Products collection.
https://university.webflow.com/course-lesson/collection-list
I’d take a look at this Webflow University course to see Collection lists in action.
Basically you need to remove all the collection lists so there is only one on the page. Then tie each of the fields that should be dynamic to the Products CMS (e.g. the product name, the price, image, etc.) If you wire it up correctly you should only need to build the item once and all of the other product cards will be created to match the first.
You’ll also want to remove the Limit you have set on the Collection list to show only 1 product, you want all products to be shown.