AbanteCart Community

Shopping Cart Operations => Support => Topic started by: gmessler on January 22, 2024, 02:47:45 PM

Title: Model Number search not working V 1.3.4
Post by: gmessler on January 22, 2024, 02:47:45 PM
Hello,

Using V 1.3.4 when I do a Search for a model number that exists on several parts I get "There is no product that matches the search criteria." so I then check the "Search in product model " box and hit the search button it still does not find the model number that was entered.

I'm running on another site V 1.3.1 and the function works just fine and finds all product with that model number.

How can I fix this?

Thanks
Title: Re: Model Number search not working V 1.3.4
Post by: gmessler on January 22, 2024, 05:09:11 PM
Here's a screenshot showing an item with a model number of BBIN20.
Then a screenshot of the search for that model number with the search in product model checkbox ticked and no products listed.

Title: Re: Model Number search not working V 1.3.4
Post by: Basara on January 23, 2024, 01:50:27 AM
Hello.
1.3.5 branch was a fixes for similar issue you can check the code commit here https://github.com/abantecart/abantecart-src/issues/1612
Title: Re: Model Number search not working V 1.3.4
Post by: larkimpressive on April 10, 2024, 10:51:16 PM
1.3.5 branch has fixed this error. Thanks for your update Basara.
Title: Re: Model Number search not working V 1.3.4
Post by: Alex1 on July 01, 2024, 11:40:31 PM
I started migrating one of my sites to my first AbanteCart store a few days ago and noticed the same issue. Am I understanding this correctly that I should wait for version 1.3.5 to be released and then upgrade to 1.3.5 to get the model number search function working?
Title: Re: Model Number search not working V 1.3.4
Post by: Basara on July 02, 2024, 02:28:47 AM
Quote from: Alex1 on July 01, 2024, 11:40:31 PM
I started migrating one of my sites to my first AbanteCart store a few days ago and noticed the same issue. Am I understanding this correctly that I should wait for version 1.3.5 to be released and then upgrade to 1.3.5 to get the model number search function working?

Hello
There's no need to hold off; feel free to review the commit linked in the bug report and implement it in your theme. https://github.com/abantecart/abantecart-src/commit/1b05de35cdabe854ab9de4fe1eac8be33e602fc0?diff=split&w=1
Title: Re: Model Number search not working V 1.3.4
Post by: Alex1 on July 04, 2024, 01:21:29 AM
Thanks a lot for your help with that. I got it fixed in less than a minute using the code corrections at the link you provided, and it is working perfectly now.
Title: Re: Model Number search not working V 1.3.4
Post by: alexreynolds on October 22, 2024, 10:15:47 PM
 Sometimes, cached data can cause issues. Clear your browser cache and any application cache related to the software. If your software has an indexing feature, try reindexing the products. This can often resolve issues where products are not appearing in search results. If none of the above solutions work, it's a good idea to reach out to the software's support team. Provide them with detailed information about the issue, including steps to reproduce.