steve_c Posted June 25, 2011 Share Posted June 25, 2011 Hi I want to change the text "refurbished" to something else. I was assuming that "new", "used" and "refurbished" were in a table somewhere but can't seem to find them.Grateful for any advice.Thanks,Stephen Link to comment Share on other sites More sharing options...
LeakyShoes Posted June 28, 2011 Share Posted June 28, 2011 Tools - TranslationsSelect Modules Translations from drop downScroll down to blocklayered section and enter your text in the box to the right of 'Refurbished'That should sort it for you Link to comment Share on other sites More sharing options...
steve_c Posted July 3, 2011 Author Share Posted July 3, 2011 Thanks very much that works but how do I display this information on the product page? I thought this would have been displayed by default! Link to comment Share on other sites More sharing options...
steve_c Posted July 9, 2011 Author Share Posted July 9, 2011 Hi does anyone know how to display the condition in the product default page? It doesn't appear to display. Link to comment Share on other sites More sharing options...
typoman Posted August 18, 2011 Share Posted August 18, 2011 Hi does anyone know how to display the condition in the product default page? It doesn't appear to display. I also searched for this one. Found a solution: Add this piece of code to your template where you would place the condition (e.g. product.tpl): {if $product->description_short} <div id="condition_content" class="rte align_justify">Condition: {$product->condition}</div> {/if} Link to comment Share on other sites More sharing options...
omar.bobo Posted October 28, 2011 Share Posted October 28, 2011 Hi everybody, thank's for the tip. I display the condition on the product page, but I've some problems with translation, that is, I translate properly the conditions (new, used, refurbish) in italian in the bakoffice throught the tranlsation function (AdminProducts field), but I can't translate the conditions displayed in the frontend on the product page. Any suggestion? Thanks in advance Link to comment Share on other sites More sharing options...
miaral Posted February 24, 2012 Share Posted February 24, 2012 omar.bobo, Did you get a way to translate the condition value (new, used, refurbish)? I am still trying to get an answer for this. THank you. 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