• Projects 16
  • Rating 5.0
  • Rating 9 672

Budget: 100 USD Deadline: 5 days

Good day, I will create a WooCommerce plugin with a convenient table for wholesale purchases: search, filters by categories, stock, and delivery, quantity selection, and quick add to cart. I will consider checkboxes, filter clearing, and easy handling of the product list. In the admin panel, I will implement bulk price changes by stock in percentages. I have 8 years of experience with WordPress and JavaScript, so I can offer a working and neat solution. I am ready to discuss the details.

  • Projects -
  • Rating -
  • Rating 478

Budget: 5000 USD Deadline: 8 days

Hello! I create custom plugins for WooCommerce — product tables with filters and a cart button are exactly my specialty. I will make the front end with filters by category, stock, and delivery, as well as the backend for bulk price changes in % by stock. Could you please let me know if the products are already uploaded to WooCommerce or if they still need to be imported, and approximately how many there are?

  • Projects -
  • Rating -
  • Rating 455

Budget: 190 USD Deadline: 7 days

Aziz, hello. The main fork in your task is not the table itself, but how to store the warehouse and delivery: WooCommerce does not know such entities out of the box. If we create them as separate taxonomies (or rely on attributes if they already exist), then both the filters on the front end and the bulk reassessment by warehouse in the admin panel will work with native queries - quickly even on a large catalog, without hacks.

Here’s how I see the implementation. Front end: a table page on AJAX - search, filters by category, warehouse, and delivery, a column for quantity selection, checkboxes for rows. The wholesaler selects the necessary items, sets quantities, and adds everything to the cart in one request, without page reloads. The reset button returns the table to its original state. Back end: a separate page in the admin panel - you select the warehouse, enter the percentage increase or decrease, see a preview of the affected products, and confirm. Prices are updated through the standard WooCommerce API to avoid cache discrepancies, variations, and promotional prices.

Two clarifications that affect the approach: how many products are approximately in the catalog (from this, I decide whether server-side pagination and batch loading are needed) and whether warehouses are currently set up in any form - field, attribute, third-party plugin - or are we creating the structure from scratch?

A similar front-end mechanism - cards with live filters for the catalog - I have on pinger.md, an aggregator that I built entirely.

I have been programming since 2013, with WordPress and WooCommerce as my main stack. I can complete it in 7 days with a buffer for testing. Write to me - we will discuss the warehouse structure, I respond quickly.

  • Projects 6
  • Rating 5.0
  • Rating 1 688

Budget: 400 USD Deadline: 10 days

The main thing in such a table is not to draw it, but not to crash the site when the number of products reaches a couple of thousand. Therefore, I am making the table on my REST endpoint with server-side pagination, search, and filters: only the current page goes to the front end, filters are counted as requests by indexes, not by iterating through the catalog in PHP.

How I plan to assemble it:

Front end. A table with checkboxes, search, and filters by category, warehouse, and delivery. The filters stack on top of each other, and the state lives in the URL — a wholesaler can send a colleague a link to the needed selection. The quantity is adjusted directly in the row, and the selected products go to the cart in one request via the Store API batch (/wc/store/v1/batch) — not 30 separate ajax calls for 30 items. Compatible with both the classic cart and the block cart.

Warehouses and delivery. These are not standard WooCommerce fields, and here is one fork: if you already have ATUM Multi-Inventory or a similar multi-warehouse plugin installed — I connect to its data. If there are no warehouses in the system yet — I create them with my entity with stock and delivery attributes for the product. Let me know what you have now — this affects the volume.

Back end. I run mass price changes in % by warehouse in the background through Action Scheduler in batches. A direct update in one go on a catalog with several thousand items hangs the admin panel due to timeout, while in the background it reaches the end and survives the interruption. Each run is logged with old prices so that an unsuccessful markup can be rolled back with one button, rather than restoring the database backup. After the run, Woo lookup tables are recalculated and the cache is cleared; otherwise, old prices linger in the catalog for another day.

  • Projects 15
  • Rating 5.0
  • Rating 2 698

Budget: 350 USD Deadline: 15 days

Good day!

I have experience in developing plugins for WordPress and WooCommerce. I can implement a plugin according to your specifications, including a product table with filters, search, quantity selection, adding to cart, and bulk price changes by stock.

  • Projects -
  • Rating -
  • Rating 417

Budget: 150 USD Deadline: 4 days

Good day.

I am ready to develop a plugin for WordPress + WooCommerce — a convenient product table for quick selection and purchasing by wholesale buyers.

Portfolio: https://gooru-lab.github.io/portfolio/

Front:
• table: selection (check), name, category, stock, delivery, price, quantity, add to cart, clear filters;
• product search;
• filters: categories, stocks, delivery;

  • Projects 64
  • Rating 4.8
  • Rating 2 781

Budget: 150 USD Deadline: 5 days

Hello, I have been working with WordPress for 12 years and can complete this task for you. I am ready to start working now.

  • Projects 32
  • Rating 5.0
  • Rating 1 815

Budget: 500 USD Deadline: 5 days

Good day, I have been working 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

  • Projects 22
  • Rating 5.0
  • Rating 5 076

Budget: 100 USD Deadline: 2 days

Hello ⭐️! I am a highly qualified web developer with over ✅ 7 years of experience in development and modern web technologies.

Recent projects:
✔️https://homenly.com
✔️https://confidence-tech.com
✔️https://homexcrm.com
✔️https://omgfirms.com
✔️https://skyhigh-lviv.com/
✔️https://sweet-sdpearls.de/
✔️https://novobudova.pro

  • Projects 6
  • Rating 5.0
  • Rating 1 347

Budget: 200 USD Deadline: 7 days

Hello.

I am interested in the task. I can develop a plugin with a convenient wholesale product table: search, filters by categories, warehouses, and delivery, quantity selection, and quick addition of selected items to the cart.

In the admin panel, I will add a mass increase or decrease in prices by percentage for the selected warehouse. I will do this without modifying the WooCommerce core, so the solution does not break after updates.

For an accurate estimate, I need to look at the website and clarify how warehouses and delivery methods are currently implemented.

  • Projects -
  • Rating -
  • Rating 312

Budget: 100 USD Deadline: 4 days

Hello, Aziz!

Your task is very clear and logical. Wholesale buyers require maximum speed when ordering, and a custom AJAX "quick purchase" table is the best solution for increasing the average order value (AOV) in the B2B segment of WooCommerce.

I am ready to develop for you a lightweight, fast, and standalone plugin that implements all the necessary functionality without burdening the database and without conflicts with your theme.

🛠️ How I will implement your requirements:

Frontend (AJAX quick order table):

  • Projects 9
  • Rating -
  • Rating 536

Budget: 10000 USD Deadline: 14 days

I have worked on B2B e-commerce projects, including wholesale purchases, so I understand the pain: the buyer wants to quickly filter by stock, set the quantity, and add everything to the cart at once, without unnecessary transitions.

On the technical side: a WooCommerce plugin for such a table is created through a custom REST endpoint (or admin-ajax) for the product data, with a React or Vue component on the front end and server-side filtering by categories, stocks, and delivery. I implement bulk price changes in % by stock on the back end using WP_Query + direct UPDATE in the database with change logging to ensure safe rollback.

I have about 3.5 years of full-stack experience, I code in TypeScript, and I have worked with PHP/WP plugins for real product tasks. I write clean code without unnecessary dependencies.

I am ready to discuss details, timelines, and the stack that is preferable for you on the front end.

  • Projects -
  • Rating -
  • Rating 282

Budget: 550 USD Deadline: 9 days

What needs to be done
Create a custom plugin for WordPress + WooCommerce.
Display products in a table format.
Add columns:
checkbox;
name;
category;
warehouse;
delivery;
price;

  • Projects -
  • Rating -
  • Rating 407

