Jump to content
  • 0

Wyświetlanie pełnej nazwy produktu


Razor45

Question

3 answers to this question

Recommended Posts

  • 0

Możesz to zmienić w /themes/classic/templates/catalog/_partials/miniatures/product.tpl


Poszukaj:

{block name='product_name'}
  {if $page.page_name == 'index'}
    <h3 class="h3 product-title" itemprop="name"><a href="{$product.canonical_url}">{$product.name|truncate:30:'...'}</a></h3>
  {else}
    <h2 class="h3 product-title" itemprop="name"><a href="{$product.canonical_url}">{$product.name|truncate:30:'...'}</a></h2>
  {/if}
{/block}

zamiast {$product.name|truncate:30:'...'} zostaw tylko {$product.name}

  • Thanks 1
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...