Basically I am trying to recreate this site’s drop down boxes above their products, which let you view products tailored to your phone model. (For example if I select the iPhone 13 it will only show me iPhone 13 cases.
I believe they have a separate product for every phone model, but I would like to know how to create that square drop down box and add it to the catalog menu.
More importantly, I’d like to know how they’ve added the same drop down to their product pages and connected it to separate products, I’ve left a link below, but when you change the variant on the product page, it redirects you to a different product with the same case but in your desired model.
To achieve such things there some development is require in your current theme. IF you have the idea regarding liquid code and JavaScript then you are able to achieve this by your own.