How can I find the default product page template in theme customization?

Hi, I have a Problem with theme please some buddy help when i go to theme customization section and select product page template but there is no option to showing to select default product page template

how can fix this issue

Hi,

Do you have any active products in your store?

yes I have multiple listing but product page not showing

Did you find a solution for this? I’m having same problem!

I don’t have the solution, but I am facing the same issue and I believe was due to duplicating the Dawn theme and importing it to a new store where I haven’t had one of the custom metafield set up on the new store. Posting this as a some light for others who are having the same problem.

Ok! Found it! The missing file was the product.json

In the code editor, under the “templates” folder, I selected “Add a new template” > “Product” and pasted my old product.json content to it.
Be aware that there was the broken custom metafiled which made the product not be imported. So look in the code for one of the “text” keys which would be something like

{{ product.metafields.custom.location.value }}

update or remove your custom meta field and it should work.

Hope that helps! :smiley: