• Projects 30
  • Rating 5.0
  • Rating 5 747

Budget: 27000 UAH Deadline: 10 days

So, WooCommerce plugins were developed - not just theme modifications, but specifically order logic, API integrations, admin settings, error logs, and Git.

The cost estimate is from 28,000 UAH, timeline - about 10 working days after reviewing the specifications and API documentation. If the specifications include complex message template logic, retries for sending, queues, or multilingual support - the estimate may change.

The approach I see is this - we create a separate plugin without tying it to the theme, connect to WooCommerce order statuses, expose keys and parameters in the admin panel, add logging for API responses and errors, as well as a proper structure for future support. We can keep it simple, but it’s important not to make a fragile insertion in functions.php =)

Questions
> Is there already documentation for the external API with examples of requests and responses?
> Should messages be sent only when the order status changes or also upon creation, payment, cancellation, return?

Mobile app with admin
  • Projects 90
  • Rating 5.0
  • Rating 3 832

Budget: 800 UAH Deadline: 1 day

👋 Hello! I'm 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! 🚀

  • Projects 6
  • Rating 5.0
  • Rating 830

Budget: 700 UAH Deadline: 1 day

I have extensive experience in developing plugins for WP, some are in the repository, feel free to contact me for details.

  • Projects 150
  • Rating 5.0
  • Rating 22 306

Budget: 20000 UAH Deadline: 10 days

Hello.
I have extensive experience.
I have experience in creating custom plugins.
I can show all examples in private messages.

  • Projects 34
  • Rating 5.0
  • Rating 2 790

Budget: 15000 UAH Deadline: 5 days

Hello! I specialize in developing custom plugins and themes for WordPress. I can start today. Feel free to reach out, I would be happy to collaborate!

  • Projects 14
  • Rating 5.0
  • Rating 870

Budget: 1000 UAH Deadline: 1 day

Hello. I have experience in developing WordPress + WooCommerce plugins, as well as experience in integrating third-party APIs. I would like to review the technical specifications.

  • Projects 15
  • Rating 5.0
  • Rating 7 807

Budget: 5000 UAH Deadline: 30 days

I will develop a custom plugin for WooCommerce strictly according to your specifications in the form of an isolated OOP module with its own settings page, logging via WC_Logger, and version control in Git.

Since direct synchronous requests to external REST APIs during order status changes can critically slow down the site or even block the checkout process for the customer in case of a failure on the notification service side, is the use of an asynchronous task queue through the built-in Action Scheduler or WordPress Cron included in your specifications?

We can discuss the budget and timelines in personal correspondence.

Similar project: В модулі OpenCart виправити 5 проблем повязаних з Facebook API
Meta Ads Report Automator: AI-ready analytics without the routine.
  • Projects -
  • Rating -
  • Rating 383

Budget: 1111 UAH Deadline: 1 day

Hello. I am interested in your project. I have worked with WordPress / WooCommerce and API integrations, and I am ready to review the specifications and provide an estimate on timelines and costs after that. If this is relevant, please message me.

  • Projects -
  • Rating -
  • Rating 421

Budget: 27000 UAH Deadline: 5 days

Маю прямий досвід розробки кастомних WordPress/WooCommerce плагінів та mu-plugins — не просто сайтів, а саме серверної логіки WooCommerce.

Чи розробляв WooCommerce-плагіни? Так:

- loyalty-pricing.php — кастомний mu-plugin: роль client_fidele, поле _loyalty_price в редакторі товару, фільтр woocommerce_product_get_price для двохрівневих цін, badge
"Prix Fidélité", колонка в admin
- nstudio9-smtp.php — кастомна SMTP конфігурація через хук phpmailer_init, без залежності від плагінів
- auto-backup.php — mu-plugin: WP Cron кожні 4 години, дамп БД + файлів, ротація бекапів
- Інтеграція Points & Rewards — кастомні хуки: woocommerce_email_order_details (email про бали після замовлення), woocommerce_before_cart (баннер балів), налаштування через
update_option

  • Projects -
  • Rating -
  • Rating 177

