Jump to content

Changing the name of "Refurbished" in condition


Recommended Posts

  • 1 month later...

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

  • 2 months later...

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

  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...