Jump to content

EAN, Where is it shown?


Recommended Posts

Hello,
to view the EAN code, you have to add the variable {$product->ean13} in the tpl files, who you want.

For example, to show the EAN code beside the productname, you have to edit /themes/YourTheme/product.tpl

FIND in /themes/YourTheme/product.tpl (~line 90):

{$product->name|escape:'htmlall':'UTF-8'}



REPLACE it to:

{$product->name|escape:'htmlall':'UTF-8'} {l s='EAN Code:'} {$product->ean13}




I hope I've helped you

Regards
Kerim Basar

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