Jump to content

[Solved] How to display EAN13 (barcode) in product page.


Recommended Posts

I would like to display both product referernce and EAN13 in the product page (product.tpl). By default only product reference is displayed but I want to display EAN13 as well. Can anybody help with this?

Thanks

Link to comment
Share on other sites

  • 2 years later...

edit product.tpl in your theme directory and add the following where you require the barcode to be displayed

 

{if $product->ean13}
{$product->ean13}
{/if}

 

 

 

regards

 

 

Chris

 

Understand I need to insert this in product.tpl but where exactrly should I insert this code ? (which line)

  • Like 1
Link to comment
Share on other sites

  • 2 months later...
  • 1 year later...
  • 4 months later...
  • 6 months later...
  • 2 months later...
×
×
  • Create New...