
Awarded
Posted
Paid on delivery
The website in question is [login to view URL], and we have 2 issues that we need fixing. they are Search bar is not producing results, and sorting by certain categories on pages is not working First issue brief 1. Background & Context The eCommerce website relies on its header search functionality to help customers find products quickly. Currently, there is a disconnect between the quick-search (AJAX/dropdown) feature and the dedicated search results page. 2. Problem Statement When a user types a query into the header search bar, the predictive dropdown successfully fetches and displays relevant products. However, upon submitting the search form, the dedicated search results page yields zero results, failing to populate the matched products. 3. Steps to Reproduce Navigate to the homepage: [login to view URL] Locate the search bar in the global header. Type a keyword (e.g., "Beige"). Observe: The dropdown autocomplete successfully shows relevant "Beige" products. Press 'Enter' or click the search icon to submit the query. Observe: The user is taken to [login to view URL], but the page displays no product results. 4. Attempted Solutions (Already Ruled Out) Search Indexing: We have already tried reindexing the search index from the backend. This did not resolve the issue, suggesting the problem lies in the search page template, query routing, or frontend/backend integration, rather than the database index itself. 5. Objectives & Scope of Work Investigate: Debug the query payload and routing on the /search/ page to find out why the query parameters (e.g., ?q=Beige) are being ignored or failing to fetch data. Resolve: Fix the underlying code or configuration so that the search results page properly queries the database/search app and renders the correct products. Test: Ensure that the search results page matches (or accurately expands upon) the results shown in the header dropdown across multiple different browsers and device types. 6. Deliverables Bug Fix: A fully operational search results page that accurately returns products based on user queries. Root Cause Summary: A short explanation of what caused the issue and exactly what was changed to fix it (for future reference). *** Additional Notes for the Developer: Please ensure that fixing the search page does not break the currently functioning predictive dropdown search. Both should draw from the same data pool. Second issue brief The following categories: "All Tiles", "Floor", "Wall", "Bathroom", "Kitchen", "Outdoor" and "Star Buys under £20/m2" on the navigation header bar to sort by the lowest price per m2 in descending order. In summary, we want all items inside these pages to show the lowest price first. Normally, it can be achieved by just setting this to sort by price by default on the backend, however, the categories above display sub-categories instead of products. The subcategories already have a "from" price, so that can be used to override the sorting of the display on the XML files and correctly show the correct information.
Project ID: 40443263
300 proposals
Remote project
Active 7 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
300 freelancers are bidding on average £136 GBP for this job

Hi there, I can help fix both issues on your website, including the non-working search results page and the incorrect product/category sorting behavior. I have solid experience with eCommerce development, AJAX search functionality, product filtering, category logic, and custom sorting implementations. For the search functionality, I’ll review the connection between the predictive search dropdown and the dedicated search results page, identify the issue within the query or template logic, and ensure products display correctly without disrupting the existing quick-search experience. For the sorting problem, I can adjust the category and subcategory sorting rules so collections such as All Tiles, Floor, Wall, Bathroom, Kitchen, Outdoor, and Star Buys automatically display products by the lowest price per m² using the available “from” pricing structure. I also provide clean, maintainable solutions along with post-project support and documentation outlining the issue, the applied fixes, and recommendations for future maintenance. In addition, I can help ensure multilingual compatibility and keep the implementation flexible for future updates and scalability. I would be happy to discuss the project further and get started right away. Best regards, Ghanshyam
£135 GBP in 3 days
9.4
9.4

Hello, With over a decade of web development experience, our team at Our Software has tackled countless challenges similar to yours, and more importantly, we've found robust solutions. Our expertise in CSS, HTML, JavaScript, and PHP perfectly aligns with the technological requirements of your project, allowing us to dig deep into each layer of your website's code to find the critical root cause. The issue you're facing is most likely due to a disconnect between the front-end template and back-end routing - something we're well-versed in resolving. As an eCommerce-focused agency, we understand the importance of search functionality for online businesses. We appreciate that your search bar is used as a core element for your customers to navigate through products promptly. Imagine the frustration for users when their search produces no results on an otherwise functional online store. Rest assured, we are eager to solve this problem for you. We have a track record of delivering not only functional and high-performing websites but also providing excellent customer service throughout the project. Our commitment to ensuring 100% client satisfaction will mean that we will go above and beyond just fixing your search functionality; we will also test it across multiple browsers and devices, guaranteeing accurate results coordinates with the predictive dropdown feature. If chosen, we pledge to transform this hinderance into a smooth experienc Thanks!
£150 GBP in 1 day
8.6
8.6

