Goal: Auto-insert each product’s title into a standardized description sentence across ~50 products to avoid manual retyping.
What was proposed:
Use the product template so the same line appears for all products, with the title injected dynamically.
Add the Liquid variable {{ product.title }} (Liquid = Shopify’s templating language) in the product page template above the description block.
Issue encountered:
After trying to place {{ product.title }} in various spots in Dawn’s main-product.liquid (top of file, above the “description” section, and within the description section), no change appeared on the storefront.
Next steps / actions:
A responder asked for the main-product.liquid file to review and pinpoint the correct insertion point and potential theme-specific issues.
Status:
Unresolved/ongoing. Awaiting the template file to diagnose placement or theme-rendering nuances.
Notes:
The approach will produce the same sentence for all products, with only the title varying.
A separate off-topic request about linked marketplaces appeared and is unrelated to this thread’s issue.
I’m currently putting together a store of a client
They sell custom products which are all the same but with different designs. These design names are the product titles
Is there a way to put for example:
Our “PRODUCT TITLE” looks great and would make a great addition to any farm entrance. This sign is designed to hang from an entrance post or be bolted to the front gate.
To save me retyping the title every time for over 50 products?
@trentluke - if this is going to be the very same line for 50 products then you can add this text with product title into the product template at the place you want.
what do you mean above description? I tried adding it to the top, adding above the part that says “description” and adding it in the description section of the main-product.liquid on the dawn theme and it didn’t do anything, is there other code I should be adding with this?