Hello,
I am using Dawn Theme and have multiple product theme templates.
- Default product
- drop-ship
Looking for some guidance on which .liquid file would allow me to edit the HTML for the drop-ship theme template. Looking to move some things ar
Main.product.liquid edits the HTML for Default product template.
This is where I’m stuck.
Thank you,
You can check if it has main-product.liquid file
Hi @Levent21 the templates have the customizations, the main-product.liquid is a shared file that the templates pass settings into for different dynamic content.
Either add new settings that are passed as parameters to the main-product.liquid section to change behavior.
Or duplicate main-product.liquid section , e.g. main-product-drop-ship.liquid, and in the file make the changes.
AND modify drop-ship JSON template to reference the new section instead of the original main-product.liquid section.
If you need this customization then contact me by for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.