Budget: 100 USD Deadline: 5 days

Hello, Aziz Ibrahimov!
I will complete your project: "Product Table for WP + Woocommerce" with high quality...
+ Experience in web design in Figma and other editors
+ Experience in integrations and coding on CMS since 2009
+ Confident skills in PHP+MySQL, JavaScript, and CSS3
Message me — let's discuss the details!

  • Projects 79
  • Rating 5.0
  • Rating 4 381

Budget: 350 USD Deadline: 6 days

Trust a professional with over 10 years of experience! The rate and deadlines are current! I look forward to collaborating! 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://ecnbot.com https://amari.net.ua/ https://heypretty.gr/ https://thaibalispa.pl/ https://wildandorganic.com/ https://cryptosignals.org/ https://plip.pro https://locs-ua.com/ https://www.alternativemedicine.com.ua/ https://silkkiss.ua/ https://v12coffee.com.ua/ https://smrtalgo.com/ https://sengero.no/ https://beautybysim.no/ https://sonatagalleri.com/ https://www.solmy-realestate.com/ https://www.emmanuel.com.ua/ https://www.onsitecomputersinc.com/ https://express-tehbud.com/ https://korostenporcelain.com.ua/ https://sladok.com.ua/ https://pricemds.com/ https://picupmedia.com/ https://www.serasar.com/

  • Projects 9
  • Rating 5.0
  • Rating 656

Budget: 75 USD Deadline: 1 day

Good day!
In general, the task is clear. To provide an accurate response regarding the timeline and price, I would like to clarify some questions that arose after analyzing your task.
Please write in private messages – we will discuss the details and your wishes.

  • Projects -
  • Rating -
  • Rating 1 453

Budget: 220 USD Deadline: 6 days

The task description is clear. I have experience in developing custom plugins for WooCommerce and optimizing performance with large product catalogs (which is critical for wholesale tables to prevent lag during loading).

Here’s how I envision the implementation of your project:

Frontend: I will create a user-friendly AJAX table with live search and filtering (categories, warehouses, delivery) without reloading the page. I will implement the functionality for bulk adding to the cart via checkboxes.

Backend: I will develop a plugin settings page in the WP admin area, where you can easily change prices by % for a specific warehouse in just a few clicks. For database security, the recalculation will be done through optimized SQL queries.

I have a couple of clarifying questions before we start:

  • Projects 31
  • Rating -
  • Rating 2 337

Budget: 110 USD Deadline: 1 day

🌟 Hello! I am ready to take on your task and provide the necessary technical support. I would be happy to discuss the details of our collaboration and start working.
🏆 Portfolio: Freelancehunt

I am glad to see you among my clients now and in the future.

  • Projects 6
  • Rating 5.0
  • Rating 886

Budget: 200 USD Deadline: 7 days

Good day!

I am interested in your project.

I have experience in developing custom plugins for WordPress/WooCommerce, working with product catalogs, filtering, AJAX, performance optimization, and administrative tools for managing inventory.

I can implement the plugin fully according to your requirements, without relying on third-party solutions.

What will be implemented:

  • Projects -
  • Rating -
  • Rating 319

Budget: 150 USD Deadline: 3 days

Hello, Aziz!

The task is completely clear. Wholesale buyers value speed, so the main goal here is to make the table as "light" and reactive as possible, so that searching, filtering, and bulk adding products to the cart happen instantly and without the slightest page reload.

I have extensive experience in developing custom plugins for WordPress and optimizing WooCommerce architecture. I am ready to implement this tool "turnkey" with clean code.

My technical approach to implementation:

Frontend (User-friendly B2B table):

  • Projects 6
  • Rating -
  • Rating 411

Budget: 1000 USD Deadline: 1 day