Budget: 2000 UAH Deadline: 1 day

Hello.

Yes, I have developed custom WordPress/WooCommerce plugins, including working with hooks (including order status), admin settings panels, and integrations with external REST APIs.

I also have experience in:

creating custom WooCommerce extensions
integrating with external services via API
logging and error handling
working with Git

  • Projects 6
  • Rating -
  • Rating 411

Budget: 700 UAH Deadline: 1 day

I have developed several WooCommerce plugins, including delivery systems and payment gateways. I can show my portfolio upon request. I have experience with REST API integrations – I have worked with Stripe, Zapier, and Mailchimp. I am ready to review the specifications, assess the timeline and cost. Thank you for considering.

  • Projects 19
  • Rating 5.0
  • Rating 1 790

Budget: 20000 UAH Deadline: 7 days

Good day, I have been working with WordPress for over 3 years, developing fast and optimized themes, and also maintaining existing ones. I also develop plugins, the latest plugin I created is for synchronizing WooCommerce and 1C. I would be happy to collaborate with you and am ready to discuss all the details in private messages.

Examples of my recent work on WordPress:
https://mansionproject.nl/
https://thecarguys.kinsta.cloud/
https://totuus.co.uk/
https://futurizm.io/

  • Projects 67
  • Rating 5.0
  • Rating 12 773

Budget: 24998 UAH Deadline: 5 days

Hello! I will complete your task quickly and efficiently.

My recent works
https://indexfast.pp.ua
https://mamamia.pp.ua
https://monitortest.pp.ua
https://keytest.pp.ua
https://florist-map.vercel.app

My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio

  • Projects 28
  • Rating 5.0
  • Rating 571

Budget: 1000 UAH Deadline: 10 days

Готовий виконати.
Ознайомте, будь ласка, з ТЗ для оцінки!
Досвід роботи з Wordpress більше 12 років (Woocommerce 8+ років).
- hooks & filters
- custom post type
- WP_Query
- plugins: WooCommerce, ACF Pro, WP-Rocket, Polylang, Loco Translate, Yoast SEO|Rank Math, CF7, WPForms, Gravity Forms
- REST API
- custom/customization themes and plugins
- page speed optimization (non-plugins)

  • Projects -
  • Rating -
  • Rating 399

Budget: 5000 UAH Deadline: 5 days

Hello.

Yes, I have worked with WooCommerce plugins - including custom integrations via API, order status hooks, logging, and separate settings pages in the admin panel. It is important to make the plugin a proper separate architecture, not just a "patch" over the theme or functions.php.

I can review the technical specifications, provide an adequate assessment of the implementation right away, and suggest the optimal integration option with the API so that the plugin is well-supported and does not break after WooCommerce updates.

  • Projects 43
  • Rating -
  • Rating 3 028

Budget: 4000 UAH Deadline: 3 days

Hello.
Which service needs to be connected to WooCommerce and what will it do?
I have experience in creating plugins. I have created one for WooCommerce that generated exports for Google Shopping.

  • Projects 32
  • Rating 5.0
  • Rating 1 815

Budget: 10000 UAH Deadline: 10 days

Good day, I have been in web programming for over 9 years. I work with REST APIs, frameworks, and CMS such as Django, Laravel, Yii2, WP, OpenCart, CodeIgniter, etc. I am ready to complete the task. Reviews: Freelancehunt

I have written various integrations via API, as well as modules for OpenCart and plugins for WP; it doesn't matter what to write if you master API development.

  • Projects -
  • Rating -
  • Rating 522

Budget: 15000 UAH Deadline: 1 day

Hello! I have experience in developing custom plugins. Working with RestAPI with third-party services. I also developed my own API. I developed a plugin for Woo for MonoBank. There was a project for which I wrote my implementation for processing payments via the MonoBank API. The project was specific and had a non-standard checkout. Therefore, I had to work with the Woo API. To obtain the number of payment systems for the delivery service based on product availability, working with orders, and much more.

  • Projects -
  • Rating -
  • Rating 234

Budget: 7000 UAH Deadline: 7 days