Hi, I have gone through your brief carefully and visited the site to reproduce the issue. The dropdown returning results while the search page returns zero is a strong indicator that both features are not routing queries through the same logic - the form submission is likely hitting a different endpoint or the results page template is not reading the ?q= parameter correctly. Reindexing not fixing it confirms this is a code or configuration issue, not a data issue. A few questions before I begin: 1. Is this WooCommerce or a custom eCommerce build? 2. What plugin or service powers the AJAX dropdown? 3. Do you have server log access or WP_DEBUG enabled? I will trace the query from the moment the form is submitted, find exactly where the disconnect happens, and fix it without touching the dropdown which is already working correctly. Deliverable: fully operational search results page on all browsers and devices, plus a clear root cause summary for your records. Looking forward to getting this sorted for you. Best regards, Hafiz Anas
£135 GBP in 2 days
8.5
8.5

Good to see this project, I will debug the search results page query routing, fix the disconnect between the AJAX dropdown and the full results page, and deliver a root cause summary. The dropdown working while `/search/?q=` fails typically points to the search form submitting to a custom route that bypasses Magento's CatalogSearch controller — or Elasticsearch query mapping differing between the two endpoints. I will trace both paths to pinpoint the break. Questions: 1) Are you using Elasticsearch or OpenSearch, and which Magento version? 2) Is a third-party search extension powering the predictive dropdown? Ready to start whenever you are. Kamran
£22 GBP in 10 days
8.5
8.5

Hello, Your issue is very likely not the index itself, but a split between Magento’s autocomplete logic and the actual search-results routing/template on the /search/ page. Since the AJAX dropdown already finds products like “Beige,” I’d trace the form submission, request payload, and the block/controller/template handling ?q=Beige to find where the results are being dropped. I’ve fixed Magento 2 search issues involving custom headers, layered navigation, and mismatched frontend/backend search handling using PHP, JavaScript, MySQL, and Magento debugging tools. I’ll keep the predictive dropdown intact while aligning the results page to the same source of truth, then test across browsers and devices to confirm both search flows behave consistently. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. I can start by inspecting the routing, search controller, and theme overrides, then provide a short root-cause summary with the fix. Are you using a custom search module or theme override for the header autocomplete and /search/ results page? Thanks, Asad
£150 GBP in 1 day
8.4
8.4

Hi, I can investigate the query payload and routing on the /search/ page, ensuring everything aligns with the predictive dropdown. I will look into the integration between the frontend and backend, which might be causing this disconnect. With over 8+ years of experience in Magento development, I’ve dealt with similar issues before and can get this resolved quickly. I will also provide a summary of the changes made for future reference. Let me know if you’d like to discuss this further! Best Regards, Priyanka
£140 GBP in 2 days
8.5
8.5

Hi, I’ve reviewed the issue on your search flow and this looks like a classic disconnect between the AJAX predictive search endpoint and the dedicated "/search/" results template/query handling. Since the autocomplete is already returning correct products, the index/data source itself is likely fine — the problem is probably within query routing, parameter mapping ("q" vs expected parameter), frontend state handling, or the backend search template/controller not properly consuming the submitted query. I can investigate the full search request lifecycle, debug the "/search/?q=" handling, trace the query payload, and implement a clean fix without affecting the currently working predictive dropdown. I’ll also test across mobile/desktop browsers to ensure both search experiences stay fully synchronized and return consistent product results. Once complete, I’ll provide a concise root-cause summary outlining exactly what caused the issue and what was changed so future maintenance is straightforward. I have experience debugging eCommerce search systems, AJAX search integrations, query routing issues, and frontend/backend search mismatches on live stores while keeping downtime and conversion impact minimal. Ready to start immediately and can work safely on staging first before deployment to production.
£180 GBP in 5 days
8.3
8.3

Hello!==>> Magento expert====>>I can investigate and fix the issue causing the dedicated search results page to return zero products while the AJAX predictive search is working correctly. I’ll debug the query routing, backend/frontend integration, and search template logic to identify why the ?q= parameter is not fetching results, while ensuring the existing dropdown autocomplete remains fully functional.
£201 GBP in 2 days
8.2
8.2