I can develop a plugin for WordPress and Woocommerce that will allow the creation of a convenient table for quick selection and purchasing of goods by wholesale buyers. The functionality will include filters by categories, warehouses, and delivery, as well as the ability to make bulk price changes on the backend. I can start working immediately after order confirmation and discussion of project details.

  • Projects -
  • Rating -
  • Rating 530

Budget: 50 USD Deadline: 3 days

Good day!

I am a full-stack developer. Stack: Next.js, TypeScript, React, Node.js, Python, PostgreSQL/Prisma.

What I can do for you:
— websites and landing pages from Figma designs, responsive and SEO;
— online stores with integrations: CRM, Nova Poshta, online payments, product feeds;
— Telegram bots and Mini Apps (grammY, aiogram);
— AI integrations: chatbots, RAG agents based on your materials, Claude/OpenAI API;
— automation and parsing in Python (Playwright), working with APIs;

  • Projects 5
  • Rating 5.0
  • Rating 1 029

Budget: 75 USD Deadline: 1 day

Good day!

I write custom plugins for WooCommerce — a wholesale table is exactly my niche. Cases: [INSERT LINK].

You described the functionality clearly, so straight to the point — three aspects that determine the architecture and cost:

1. The main question — "Warehouse" and "Delivery." The stock WooCommerce does not have either multi-warehouse or delivery as a filterable product field. How is the warehouse stored for your products now — is it a separate multi-warehouse plugin (for example, ATUM), a custom field/attribute, or is it not implemented yet? This affects half of the workload: reading existing data or first building the storage structure. The same goes for delivery.

2. Performance. A wholesale table involves hundreds to thousands of products. It cannot be rendered entirely — the page will crash. I plan to implement server-side pagination and filtering through AJAX with direct queries, rather than loading all products into memory. This is usually where such tables break down.

  • Projects 28
  • Rating 5.0
  • Rating 3 598

Budget: 100 USD Deadline: 5 days

Hello. The categories have been chosen absolutely correctly, as the task requires writing a custom plugin in PHP for the WordPress and WooCommerce architecture with direct interaction with the database.

I am ready to develop this plugin. I will create an AJAX table on the frontend with quick filtering by categories, warehouses, and delivery without reloading the page, which is critical for wholesalers. I will implement batch addition of selected products to the cart with one click. In the admin panel, I will create a secure module for bulk price changes in percentages: I will optimize SQL queries to the database so that bulk price updates for a specific warehouse occur in seconds and do not hang the server with thousands of products.

Please message me for discussing the details of the warehouse logic and agreeing on the interface.

  • Projects -
  • Rating -
  • Rating 204

Budget: 220 USD Deadline: 7 days

Aziz, hello.

I will create this as a separate custom WooCommerce plugin so that the solution is not dependent on the theme and can be updated safely.

Frontend for wholesale buyers:
— a product table with checkboxes, name, category, stock, delivery, price, and quantity;
— search and combined filters by category, stock, and delivery;
— adding selected items and quantities to the cart without reloading;
— clearing filters;
— server-side pagination/AJAX for a large catalog, if needed based on the data volume.

  • Projects -
  • Rating -
  • Rating 220

Budget: 301 USD Deadline: 4 days

Hello! I am ready to take on the development of this plugin.
I will implement all the specified functionality:
Front:

A product table with selection checkboxes, columns (name, category, composition, delivery, price, quantity)
A "Add to cart" button with support for bulk adding selected products
Product search
Filters: category, composition, delivery + a clear filters button
AJAX updates without page reload

  • Projects 39
  • Rating 4.9
  • Rating 7 882

Budget: 400 USD Deadline: 10 days

I will develop and test the necessary plugin without any issues.
https://pprintdim.com/portfolio

  • Projects 4
  • Rating 5.0
  • Rating 596

Budget: 50 USD Deadline: 5 days

Ready to create a WooCommerce plugin — a table for wholesale purchases with filters, bulk add to cart, and price changes by stock.

