How can I implement a size generator on my own website?

Hello i have a big question.

Is it possible to implement this on my own website and when it’s possible how can i do this?

Maybe anyone has a nice solution.

Thanks

Not “my” code but ChatGPT banged this out in 2 seconds. Seems to do what you want (have the value of the sliders translate to different sizes using “case” in js):


	# Size Chart

	

	

And where should i add this code so i have dawn theme? So in theme.liquid or where? And how can i see this one so when i add a separate site where i want to add this like a sperate site for shipping?

I assume you want this on a product page. You could add a block of “custom liquid” somewhere in the product page and paste the code into the custom liquid field. Also in the code where it says and change the ‘body’ to ‘div’. - hopefully this will work. If your other site is also a shopify site - you would do the same process.