Asif from Einnovention here, and I have just the right set of skills and expertise to tackle your Magento 2 search bar issue. With extensive knowledge of CSS, HTML, JavaScript, PHP, and Web Development, debugging and fixing complex problems like yours are right up my alley. Our team has a profound understanding of how frontend-backend integrations work and how even a seemingly small issue with query routing or template configuration can affect major functionality. Moreover, we’ve been around the block enough times to understand the value of comprehensive testing across different browsers and devices to ensure consistency — something you specifically mentioned as a requirement. Let us join forces to optimize your fantastic e-commerce website at cut-price-tiles.co.uk. Grade-A customer experience depends on efficient search functionalities, and together we can create that unforgettable user journey you envision for your platform. We don't just fix bugs; we find long-lasting solutions while prioritizing scalability and innovation. So let's connect to discuss further details!
£135 GBP in 7 days
8.0
8.0

Hi, I can start right now. I understand both issues of your Magento 2 store regarding Search bar and Sorting by certain Categories. I will fix them as per your guidance. Please share the Root SSH to start. I have +8 years of experience in Magento and also have +5 years of experience as a Linux Administrator. Regards Karuna S.
£100 GBP in 2 days
7.7
7.7

With more than a decade in the industry, I am well-versed in utilizing PHP-based CMS's and eCommerce platforms, including Magento 2, which tasks heavily with resolving your search functionality issue. My expertise extends to PHP-based frameworks (like Laravel and CodeIgniter) as well as MySQL, JavaScript (including frameworks such as React and Vue.js), and HTML, ensuring that all aspects of your project are covered under one roof. What truly separates me from the crowd is my commitment not just to solving the current issue but also ensuring its non-recurance. My deliverables have always stretched beyond merely fixing a problem for the present moment; hence I'll be providing not only a bug-free revamped search results page but also a comprehensive root cause summary that will help you avoid this issue in the future. Moreover, I understand that effective communication is integral to any successful cohesiveness. I pride myself on maintaining crystal clear dialogue with my clients throughout the project lifecycle—discussing all possibilities before acceptance. As your satisfaction is central to my work ethic, I offer one of the best support systems on this platform, guaranteeing timely response to your queries and on-time delivery with superior quality. Let's collaborate and ensure a thriving search experience for all users!
£100 GBP in 7 days
7.4
7.4

Hello, We’d be happy to help resolve both issues. At Doomshell, we have strong experience debugging custom eCommerce functionality, search integrations, category logic, XML/template overrides, and backend/frontend synchronization issues. We reviewed your issue descriptions carefully, and both problems appear very solvable with structured debugging and testing. For the search issue, our approach would include: • Tracing the search request flow from the header search to the /search/ results page • Debugging query parameter handling (?q=keyword) and routing logic • Verifying template/controller/API integration with the search index Deliverables: • Fully fixed search results functionality • Correct lowest-price sorting implementation for the requested categories • Root-cause summary with details of changes made • Testing across desktop/mobile browsers to ensure stability A couple of quick questions: 1. Which platform/framework powers the website (Magento, custom PHP, OpenCart, etc.)? 2. Do you currently have staging/development access available for safe testing before deployment? Once access is shared, we can begin debugging immediately and provide progress updates throughout the fixes. Looking forward to helping get both issues resolved cleanly and safely. Best Regards,
£245 GBP in 4 days
7.6
7.6

Hello Ugh. Website slow. Customers leave. Bad. Hung make fast. 5 years web speed. Hung fix. See code. Make fast. Done. Giáp Văn Hưng
£250 GBP in 7 days
6.9
6.9

Hello, I can help fix the Magento 2 search issue where the autocomplete shows products but the /search/?q=Beige results page returns nothing. I will check the search form routing, query handling, template/rendering logic, and Magento search integration so the results page pulls from the same working data source without breaking the predictive dropdown. I have experience debugging Magento 2 frontend/backend search problems involving PHP, JavaScript, AJAX, MySQL, and theme-level overrides, and I will also provide a short root cause summary of what was changed for future reference. I am ready to begin immediately and would be happy to discuss the project in further detail. Thanks, Teo
£150 GBP in 18 days
6.8
6.8

As an experienced Magento developer, I will help you to fix the bugs successfully. I checked the search issue with the link If you award me, I would be happy and will do my best.
£480 GBP in 7 days
6.7
6.7

