diggy Posted May 3, 2013 Share Posted May 3, 2013 (edited) Hello, I would need to present the stateof the product (new, 2nd hand, ...) on the website (front), how can I do that ? I saw that this state can be choosed in the back part of the webiste, but I need to have more that 3 choices and it has to be showed to the customer. How can I do that? Thanks in advance, David Edited May 9, 2013 by diggy (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted May 4, 2013 Share Posted May 4, 2013 You must edit product.tpl. In the spot where you want to add the condition, simply write {$product->condition} Link to comment Share on other sites More sharing options...
diggy Posted May 4, 2013 Author Share Posted May 4, 2013 The problem is that by default, they are only 3 state of condition, how can I add more? Link to comment Share on other sites More sharing options...
NemoPS Posted May 4, 2013 Share Posted May 4, 2013 As far as I know, you can't Link to comment Share on other sites More sharing options...
diggy Posted May 4, 2013 Author Share Posted May 4, 2013 Is there an other way to add some attibutes? Link to comment Share on other sites More sharing options...
diggy Posted May 6, 2013 Author Share Posted May 6, 2013 Does someone have an idea? Thanks in advance Link to comment Share on other sites More sharing options...
diggy Posted May 9, 2013 Author Share Posted May 9, 2013 You must edit product.tpl. In the spot where you want to add the condition, simply write {$product->condition} It works, thanks ! But now I have the problem that it's always in english, how can I have it in the appropriate language? Link to comment Share on other sites More sharing options...
NemoPS Posted May 9, 2013 Share Posted May 9, 2013 You can't, unless you write something custom like {id $product->condition == 'new'} {l s='New'} Etc, so you can translate them Link to comment Share on other sites More sharing options...
diggy Posted May 9, 2013 Author Share Posted May 9, 2013 I don't understand, why the name per exemple can be in the language of the front-office but not the condition, they have both translations in the systm Link to comment Share on other sites More sharing options...
NemoPS Posted May 9, 2013 Share Posted May 9, 2013 Yes, but that translation is related to another specific place (likely, the back office product page). That's why you have to add another one the way I showed you Link to comment Share on other sites More sharing options...
diggy Posted May 9, 2013 Author Share Posted May 9, 2013 (edited) Finally I will use "Attibutes and Values", it will be enough : Thank you anyway for your help !!! Edited May 9, 2013 by diggy (see edit history) 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