mobeen Posted August 16, 2019 Share Posted August 16, 2019 good day all, please can someone advise me i need to show the reference number of each product in the cart page i am not sure which file to edit to add this modification Link to comment Share on other sites More sharing options...
dinesh badrukhiya Posted August 17, 2019 Share Posted August 17, 2019 Open the file themes\classic(Your Theme Name)\templates\checkout\_partials\cart-detailed-product-line.tpl You can add below lines: {if isset($product.reference_to_display)} <div class="product-reference"> <label class="label">{l s='Reference' d='Shop.Theme.Catalog'} </label> <span itemprop="sku">{$product.reference_to_display}</span> </div> {/if} Link to comment Share on other sites More sharing options...
mobeen Posted August 17, 2019 Author Share Posted August 17, 2019 thank you so much, it worked perfect, really appreciate. Link to comment Share on other sites More sharing options...
dinesh badrukhiya Posted August 17, 2019 Share Posted August 17, 2019 You can mark the topic as "Solved" if you got the solution. 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