Jump to content

Ean13 code not display


fredalva

Recommended Posts

  • 1 year later...

Hi,

1.7.6.1

1.5 years later, already the same bug

{block name='references'}
    {if empty($product.specific_references)}
      <section class="product-features">
        <p class="h6">{l s='Specific References' d='Shop.Theme.Catalog'}</p>
          <dl class="data-sheet">
          	{if isset($product.ean13)}
            <dt class="name">EAN13</dt>
            <dd class="value">{$product.ean13}</dd>
            {/if}
            {*Your special code here*}
          </dl>
      </section>
    {/if}
  {/block}

 

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...