fupgames Posted June 30, 2011 Share Posted June 30, 2011 I want to have 2 different descriptions one for the product short description and one for the search description.At the moment it´s the same. And it shows up the product short description when you search for the product.Is that somehow possible?fupgames Link to comment Share on other sites More sharing options...
tomerg3 Posted July 1, 2011 Share Posted July 1, 2011 Everything is possible.You will have to do quite a bit of customization, and have knowledge of PHP and prestashop1) Create a new field in the product_lang table.2) Modify the Product class to read that new field.3) Modify the Product Admin file, add a new textarea for the new field, and make sure it saves the value.4) Modify search.tpl to display that field.5) If you want the search to use that field for matching, you'll also have to edit the index function in Search.php 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