Jump to content

Displaying the item Condition


Recommended Posts

Hi

I'm battling through setting up my store with 1.5.3.1 but can't seem to find an understandable solution to my problem.

When adding a product to the information page I can indicate the items condition as New, Used or Refurbished. However, I would like to display this on the product page so that customers can read the condition, probably between the short description and the description....where the Item Reference and the Quantity are displayed.

Can anyone help please?

Many thanks

Ray

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...

If you want to add it, insert following snippet into a suitable location in /themes/yourtheme/product.tpl:

 

<p>{l s='Condition'}: {$product->condition}</p>

 

That will display the condition on your product page.

 

Hope that helps!

 

Marty Shue

 

:) :) :) :) :) :) :) :) :)

Link to comment
Share on other sites

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...