Jump to content

Product short description and search description


Recommended Posts

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

Everything is possible.

You will have to do quite a bit of customization, and have knowledge of PHP and prestashop

1) 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

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