Jump to content

2 language product name each on a line


nassim01

Recommended Posts

Hi,

In the /themes/classic/templates/catalog/product.tpl

          {block name='page_header_container'}
            {block name='page_header'}
              <h1 class="h1">{block name='page_title'}{$product.name}{/block}</h1>
              <div class="h2">{Product::getProductName($product.id, null, 1)}</div>
            {/block}
          {/block}

The value 1 corresponds to the language ID to be displayed.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...