How to have two variants of the same design but with a different material on one product page?

Hi everyone,

So I’m using Printful with Shopify for a t-shirt shop. I would like to know how to have two variants of material (like 2 different t-shirts products from Printful) that would have the same print design but both in the same product page.

Basically they would be choosing from for exemple either Regular Fit Unisex or Men Fitted quality.

Is it possible to do this?

I use Colorblock Theme.

Are your referring to variant switching, in other words when a customer clicks a swatch it would load in the other images for the product that is a different material?

Basically yeah, I would like to have two materials (different t-shirt quality) over the same product page.

Ok so the way this works is it’s a javascript heavy job, and there’ quite a lot of work that goes into this. I take it that you are referring to something like this: https://bedfolk.com/products/the-dream-cotton-robe?variant=40079720808491

But rather than changing color you want a change in material which requires different images as well.

This isn’t something that you can really do with a few lines, it requires quite a bit of work but it’s something that’s super nice to have on a site. This isn’t something that you can do with liquid either, it requires converting the liquid objects to javascript objects when the server is hit. If that’s something you want to do I would also recommend against using an app for this.