Where to insert custom code in Debut theme for custom shirts?

Hi everyone.

I’m adding a new service to my website & have found the code I wish to use. I would like to add in options & a message so people can have a custom made shirt that is upcycled already from a shirt I am listing. I have followed a tutorial but the teacher uses the minimal theme & I am struggling to figure out where to add the code on the Debut theme. I have tried a few places before the add to cart but there is no code for add to cart button lile shown in the tutorial. Nothing is showing up on product preview.

hope someone can help me as the collection drops on Sunday :joy:

Hi @SoulandFlare ,

I don’t really understand what you’re trying to do, but if you want to add custom code for the Debut theme product page, you can edit it at sections > product-template.liquid file.

Hope it helps!

Thank you so much for responding!
Oooh I thought it maybe abit confusing. Basically I want to add in specific
requirements to certain products so customers can customise.
I have found the code to add in the fields which are to choose from
options.
On the tutorial is says to add in this code above the piece of code that
say ‘add to cart / submit’ this is on the minimal theme. But I use the
debit theme & cannot find that but of code so need to know what it would be
equivalent to to add in on the debut theme….. I’ve added it in lots of
parts & the fields are not showing.

Does this make any sense? :joy:

Hi @SoulandFlare ,

if you want to add it above ‘add to cart /submit’ of product page, please go to sections > product-template.liquid file. Find ‘product-form__item–submit’ and add code here:

Hope it helps!