Lizenka Posted April 14, 2023 Share Posted April 14, 2023 Hallo, I am busy to add some details to my website. I want to show the article number of each product on the product pages, see example in the picture: Can someone tell me how I can do it? Regards, Harm Link to comment Share on other sites More sharing options...
endriu107 Posted April 14, 2023 Share Posted April 14, 2023 You should add {$product.reference} to your theme. Link to comment Share on other sites More sharing options...
Lizenka Posted April 14, 2023 Author Share Posted April 14, 2023 Thanks for your reply. Can you show me where I have to add it? Link to comment Share on other sites More sharing options...
endriu107 Posted April 14, 2023 Share Posted April 14, 2023 Probably in product.tpl file but I don't know what theme you use. Link to comment Share on other sites More sharing options...
AddWeb Solution Posted April 17, 2023 Share Posted April 17, 2023 On 4/14/2023 at 6:32 PM, Lizenka said: Thanks for your reply. Can you show me where I have to add it? To display the article number on the product page, open the file Quote /themes/[your_theme_name]/templates/catalog/_partials/product-reference.tpl Add below code snippet {if isset($product.reference) && $product.reference} <p><strong>Article number:</strong> {$product.reference}</p> { /if} Hope it helps. 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