fredalva Posted February 8, 2018 Share Posted February 8, 2018 Hello, I wan to report in products page with Ean13 code and no declinaison.Ean code is not displaying product detail page. Someone can confirm that is bug? I am on last 1.7.2 presatshop release. Thanks Fred Link to comment Share on other sites More sharing options...
Stigz Posted September 29, 2019 Share Posted September 29, 2019 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now