steve_c Posted July 17, 2011 Share Posted July 17, 2011 Hi all - as the title - I need to display item condition (new / used) in the item details page.Thanks for any pointers Link to comment Share on other sites More sharing options...
mohsart Posted July 17, 2011 Share Posted July 17, 2011 If you have both new and used versions of the same product you can use Attributes/Groups Combinations: Create a Group "Condition" and Group Attributes "New" and "Used".If some of your products are new and some used and you just want to point out the condition, you can use Features: Create a Feature "Condition" and set it to "New" or "Used" for each product./Mats Link to comment Share on other sites More sharing options...
steve_c Posted July 17, 2011 Author Share Posted July 17, 2011 Hi unfortunately I don't have new and used versions of the same product. There's no way to display the item condition on the details page? I've bolded out the heading to make it clear but was hoping there would be an easier way to do it.Thanks If you have both new and used versions of the same product you can use Attributes/Groups Combinations: Create a Group "Condition" and Group Attributes "New" and "Used".If some of your products are new and some used and you just want to point out the condition, you can use Features: Create a Feature "Condition" and set it to "New" or "Used" for each product./Mats Link to comment Share on other sites More sharing options...
mohsart Posted July 17, 2011 Share Posted July 17, 2011 Well, Features will show up at the Data Sheet Tab.You could make it show elsewhere too, with some code changes/Mats Link to comment Share on other sites More sharing options...
mohsart Posted July 18, 2011 Share Posted July 18, 2011 E.g. something like {foreach from=$features item=feature} {if $feature.name='Condition'} {$feature.value|escape:'htmlall':'UTF-8'} {/if} {/foreach} somewhere below /Mats Link to comment Share on other sites More sharing options...
steve_c Posted July 18, 2011 Author Share Posted July 18, 2011 I'll give that a try - thanks very much! Link to comment Share on other sites More sharing options...
typoman Posted August 18, 2011 Share Posted August 18, 2011 I'll give that a try - thanks very much! I posted a solution here: http://www.prestashop.com/forums/topic/116616-changing-the-name-of-refurbished-in-condition/page__p__110859__fromsearch__1#entry110859 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