andilong Posted March 31, 2015 Share Posted March 31, 2015 Hello, I am looking to display my long description when i search for products, i have somehow managed to get it to appear when i display by category as shown here :- http://www.reviewwed.com/26-north-west-jewellers but if i search for any products in that category they simply display the product name like shown here :- http://www.reviewwed.com/search?controller=search&orderby=position&orderway=desc&search_query=h+samuel&submit_search= Any advice is much appreciated as always Many Thanks Andi Link to comment Share on other sites More sharing options...
PascalVG Posted March 31, 2015 Share Posted March 31, 2015 Hi Andi, On the page, you can see that the description itself is just empty. Probably because it isn't retrieved from the database when searching. Probably have to add the product 'description' field to one of the SQL queries in classes/Search.php, (I expect in one of the SQL SELECT statements in function find() in this file) Hope this helps. Let us know, pascal Link to comment Share on other sites More sharing options...
andilong Posted April 2, 2015 Author Share Posted April 2, 2015 Thanks for your reply Pascal, but i'm unsure what i am looking for in the search.php The only reference to "find" in this file does not seem to be what i'm looking for but i'm really not sure ? Can you or anyone else provide additional guidance for this ? Many Thanks Andi 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