I noticed that on the front end: checkboxes, name, category, stock, delivery, price, quantity, add to cart button, and reset filters — plus search and filters by categories, stocks, and delivery. And on the back end — bulk increase or decrease of prices in percentages by stock. This is not just product output — it’s B2B logic, where a wholesaler needs to quickly mark items, set quantities, and throw everything into the cart with one click.

The main solution here is how to store stock and delivery. WooCommerce out of the box does not have such entities, so I will create them as taxonomies (or rely on attributes if they already exist). Then the filters on the front end and bulk re-evaluation in the admin panel will work with native queries — fast even on a large catalog, without lagging.

I will create the front end via shortcode on AJAX — a list table, search, combined filters (category + stock + delivery simultaneously), checkboxes next to rows, quantity field, and "Add to Cart" button in one request without reloading the page. The reset button returns the table to its initial state. The back end — a separate page in the admin panel: you select the stock, enter the % increase or decrease, see a preview of affected products, and confirm. Prices are updated through the standard WooCommerce API to avoid discrepancies in cache, variations, and promotions.

I am currently completely free — I will take your project and dedicate all my attention to it.

  • Projects -
  • Rating -
  • Rating 471

Budget: 50 USD Deadline: 3 days

Hello

this is very good breakdown. im focused on results and im ready to have a call so we can discuss details

  • Projects -
  • Rating -
  • Rating 343

Budget: 90 USD Deadline: 5 days

Hello, Aziz!

I will develop a separate plugin for WooCommerce that can be installed and updated independently of the website theme.

Frontend:
— product table via shortcode;
— search and combined filters by category, warehouse, and delivery;
— server-side pagination/AJAX for fast performance on a large catalog;
— checkboxes, quantity selection, and bulk addition of selected products to the cart in one action;
— a separate add button for each line;

  • Projects -
  • Rating -
  • Rating 1 441

Budget: 550 USD Deadline: 10 days

Hello! I understand the task: a separate WooCommerce plugin is needed with a quick B2B product table, search and filters by categories, warehouses, and delivery, quantity selection, adding selected items to the cart, and bulk price adjustment by warehouse. I will implement it without core modifications: AJAX loading and filtering, stock and quantity checks on the server, compatibility with variable products, and a separate secure tool for price changes with an operation log. Clarification: are the warehouse and delivery method already stored in attributes/meta fields, or do we need to create their structure? As a first step, I will check the current product model and prepare a prototype table on a test copy.

  • Projects 13
  • Rating 5.0
  • Rating 1 093

Budget: 150 USD Deadline: 4 days

I have been working with WP for over 10 years, developing plugins of any complexity. Feel free to contact me; I will complete the task efficiently and quickly.

  • Projects 33
  • Rating -
  • Rating 2 690

Budget: 200 USD Deadline: 3 days

Hello.

I have been working with WooCommerce customization for 6 years.
I am ready to implement a plugin tailored to your needs.

Feel free to write, and we can discuss.

  • Projects -
  • Rating -
  • Rating 287

Budget: 110 USD Deadline: 3 days

Hello.
My name is Sergey.
You have an interesting project.
I would be happy to implement it for you.
I am ready to start working right now.

Please feel free to reach out, and I hope you will be impressed with the result.

Best regards,
Sergey

  • Projects -
  • Rating -
  • Rating 291

Budget: 600 USD Deadline: 1 day

Good morning,
I would be happy to undertake the implementation of the plugin according to the presented requirements.

I will prepare a complete module that will allow wholesale recipients to quickly select and purchase products through a convenient shopping table. The plugin will include:

Front-end (wholesale client panel)
A table with columns: product selection, name, category, stock, delivery, price, quantity, add to cart.

A product search engine.

  • Projects 8
  • Rating 5.0
  • Rating 2 545

Budget: 100 USD Deadline: 2 days

Hello 👋
I have reviewed the task 👀 I have developed plugins for WP of varying complexity.
Write to me, and we will discuss the project details! I will show the first result in 1-2 hours ⏳!

