adexa Posted September 13, 2009 Share Posted September 13, 2009 Hi all , can anyone have any knowledge about how to show product ids ??how can i add PRODUCT ID when product listing ???thanks alot Link to comment Share on other sites More sharing options...
first1 Posted September 13, 2009 Share Posted September 13, 2009 Do you want product ID or product Reference (it would be best to have EAN13).anyway, this is to be added to the product-list.tpl file that is located in your theme folder.there you can add the ID. how to do that, here is the example on how to add reference, so you can edit that to plot the ID instead{if $product->reference} {l s='Reference :'} {$product->reference|escape}{/if} Link to comment Share on other sites More sharing options...
Recommended Posts