A space to discuss online store customization, theme development, and Liquid templating.
hi - I am very new to all of this... no coding.. yet, but I did download dawn today & for some reason under the product section on the drop down... it won't let me create a template or use the one that came with dawn.... can someone please help?
Try redownloading the dawn them unpublished and checking the unpublished theme for the same problem.
Your screenshot may indicate your pagebuilder app is gumming up the works but that's just a suspicion that would take a lot of legwork to get to the bottom of.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Are you on shopify 2.0?
if you create a product.json and add this you will be able to make templates
```{
"sections": {
"main": {
"type": "template-product",
"settings": {
}
}
},
"order": [
"main"
]
}
```