Jump to content

Edit History

DagCardella

DagCardella


added screenshots

I edited in themes/"my theme"/templates/catalog/ the product.tpl file: at line 81 I changed

<h1 class="h1 namne_details" itemprop="name">{block name='page_title'}{$product.name}{/block}</h1>

to

<h1 class="h1 namne_details" itemprop="name">{block name='page_title'}{$page.meta.title}{/block}</h1>

This worked for all the titles! Do you have any ideas about where to put my hands on for product names in search and related/same category boxes?

Screenshot_20201119_000005.png

Screenshot_20201119_005116.png

DagCardella

DagCardella

I edited in themes/"my theme"/templates/catalog/ the product.tpl file: at line 81 I changed

<h1 class="h1 namne_details" itemprop="name">{block name='page_title'}{$product.name}{/block}</h1>

to

<h1 class="h1 namne_details" itemprop="name">{block name='page_title'}{$page.meta.title}{/block}</h1>

This worked for all the titles! Do you have any ideas about where to put my hands on for product names in search and related/same category boxes?

×
×
  • Create New...