Example: https://sushi-drive.mk.ua
https://ealcoach.com
https://ms.mk.ua

----------------------------------
Development of WordPress/OpenCart websites and AI automation.

  • Projects 3
  • Rating 5.0
  • Rating 1 563

Budget: 1800 USD Deadline: 20 days

Hello!
The task is clear — a wholesale price list in the form of an interactive table with bulk add-to-cart functionality. I have created similar solutions for B2B stores on WooCommerce.
Here’s how I envision the implementation:
Front-end — a separate plugin, output via shortcode (can be placed on any page) with user role restrictions if the table is for wholesalers only.

The table will have columns: checkbox, name, category, warehouse, delivery, price, quantity field, "Add to Cart" button.
Filtering and searching — through AJAX, without page reload. Filters can be combined (category + warehouse + delivery + search simultaneously), and the reset button clears everything at once.
Product loading — paginated or lazy loading on scroll. With a large catalog, rendering everything at once is not possible; the page will crash.
Bulk adding: we check the necessary rows with checkboxes, set quantities, and send everything to the cart with one button. Consideration of packaging step/multiplicity and minimum batch — if you have this.
Remembering selected filters and entered quantities when navigating between pages of the table.

  • Projects 22
  • Rating 5.0
  • Rating 1 720

Budget: 110 USD Deadline: 2 days

Good day.
I have done a similar plugin several times.
Feel free to reach out, I would be happy to help.

  • Projects 6
  • Rating 3.9
  • Rating 788

Budget: 195 USD Deadline: 10 days

aAziz, I understand the task: it is important for wholesale buyers to see current stock levels and prices in one list to quickly fill their cart without navigating to each product page. This requires creating a separate table interface that pulls data from WooCommerce, and an admin panel for managing prices by warehouses.

I will implement this through a custom shortcode that displays products with filters and AJAX cart addition, and I will also add settings in the admin panel for bulk price changes based on the specified warehouse. This way, clients will receive a convenient purchasing tool, and you will have quick price management.

Do you plan to use standard attributes for warehouses, or is it a separate database that needs to be connected?

  • Projects 11
  • Rating 5.0
  • Rating 1 788

Budget: 15000 USD Deadline: 14 days

Good day! We have experience in developing custom solutions for WooCommerce. We implement tables using React or DataTables with API cart integration, which ensures high performance with a large number of items. We optimize filtering and product selection for the convenience of wholesale buyers. We are ready to start on the plugin architecture as soon as the details are agreed upon.

  • Projects 18
  • Rating -
  • Rating 805

Budget: 25000 USD Deadline: 14 days

Ready to create a plugin that will provide the wholesale section of the site with a convenient table for quick selection and bulk addition of products to the cart. One important technical detail needs to be clarified: how is the data about warehouses and stock stored, as this affects the logic of filters and the security of bulk price changes. How are the warehouses currently implemented: attribute/taxonomy, product meta fields, or an external warehouse plugin?

  • Projects 31
  • Rating 5.0
  • Rating 1 899

Budget: 190 USD Deadline: 12 days

Hello, Aziz! My name is Roman, I specialize in developing solutions on WordPress and WooCommerce, and I have many years of experience creating my own plugins and integration systems for online stores. I immediately see that your project requires not just a table, but a complete working structure for wholesale sales, and I am ready to implement it considering all frontend and backend requirements.

My approach to solving the project includes three key stages: first, I create a short prototype of the table template with basic functions in PHP/JavaScript, then I implement integration with cart sessions and a filtering system by categories, warehouses, and delivery methods, and finally, I add a bulk price processing module with support for percentage operations. The estimated cost of the project is 8500 UAH for development and testing, and the completion time is 12 working days. As a bonus, I will provide a free revision after launch and an additional reporting template for tracking price changes by warehouses.

Proposals concealed

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