As an accomplished web development agency with over a decade of experience, we have encountered and solved numerous Magento issues similar to the ones you're facing. Our expertise in debugging and troubleshooting SQL databases, frontend/backend integration, query routing, and search app codes perfectly aligns with your requirements. Further, core skills like CSS, Javascript, MySQL, PHP are our forte which is particularly valuable in your project where you need the subcategories to effectively override sorting of display XML files. This ensures that not only your search results are correct but also the sorting by price on relevant categories meet your specific needs. What sets us apart is not just our technical know-how but our commitment to client satisfaction. We don't consider any job complete until it's 100% perfect for you. With a reputation for fast response times and crystal-clear communication, we will keep you updated throughout the process with detailed reports on every optimization or customization we implement. Trust us to not only fix the search bar but to deliver a fully operational search results page that accurately returns products correctly sorted by lowest price as per your request.
£200 GBP in 1 day
6.8
6.8

I can debug and fix the broken search results page so it correctly reads the query parameter and returns products like the header autocomplete, without affecting the existing dropdown search. I’ll ensure both use the same data source, test across devices, and provide a short root-cause fix summary. Best Regards, Muhammad
£30 GBP in 1 day
6.4
6.4

Hello, I reviewed the issue description carefully and this appears to be a search routing/query integration problem rather than an indexing issue, especially since the predictive AJAX search is already returning valid products. Based on the behavior you described, the likely causes are: • The /search/ results template is not correctly reading the q parameter • The backend search endpoint used by the full results page differs from the autocomplete source • JavaScript routing or query serialization is failing after form submission • The search results page is querying the wrong product index or product type • Theme/template overrides may be interfering with the main search loop I can help investigate and resolve this without affecting the currently working predictive dropdown functionality. I have experience debugging search implementations in custom eCommerce environments, including issues involving AJAX search, theme overrides, query routing, and frontend/backend synchronization. I can start immediately and should be able to identify the root cause quickly. Best regards, Apurva Sharma
£150 GBP in 2 days
6.6
6.6

Hello, I understand your Magento 2 issue where the AJAX search dropdown returns correct product matches, but the full search results page (/search/?q=Beige) returns zero results, despite indexing already being confirmed as working. You need the routing/query mismatch identified and fixed without breaking the existing autocomplete functionality. I will debug the Magento 2 search flow end-to-end, focusing on how the query parameter (q) is handled between the frontend search form, controller layer, and search provider (ElasticSearch/MySQL). I’ll ensure the results page is correctly mapping the query string to the same search adapter used by the AJAX dropdown, fix any template or controller misalignment, and verify that both autocomplete and full results page pull from the same indexed dataset without duplication or override issues. I can start immediately by replicating the issue in a staging environment, tracing the request lifecycle, and applying a safe patch that preserves current AJAX functionality while restoring correct search results rendering. Final delivery will include a root-cause explanation, tested fix across browsers/devices, and confirmation that indexing and search consistency remain intact. Is your Magento setup using Elasticsearch or MySQL catalog search as the backend engine? Has any custom module recently modified the search controller or layered navigation logic? Thanks, Asif
£250 GBP in 3 days
6.5
6.5

Hello, ❤️❤️____ I have 8 yrs of experienced Magento 2 developer with strong expertise in debugging search, AJAX, & catalog sorting issues. I can investigate why the /search/?q= query is not returning results, fix the routing/template or search adapter issue without breaking the predictive dropdown, and ensure consistent results across browsers. I’ll also implement custom sorting logic for category pages so products display correctly with the lowest price per m² first, along with a clear root-cause report and tested production-ready fix. -- Regards, Ravi s.
£149 GBP in 2 days
6.6
6.6

Peterborough, United Kingdom
Payment method verified
Member since Jul 20, 2015
£20-250 GBP
£20-250 GBP
£10-20 GBP
£15-23 GBP
£10-20 GBP
£250-750 GBP
$750-1500 USD
$10-30 USD
$30-250 USD
$10-30 CAD
₹12500-37500 INR
$15-25 USD / hour
€12-18 EUR / hour
₹12500-37500 INR
$250-750 USD
$30-250 USD
$10-30 USD
$250-750 USD
$30-250 AUD
£750-1500 GBP
$15-25 USD / hour
$250-750 USD
$250-750 USD
$3000-5000 CAD
$250-750 USD