Pyxis Studio Posted December 4, 2018 Share Posted December 4, 2018 Hi all, Is there a way to display EAN into product page. I try to insert.. --------- <div id="idTab1" class="rte">{$product->description} {l s='EAN:'}{$product->ean13}</div> --------- ..Into product.tpl file but it display Only "EAN:" $product->ean13 is the right variable? thansk Link to comment Share on other sites More sharing options...
Haumea Posted December 4, 2018 Share Posted December 4, 2018 {$product.ean13} should work 2 Link to comment Share on other sites More sharing options...
Pyxis Studio Posted December 4, 2018 Author Share Posted December 4, 2018 perfect!!! thankss Link to comment Share on other sites More sharing options...
Yulia Vitun Posted September 9, 2022 Share Posted September 9, 2022 {$product.ean13} is not working on PS 1.7.8.7 any other ideas? Link to comment Share on other sites More sharing options...
Nickovitshj Posted September 26, 2022 Share Posted September 26, 2022 Can you try: {$product_attribute.ean13} ? Otherwise retry: $product->ean13 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