In my store the product catalog shows all product titles correctly but when I click on a product to look at the detailed view, the product name is incorrect and is the same for every product. If I add the item to my cart the product name shows correctly again. https://samuraisoopart.com/collections/all
Hi @ahuckins
The issue is you are using the same product template for all products, so Text block that you added to template will appear the same for all product.
Please remove that text block and add Title block back
Hi, Are you sure the “Title” already set in product page ?
If you are using “Text” then make sure “Title” is in the content.
Hi,
The reason is that you are using the
tag for the product name on the product detail page. To ensure the font is correct, please add one of the following classes (h2, h3, h4, h5) to the
tag of the product name https://prnt.sc/-DYluoocYRvM, or change the
tag to the tag.
To add a class to the
tag, please follow the path: Themes → Edit Code → product-template.liquid or main-product.liquid. Locate the tag and then add the
tag after the “subtitle” class.
If you’re not sure how to add a class to the
tag of a product name, please contact me (it’s free).
Thank you! That worked.
Happy I could help