Good day. I have experience in developing custom WooCommerce plugins and integrations with external APIs. I have worked with hooks/order status hooks, creating admin panels, logging, and Git. I can review the technical specifications, estimate the timeline, and implement the plugin according to your requirements.

  • Projects 103
  • Rating 5.0
  • Rating 6 783

Budget: 1111 UAH Deadline: 1 day

Hello.
I am a FullStack developer with over 10 years of experience in web development. I have experience in creating custom themes and plugins on WP. I would be happy to collaborate.

1. Yes.
2. I can show the websites I have created.
3. Yes. From integrations with CRM or Telegram notifications to delivery and payment integrations.

  • Projects 79
  • Rating 5.0
  • Rating 4 381

Budget: 6000 UAH Deadline: 8 days

Trust a professional with over 10 years of experience! The rate and deadlines are current!
I will be glad to cooperate!
Experience in commercial development of online stores on CMS, business portals, and corporate websites - 11 years!
+CMS: WordPress (+Woocommerce), PrestaShop, Opencart, Joomla, Bitrix, MODX, DLE, Shopify
php/html/css/js/Mysql, PhotoShop/Figma
Examples of work (from scratch, turnkey):
Https://outoftime.market
https://rebitc.com
https://amari.net.ua/
https://heypretty.gr/

  • Projects 9
  • Rating 5.0
  • Rating 726

Budget: 2000 UAH Deadline: 3 days

Hello! I have carefully reviewed your project and am ready to start working. I guarantee quality and timely execution.

  • Projects -
  • Rating -
  • Rating 404

Budget: 1000 UAH Deadline: 1 day

Good day! How can I get acquainted with the technical specifications?

  • Projects 19
  • Rating 5.0
  • Rating 1 762

Budget: 10000 UAH Deadline: 5 days

Hello, Vladimir!

Our IT company creates and improves websites that operate stably, quickly, and solve specific business tasks for clients. We specialize in developing websites "from scratch" as well as enhancing existing solutions, increasing their performance and user experience for your users.

We have experience in:
- developing responsive and fast websites on various platforms (WordPress, OpenCart, Shopify, WIX);
- integrations with payment systems, CRM systems, external services, and internal systems;
- optimizing website performance and security;
- setting up analytics and basic SEO tools;
- software development and business process automation: managing customer databases, resource accounting, automating repetitive tasks, integrations with third-party systems;

  • Projects 4
  • Rating 5.0
  • Rating 901

Budget: 700 UAH Deadline: 1 day

Good day!

1. Yes, I have developed 30+ custom WooCommerce plugins — order status hooks, settings pages in the admin panel, error logging.

2. I have also published my own plugin on wordpress.org — SEO Forge (wordpress.org/plugins/seo-forge).

3. Yes, I regularly integrate REST APIs — Nova Poshta, Monobank, my own notification services. Error logging and retry logic are standard practices.

Please send the specifications — I will estimate the timeline and cost after reviewing.

  • Projects 30
  • Rating 4.9
  • Rating 7 055

Budget: 7000 UAH Deadline: 7 days

Hello! The task of developing a custom WooCommerce integration plugin with an external API service for sending notifications is completely clear. What is needed here is clean code, working with hooks, and proper architecture, not ready-made builders.

Let's get straight to the point: I have the necessary technical background to create a reliable extension. I make all changes and custom solutions carefully, making surgically precise adjustments to the logic without creating technical debt, so the plugin works stably, does not conflict with the theme or other modules, and is easy to update.

Clear answers to your questions:

Experience in developing WooCommerce plugins: Yes, I develop custom plugins and PHP scripts for WordPress/WooCommerce. I am well acquainted with the internal architecture of the CMS, the WordPress Coding Standards (WPCS), and the WooCommerce order lifecycle. Here is an example: https://freelancehunt.com/showcase/work/rozrobka-plaginu-dlya-povnoyi-kastomizatsiyi-checkout/2010308.html

Examples of similar work: I have created modules for e-commerce automation, specific subscription systems, payment integrations, and database synchronization tools. I will provide links to relevant code and architectural details immediately during the discussion.

