Budget: 1800 UAH Deadline: 2 days
Good day! I can start today. The situation is familiar: when opening the module page, the front starts a synchronization cycle and begins to flood requests to the Graph API — either it's a continuous polling that doesn't stop, or a product enumeration where some items do not have a valid Facebook ID in the catalog, and each such item returns gr:get:InvalidID. Errors multiply because the request is repeated on every render/interval.
Plan: first, I will look at the module logs and network requests on the page (where and how frequently the calls are made), find the initialization point — it's almost always a failed setInterval/recursion or synchronization without checking if the FB-ID exists. Then I will set a guard, remove unnecessary repeats, cache responses, and correctly map/skip items without a valid ID so that InvalidID is not generated at all. I will review the specifications from the Google Doc before starting.
Estimated: diagnostics and localization — on the day of the start, fix and check the stability of requests — another day. Question: will you provide access to the test stand (admin panel + module log files), or are you editing on the production? And what version of OpenCart — 3.x or 4.x?
Budget: 1400 UAH Deadline: 1 day
Hello! I am ready to start working right now. I clearly understand the task and have successful experience in implementing exactly such projects (examples are in the reviews). I will complete the task today, quickly and without unnecessary questions. Let's discuss the details and get started! 🚀
Budget: 700 UAH Deadline: 1 day
Hello! I can start working tomorrow at 10:00, and I expect to resolve the issue within 48 hours. Thank you for your trust.
Budget: 5000 UAH Deadline: 2 days
Hello, Volodymyr!
I have reviewed the description and your Google document. The task is clear: we need to stop the avalanche growth of API requests and eliminate the gr:get:InvalidID errors when opening the module page.
I have been working with OpenCart and the Facebook Graph API / Webhooks integration for a long time. The symptom indicates a loop (infinite polling or incorrect rendering/recursion) when the script tries to poll outdated or invalid object IDs without a stop condition. I will also fix the output of the nickname and followers (likely due to changes in API versions).
⚡ When can I start: I am ready to begin work today / soon.
⏱ How much time is needed: * Day 1: Localization of the problem, analysis of requests and module logs, searching for the loop point.
Day 2: Fix, adding ID validation before sending, testing API stability.
Overall for the work: 1–2 days.
To get started, I will need access to the admin panel (test stand) and FTP/SFTP. I will be happy to help, feel free to message me!
Budget: 1800 UAH Deadline: 1 day
Hello, I can take on the diagnosis and fix the OpenCart integration with Facebook/Instagram. Usually, such problems arise due to incorrect request cycles in the module (self-recursion, duplicate OAuth calls, or improper handling of Webhook/ID parameters). I will check the logs, the place of API call initialization, and the reason for the increase in gr:get:InvalidID, after which I will fix the source of the requests and stabilize the integration without unnecessary API calls.
Budget: 1700 UAH Deadline: 3 days
Good day! I am ready to start today. OpenCart module for Facebook/Instagram integration: I will find the cause of the avalanche of API requests and errors gr:get:InvalidID, add logging/tests, fix the loop/incorrect IDs, and check the webhook/OAuth. Deadline: 3 days.
Budget: 1700 UAH Deadline: 2 days
Good day. I understand the task: in the OpenCart integration module with Facebook and Instagram via API, OAuth, and Webhook, after opening the module page, the number of requests to Facebook starts to grow exponentially, and the number of errors gr:get:InvalidID increases. We need to find the cause and fix it.
I have been working with OpenCart and integrations via API for a long time, so I am familiar with the general mechanism of such a problem. The symptom, when requests start to multiply specifically upon opening the module page, usually indicates either a cycle of repeated calls during page loading (repeated token refresh or polling in a loop without a stop condition), or an invalid object or ID being passed to the Facebook Graph API, which causes InvalidID, after which the logic repeats the request again and again. I will check what exactly is triggered when opening the module, how IDs are formed in requests to the Graph API, and where there is a lack of stopping or caching to eliminate unnecessary calls and the errors themselves.
I will look at your detailed specifications with screenshots in the Google Doc to link the errors to a specific place in the module code. I can start in the near future. Regarding the timeline: first, I need to open the document and look at the module code to specify, but based on experience, a similar fix usually takes a few days, where most of the time is spent on localizing the cause, and the actual fix is usually small.
Please provide access to the module code and the environment where the problem can be reproduced. Is this a custom module or a ready-made one from the marketplace?
Budget: 3000 UAH Deadline: 2 days
Good day! I carefully read the technical specifications — the task is clear.
Two problems are solved separately:
1. Nickname and number of subscribers — most likely changes in the Graph API (v14+) removed fields that were previously returned by default, they need to be explicitly requested.
2. Mass requests with gr:get:InvalidID — most likely the polling script is accessing the API with IDs that no longer exist (deleted messages, pages, or avatars). We need to find where these requests are formed, add ID validation before sending, and remove unnecessary calls.
I can start tomorrow. For diagnostics and fixes — 1-2 days depending on the volume of the module's code.
Budget: 1300 UAH Deadline: 1 day
Good day. I am ready to solve the problem today. I am well acquainted with OpenCart and have experience in developing my own modules.
Budget: 1300 UAH Deadline: 1 day
Hello
I will do it now
Message me privately
We will discuss the details
Budget: 2000 UAH Deadline: 2 days
Hello!
I have reviewed the specifications. I have experience with OpenCart, API integrations, and troubleshooting similar issues where background JS/PHP code generates excessive requests and quickly hits the limits of external services.
I can check which specific function is causing the gr:get:InvalidID requests, add logging for Facebook/API responses, remove incorrect calls without breaking the current functionality of the module, and separately fix the output of the nickname/subscribers. I see in the specifications that an important criterion is that errors should not increase and API limits should not be consumed when the module page is open.
I can start today/tomorrow.
Budget: 1000 UAH Deadline: 1 day
Good day! I am ready to take on the diagnosis and correction of the issue with the Facebook/Instagram API in OpenCart. I can start today.
Budget: 2800 UAH Deadline: 1 day
Good day.
I am ready to take on the task right now.
Work plan:
* I will analyze the OpenCart module and the integration with the Facebook/Instagram API.
* I will find the cause of the mass requests to the Graph API and the errors gr:get:InvalidID.
* I will add detailed logging of problematic requests and Facebook responses.
* I will identify specific functions and files that are causing the limit overages.
* I will fix the display of the user's nickname and the number of subscribers.
* I will check to ensure that the current functionality of the module is not broken after the changes.
Deadline: up to 2 days.
Cost: 2800 UAH.
After receiving access to the code and the module, I can start working immediately today.
Vadim Tyagulsky
Winning proposal- Projects 44
- Rating 5.0
- Rating 4 120
Budget: 1000 UAH Deadline: 2 days
Good day
I understand the task, I have gone through the specifications, and I can take it on.
According to the description, the most suspicious areas are:
periodic AJAX requests from the admin panel;
updating the unread messages and comments counter;
fetching user or page avatars;
finding information about Facebook and Instagram pages;
requests for comments or messages that have been deleted;
requests by ID for objects that no longer exist or have become unavailable.
These mechanisms can lead to constant requests to the Graph API, an increase in gr:get errors, and a gradual depletion of the application's available API limits.
Overall, preliminarily, I estimate 1-2 days for the timeline.
Regarding the cost, I can approximately offer 1700 UAH, or if you have a desired amount in mind, you can also let me know, and I can consider it.
Currently, I am not busy and can promptly start working after we get in touch.
Budget: 2000 UAH Deadline: 1 day
With the right setup, the work will take no more than a day. I can start at any time, even now.
Budget: 1400 UAH Deadline: 1 day
Hello! I have relevant experience with similar tasks, and I can help with your project. I can quickly familiarize myself with the requirements, propose the best solution, and execute the work thoroughly. I am ready to discuss the details and get started.
Budget: 2500 UAH Deadline: 1 day
Good day! I have experience with PHP/OpenCart and integrations with Facebook/Instagram Graph API, OAuth, Webhooks.
I read the specifications - both issues (disappearance of the username/followers and API limit leaks with the increase of gr:get:InvalidID) are very likely related to the code that periodically updates the client's profile data (username, number of followers, avatar) through separate API requests while polling unread messages. If the user ID in these requests becomes invalid (for example, due to a change in ID format in the Graph API or an outdated token), each polling cycle generates the error gr:get:InvalidID and consumes the limit.
Work plan:
1. Find the function(s) that make these requests (most likely in the polling script of the admin panel)
2. Add logging of the Facebook request/response to a separate file
3. Determine the exact cause of the invalid ID
4. Fix the request, restore the display of the username and followers
5. Check that the API limits are no longer consumed when the tab is open
Deadline: I will start today, estimated time for diagnostics + fix — 4-6 hours (possibly faster, depending on the structure of the module code).
Estimated cost: 2500-3000 UAH (for the entire scope - diagnostics, logging, fixing both issues, documentation of changes).
I am ready to start with code analysis, please provide access to the module files (FTP/SSH or archive) and the request log if available.
Proposals are currently absent
Budget: 9000 UAH Deadline: 3 days
Good day!
I have extensive experience working with PHP, OpenCart, REST API, and Facebook Graph API integrations.
I have reviewed the problem description. Judging by the symptoms, it is necessary not just to fix a specific error but to conduct a full tracing of the module's requests to the Facebook API and identify the specific functions that are causing mass calls and gr:get errors.
I plan to carry out the work in the following sequence:
• Analyze all AJAX requests of the module's page;
• Find the functions that make periodic calls to the Graph API;
• Add detailed logging of Facebook requests and responses;
• Determine which IDs are being transmitted incorrectly;
• Identify the source of excessive API limit usage;
• Restore correct retrieval of username and followers_count;
• Eliminate the cause of gr:get errors;
• Ensure that the current functionality of the module does not change after the fixes.
After the analysis, I will provide a list of files and functions that are causing the problem, as well as a detailed report explaining the reasons and changes made.
Timeframe: 1-3 days
I can start immediately after gaining access to the code and testing environment.
Portfolio: https://portfolio.mmwebxs.cx.ua/
I suggest discussing the details in correspondence 🙂
Budget: 5000 UAH Deadline: 3 days
Hello. I have extensive experience with OpenCart. I am ready to collaborate. Feel free to contact me.
Budget: 5000 UAH Deadline: 20 days
Volodymyr, good afternoon. I'm glad to see a task from you again.
I can take it on. From the description, it seems that after opening the module page, a repeated request to the Facebook Graph API is triggered somewhere, or the object ID is processed incorrectly, which is causing the `gr:get:InvalidID` errors.
I can start today/tomorrow after opening the Safe and access.
Time estimate: 1–2 working days for diagnostics, searching for the source of the requests, and fixing. If the problem turns out to be deeper in the OAuth/Webhook logic or the module structure, I will note that separately before making additional changes.
I work the same way as last time: first, I find the exact cause, then I fix the code and explain what specifically caused the problem.
Budget: 9000 UAH Deadline: 3 days
Hello. If you still need help - we know everything about website settings and API conversions and a little more 😁
Experience in 15+ projects of various directions
We will complete it within 2-3 days from the moment of agreement on the terms
Write to me in private messages 🫶
Budget: 17000 UAH Deadline: 14 days
Hello! I have experience working with OpenCart. I can write a modifier and modify the module code without directly altering the code in the module. I can start working on it from the 14th. It will take about 3-4 days to familiarize myself with the code. I need to check what the module might contain; the module code could be obfuscated, which would make its extension or modification impossible, and in that case, I would need to contact the module author. I will also need you to be available and provide answers to any questions I may have.
Budget: 7000 UAH Deadline: 5 days
Hello, I am ready to start now. I create websites on OК3, such as
https://forsage.ua
https://well.ua
Many more.
Budget: 8000 UAH Deadline: 2 days
We already have a practically ready similar solution for integrating the store with external APIs, which can be quickly adapted and launched for your OpenCart. I'm available here ))
I can start today after receiving access; I estimate 1-2 working days for diagnostics and fixes.
The cost estimate is 8000 UAH.
We can go through a proper technical diagnosis - find the place where the admin panel cyclically hits the Graph API, add a separate log for the module's responses and Facebook, and remove incorrect ID requests without breaking the current functionality.
In the specifications, I see an important point - we need to not just hide errors but prove that with the module tab open, gr:get:InvalidID does not increase, limits are not consumed, and the Network is clean.
Access to the test copy of OpenCart, module files, admin panel, logs, and a test Facebook application with permissions to check requests is needed.
I would like to clarify two points:
- Is there a test store, or do we need to work on a copy of the live one?
- Can we add temporary logging during the diagnostics and test the module with the tab open for 30-60 minutes?
Similar experience in e-commerce and integrations - https://business.ingello.com/eva - here the logic of stores, integrations, and process stability is similar.
Also relevant - https://business.ingello.com/carveli - about technical support for the store with business logic, where it is important not to break the current functionality.
About us and the work format - https://systems-fl.ingello.com/ua
As a bonus, I can suggest where to add AI classification of messages so that the module not only accepts dialogues but also helps operators respond faster.
Overall, it's fine; tasks of this type are better fixed through measurable logs and limit control - measure seven times, cut once =)
Proposals concealed
Current freelance projects in the category PHP
Good day! There is a template for passenger transportation ViserBUS It is necessary to connect the API from Infobus and adjust the website Regarding the budget, please write your price, as I do not understand how much this costs.
We are looking for an experiencedLead Software Engineer / Senior Backend Engineer to join our team for ahealthcare project. The project focuses on enhancing an existing platform by buildingbusiness process automation, developing new backend functionality, and integrating third-party services and APIs.Requirements 5+ years of commercial software development experience; Strong commercial experience withPHP and Laravel (Laravel experience is required); Experience buildingbusiness process automation and system integrations; Hands-on experience withAWS (EC2, S3, RDS, CloudFront, Lambda, etc.); Experience designing and developing REST APIs; Strong knowledge of MySQL and/or PostgreSQL; Experience with Git; English level:B2 or higher.Responsibilities Develop and enhance an existing Laravel platform; Build automation solutions for internal business processes; Develop new backend modules and integrations; Integrate third-party services and APIs; Improve platform performance, scalability, and reliability.Please send us: Your CV; A brief summary of your experience withLaravel,AWS, andautomation projects; Your monthly rate or salary expectations; Your availability; Your location and time zone. We look forward to hearing from you.
I need to create a simple application for the phone, literally one page. I will provide the design. All details in private.
Hello to you. You need to create a precise copy of the functionality of the module on the WordPress for the open card.Plugin Mondial Relay WooCommerce Module for delivery. I also add the documentation. The documentation is present in English. The essence of this integration is that when choosing the way of delivery, the Mondial Relay opens the card, and then from the address and postal index filled in the order form on the site shows the nearest issue point. There is all the documentation on the site and an example of the widget. There are modules under Prestashop, WordPress, etc. It is not for opencart. You can take the module and on this basis make a full copy for the open card. I look forward to price and deadlines. All peace and good. I love you friends.
We are looking for an experienced developer (or team) to create a modern online store for auto parts CarLeo based on the OpenCart CMS. Main tasks and project requirements: 1. Platform and architecture: OpenCart with protection and optimization of the database for million-item catalogs and online evaluation (Redis cache / Elasticsearch). 2. Supplier integration (API): Automated selection, online evaluation, processing of cross-references and stock in real-time (Elit, Omega-Autopostavka, Avtonova-D, Inter Cars, Vladislav). 3. Search and VIN codes: A single search line by article, name, VIN code, or vehicle registration number. Normalization of articles and strict validation of VIN (ISO 3779). 4. Design and Mobile-First: Clean B2C/B2B interface, adapted for smartphones with fixed bottom navigation and convenient touch UX. 5. Automation and Services: - Integration with Nova Poshta API (auto-generation of TTN and transfer to B2B Order API of the supplier for auto dropshipping); - Automatic fiscalization through PRRO (Checkbox / Vchysno); - Online acquiring (LiqPay / WayForPay / MonoPay); - Two-channel messaging to clients (Telegram/Viber/SMS + Email); - Cloud PBX and CRM modules for the manager's workplace. 6. Multilingualism: 3 language versions (UA - main, RU, EN). The complete detailed Technical Task (15 points) is available at the link: https://docs.google.com/document/d/1340xmqKJq--q9b0BwRaBsiRZlIo37IlGewQikP1Wy2o/edit?usp=sharing Due to platform limits, the project is organized and paid through the "Safe" in 2 stages: 1st stage (27,000 UAH): Main development of the site (layout, Mobile-First, OpenCart setup, connecting supplier APIs, catalogs, search, delivery, and payment). 2nd stage (13,000 UAH): B2B cabinet for service stations, CRM modules for the manager, setting up notifications (Telegram/Viber) and 21 days of warranty support after the site handover. - Project completion time — 30 days - Engineering initiative is welcome: any of your expert suggestions for improving functionality or architecture will be discussed. - We are looking for a reliable specialist for long-term cooperation and further technical support of the site. Please indicate your real experience with OpenCart and examples of developed online stores (preferably in the e-commerce / auto parts sector) in your feedback.