wutekk Posted February 24, 2014 Share Posted February 24, 2014 Hi. We had some customers complaining about missing part number for our products. I was thinking about it and in multiple choice products eg. http://timage.eu/site/deck-fillers/319-501Deckfiller.html we could use "reference" as part number because you can stick correct part number for each variation. The question is. Can the "reference" be renamed to "Part Number" and can this be moved down to the position just above the price? Please advise. Link to comment Share on other sites More sharing options...
Paulito Posted February 24, 2014 Share Posted February 24, 2014 Good morning You can change it to Part Number if you go to: /public_html/Your Shop/themes/default/product.tpl Around line 333 {/if} <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}> <label>{l s='Reference:'} </label> Change this to Part Number <span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span> </p> Result: http://screencast.com/t/SsxbWDdPeg Hope this helps Paul Link to comment Share on other sites More sharing options...
wutekk Posted February 25, 2014 Author Share Posted February 25, 2014 Ok, that's brilliant! What about move it down, I need it just above the price? 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