Andrey K.
1 286 1
  • Projects 1 290
  • Rating 5.0
  • Rating 98 635

Budget: 27000 UAH Deadline: 7 days

Hello. I have experience in developing plugins for WordPress. I am ready to collaborate. Feel free to contact me.

  • Projects 9
  • Rating 5.0
  • Rating 988

Budget: 10000 UAH Deadline: 2 days

Hello!

I am ready to review the technical specifications and implement a custom plugin for WordPress + WooCommerce for integration with an external API service for sending client messages.

I have experience specifically in the technical development of WordPress / WooCommerce, including working with hooks, custom logic, settings pages in the admin panel, WooCommerce order status hooks, REST API integrations, error handling, and modifying existing projects without disrupting the main logic of the site.

In my Git, there is a support system that I use on my sites, messages are sent from different sites to one backend, and duplicated in Telegram from where I can respond to user messages https://github.com/ASGRU/universal-support-chat

For your project, I can implement:

  • Projects 28
  • Rating -
  • Rating 785

Budget: 1000 UAH Deadline: 1 day

Hello.
1. yes
2. yes, link below
3. yes, link below

https://avant-quartz.com/visualizer/restaurant/ - a custom plugin for texture replacement for objects. A separate settings page has been created in the admin panel for the plugin, textures are taken from media, as they are already there as product images, a canvas and the objects themselves are uploaded to the admin panel for texture change.
https://davidson.org.il/gan-hamada/ - a plugin for search on a multisite (among all sites in the network)
https://focusbox.com.ua/ - a plugin for a photo booth, connection to Monobank and full payment control (status control, invoices, etc.) (I won't provide the link to the QR code itself right now, I just recently deleted the visit history)
https://lenika.beauty/ - a plugin on WooCommerce for payment control of larger amounts.
I won't provide links to the plugins themselves because they belong to the client, not me, and have not been published in stores.

  • Projects 19
  • Rating 5.0
  • Rating 1 225

Budget: 10000 UAH Deadline: 5 days

Good day, I have experience in developing plugins for WordPress and working with WooCommerce. I created a plugin for integration with a third-party API. I also have experience in integrating plugins for another commerce platform on PHP. I work with Git. I can show you the plugin I developed. I am ready to complete your order, feel free to write.

  • Projects 54
  • Rating 5.0
  • Rating 6 006

Budget: 1111 UAH Deadline: 1 day

Good day, I have extensive experience with WP and developing plugins for it.

1 - Yes, not just once.
2 - I can't say for sure, as I don't see the details of the technical specification.
3 - Yes, it often requires configuring either sending to CRM or some custom payment.

  • Projects 217
  • Rating 5.0
  • Rating 14 578

Budget: 1000 UAH Deadline: 1 day

Good day! I have extensive experience in WordPress development, including custom plugins and integrations with external APIs. Feel free to reach out, and we can discuss all the details.

  • Projects 21
  • Rating 5.0
  • Rating 2 013

Budget: 27000 UAH Deadline: 6 days

Hello! Yes, I have developed custom WooCommerce plugins (order hooks, admin settings, integrations with REST API). I can review your specifications, provide an accurate estimate of time/budget, and implement with error logging and versioning in Git.
1) Yes, I have experience with WC plugins. 2) I will provide examples in the message (integrations/custom modules). 3) Yes, external APIs (authorization, retry, response handling).

  • Projects 46
  • Rating 5.0
  • Rating 4 165

Budget: 5000 UAH Deadline: 2 days

Hello. I have experience in developing custom WordPress/WooCommerce plugins, working with WooCommerce hooks, order statuses, admin settings, REST API, and error logging.

I can review your specifications, estimate the timeline and cost, after which I will implement the plugin according to your logic. As a result, you will receive a separate WooCommerce plugin that will integrate with an external API, send client notifications for the necessary events/order statuses, have a settings page in the admin panel, and handle errors correctly.

I work carefully, without modifications to the core of WordPress/WooCommerce, with a proper code structure, so that the plugin can be maintained and developed further.

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Content Management Systems

11:47
11:24
14 July
13 July
11 July