
Closed
Posted
Paid on delivery
I’ve just upgraded the site to WooCommerce 10.4.3 and the new strict session nonce checks broke the cart page in my Imarket theme. The first click on the “Remove” icon still works, but because the theme’s custom AJAX call only refreshes the header fragments and not the cart table itself, a second deletion throws a nonce error until the customer refreshes the page. All I need is a minimal, surgical fix that restores normal, consecutive item deletion on /cart/: • Investigate the current JavaScript / PHP handling the wc_cart_remove_item request inside the Imarket theme. • Bring the process back in line with WooCommerce 10.4.3 nonce requirements or hook into Woo’s native fragment-refresh so the cart table, totals and header fragments all stay in sync. • Deliver a small code snippet (child-theme [login to view URL] or a lightweight plugin) and point to any edited template or JS file so I can keep track during future updates. Acceptance criteria: delete several items in a row without reloading the page, see the cart table, totals and mini-cart update instantly, and have no console or server errors. If you can get that working quickly without overhauling the theme, we’re done.
Project ID: 40625282
346 proposals
Remote project
Active 3 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
346 freelancers are bidding on average $123 USD for this job

I can help with this quickly. The issue is clear: the first remove works, but the cart table is not being refreshed properly after WooCommerce 10.4.3’s stricter nonce handling, so the second deletion fails. I’ll trace the Imarket theme’s custom AJAX/cart removal flow, apply a minimal fix, and make sure cart table, totals, and mini-cart stay synced without a full theme overhaul. I’ll also point out exactly which file/snippet was used so future updates are easier to track.
$150 USD in 2 days
9.6
9.6

In order to ensure smooth deletion of multiple items in your Imarket theme post WooCommerce 10.4.3 update, I will focus on adjusting the handling of the wc_cart_remove_item request. By pinpointing and updating specific areas related to nonce requirements, I will provide a targeted fix to align with the new standards while maintaining a seamless user experience. The solution will involve either adapting existing JavaScript/PHP functions or integrating with WooCommerce's fragment-refresh mechanism to address the issue effectively. The implementation will be agile, with a concise code snippet that can be easily integrated into your child theme or as a lightweight plugin, ensuring long-term stability and easy maintenance. The goal is to synchronize cart updates without page reloads, resolving nonce errors and enhancing the overall user experience efficiently. Through this collaboration, we aim to not only fix the current issue but also establish a foundation for ongoing enhancements to your website's performance and usability.
$225 USD in 5 days
8.8
8.8

Hello, I have 10+ years of experience in WooCommerce, WordPress, PHP, and JavaScript, including debugging theme compatibility and AJAX issues after WooCommerce updates. Let's chat—I can diagnose the issue quickly and provide a clean, update-safe fix. thank you Regards Gaurav Garg
$140 USD in 1 day
8.6
8.6

Hello, Being an experienced web and software developer, I understand the urgency of fixing technical issues swiftly without compromising on quality. My team at A4Logic is proficient in various platforms including WordPress, WooCommerce and PHP - exactly what your project needs. We have always strived to provide maintainable solutions that align with future updates and that's why we are the best fit for your project. Throughout my extensive career, I've tackled numerous critical tasks such as yours. I've successfully worked with and updated different JavaScript and PHP versions, ensuring smooth functionality. I am confident resolving the WooCommerce nonce issues in your theme without overhauling it. My solution will bring back consecutive item deletion while keeping table, totals and mini-cart updated instantly, ensuring zero console or server errors. Even after delivering the code snippet or plugin to you, my team and I will be available for long-term support whenever you need it. We take pride in our clear milestones, careful testing, maintainable deliveries and most importantly satisfied customers. Choosing A4Logic means choosing a reliable partner who can handle your immediate needs while ensuring future stability of your system. Let us help you regain a glitch-free site quickly and efficiently. Thanks!
$180 USD in 2 days
8.6
8.6

Hello, Your cart issue is very clear: the first AJAX remove works, but the theme leaves WooCommerce’s session state and fragments out of sync, so the next nonce check fails. I can trace the Imarket cart flow, align the remove-item request with WooCommerce 10.4.3 requirements, and keep the cart table, totals, and mini-cart refreshing together without a full theme overhaul. I’ve handled similar WooCommerce fixes involving custom AJAX, fragment refresh, child-theme patches, and lightweight plugin solutions. I’ll inspect the current JS/PHP path, patch the smallest stable layer possible, and point you to every changed file so future updates stay easy to manage. 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. If needed, I can also make sure the fix survives cache/minify setups and confirm there are no console or server-side errors after repeated deletions. Looking forward to your reply so we can finalize the exact plan. Would you like the fix to live in the child theme only, or should I package it as a small plugin for easier maintenance? Thanks, Asad
$75 USD in 3 days
8.3
8.3

Hello, I can provide a clean, targeted fix for your WooCommerce 10.4.3 cart issue without overhauling the Imarket theme. From your description, the problem appears to stem from the theme's custom AJAX removal process not refreshing the cart table and its nonce after the first item is removed. I'll investigate the existing JavaScript and PHP handling of `wc_cart_remove_item`, identify where the nonce becomes stale, and align the workflow with WooCommerce's current session validation or integrate WooCommerce's native fragment refresh so the cart table, totals, and mini-cart remain synchronized. The solution will be delivered as a minimal child-theme snippet or a lightweight plugin, with clear documentation of any modified JS or template files for future maintenance. Before completion, I'll verify that multiple items can be removed consecutively without page reloads, ensure instant cart updates, and confirm there are no console or server errors. I’m ready to start immediately.
$100 USD in 7 days
8.3
8.3

This looks like a focused WooCommerce compatibility fix, and I’ve handled similar cart/AJAX issues before. I can investigate how Imarket is processing the remove-item request, then either update the nonce handling or hook it back into WooCommerce’s native refresh flow so consecutive deletions work normally again. The goal will be a small, clean fix with no unnecessary edits. I’ll also share the exact edited JS/template location or plugin snippet used.
$120 USD in 2 days
7.9
7.9

Hi there, I can help resolve this WooCommerce 10.4.3 compatibility issue without overhauling your Imarket theme. Based on your description, the problem is almost certainly caused by the theme's custom AJAX implementation not accounting for WooCommerce's stricter session nonce validation. Since only the mini-cart/header fragments are being refreshed, the cart table retains an expired nonce, causing subsequent remove actions to fail until the page is reloaded. Deliverables: * Consecutive item removal working without refreshing the page * Cart table, totals, and mini-cart updating instantly after each action * No JavaScript console errors or PHP/server errors * Clean, well-documented code I have extensive experience debugging WooCommerce AJAX behavior, theme compatibility issues, and adapting custom themes to changes introduced in newer WooCommerce releases while keeping fixes update-safe. I can start immediately and should be able to resolve this quickly once I have access to the staging environment.
$180 USD in 7 days
8.2
8.2

Hi, I can fix the **WooCommerce 10.4.3 cart AJAX deletion issue** in your Imarket theme with a minimal, surgical change—without affecting the existing cart or checkout logic. I’ll trace the current `wc_cart_remove_item` JavaScript/PHP flow, correct the nonce handling, and ensure the cart table, totals, and mini-cart fragments stay synchronized after every deletion. I’ll provide the fix through the child theme or a lightweight plugin and document the exact files/changes made. I’ll test consecutive item removals without page refresh and verify there are no console or server errors. **Timeline:** Same day Best regards, **Muhammad Rizwan LA**
$50 USD in 1 day
8.2
8.2

Hi,I will fix cart issue in few hours and will start it right now. Waiting for your response,so we can discuss it now. Thanks, Khalid
$70 USD in 1 day
8.0
8.0

Hello, I can help with this quickly. I have strong experience troubleshooting WooCommerce core updates, AJAX workflows, nonce validation, and custom theme compatibility issues. From your description, the Imarket theme is likely using a custom `wc_cart_remove_item` AJAX flow that no longer aligns with WooCommerce 10.4.3's stricter session nonce handling, leaving the cart DOM out of sync after the first removal. My approach is to identify the custom JS/PHP handling, compare it with WooCommerce's native cart fragment refresh process, and implement a minimal fix—either refreshing the required cart fragments correctly or updating the nonce flow—without modifying more than necessary. I'll provide the solution as a child-theme snippet or lightweight plugin and clearly document any JS/template changes. A few questions: * Is the site using the classic cart or WooCommerce Cart Blocks? * Can you share the Imarket theme version? * Are there any optimization/cache plugins affecting AJAX requests? Similar work portfolios link: [https://www.freelancer.in/u/clientsfirstIT] Kind regards, Sunil K.
$50 USD in 1 day
7.8
7.8

i've worked on several WooCommerce projects where cart behavior and fragment updates needed to behave exactly like stock Woo, including sites with custom payment and API integrations. A recent example is an e-commerce build where the cart and mini-cart had to stay perfectly synced during AJAX operations. For your case, I'd keep it minimal: locate the theme's JS/PHP handling `wc_cart_remove_item`, then apply a small child-theme snippet or lightweight plugin, and clearly note any modified template or JS files so you can track them during theme updates. Unlimited revisions until you're completely satisfied. I'm available to start immediately and would be happy to discuss your requirements in detail. Best Regards, Azad
$100 USD in 2 days
7.8
7.8

Hi! I can fix this without modifying WooCommerce core or overhauling your Imarket theme. Since WooCommerce 10.4.3 introduced stricter session nonce validation, the issue is likely the theme's custom AJAX flow not refreshing the cart nonce after the first item removal. ++ What I'll do: → Debug the Imarket AJAX cart flow and identify why the cart table isn't refreshing after wc_cart_remove_item. → Implement a lightweight fix using a child theme or standalone plugin to keep it update-safe. → Sync Cart Table, Totals & Mini Cart by hooking into WooCommerce's native fragment refresh and nonce handling. → Maintain Theme Compatibility without affecting your existing design or customizations. → Test Consecutive Item Removal to ensure multiple products can be deleted without page refresh or nonce errors. → Provide Clear Handover with all modified files, code snippets, and implementation notes for future updates. Why me: I specialize in WooCommerce, AJAX debugging, custom theme compatibility, PHP, JavaScript, and performance optimization. My approach is always minimal, maintainable, and fully compatible with future WooCommerce updates. I can diagnose the issue quickly, implement a clean fix, and have your cart functioning normally again without disrupting the rest of your store. Abhishek
$140 USD in 7 days
8.4
8.4

Hi, I can help resolve the WooCommerce cart issue caused by the updated nonce validation in WooCommerce 10.4.3 and the Imarket theme's custom AJAX cart handling. From your description, the root issue appears to be that the theme's AJAX remove-item request updates only the cart fragments/header content while leaving the cart table and nonce values unchanged. This causes the next removal request to use an expired or invalid nonce until the page is refreshed. I can help by: Debugging the existing AJAX cart removal flow. Updating the custom AJAX implementation to properly refresh cart contents and nonce values after each action. Ensuring compatibility with WooCommerce 10.4.3's stricter session and nonce checks. Reviewing theme overrides and WooCommerce template customizations for potential conflicts. Testing cart functionality across different scenarios (multiple item removal, quantity updates, logged-in/guest users). Applying a clean fix that maintains theme functionality and avoids unnecessary modifications. I have experience troubleshooting WordPress/WooCommerce issues involving themes, AJAX functionality, checkout flows, and plugin compatibility. My focus is always on identifying the actual cause and implementing a reliable solution rather than a temporary workaround. I'm ready to review the current setup and get the cart working smoothly again. Best regards,
$150 USD in 4 days
7.9
7.9

Hi there, I can quickly fix your WooCommerce cart page issues. This error happens because active theme AJAX calls fail to update the security nonce after first item deletion. I feel your pain as broken carts directly hurt business sales. I got more than 8 years of experience working with WooCommerce and themes. I will inject a clean fix in your child theme to refresh nonces properly. Let we chat for two minutes now so I can fix this for you asap. Thanks, Devika G.
$110 USD in 1 day
8.0
8.0

Hello, I see that you're dealing with an issue after upgrading to WooCommerce 10.4.3, where the cart page doesn't allow for consecutive item deletions without refreshing the page. This happens due to the theme's custom AJAX call not syncing properly with the new nonce checks. With 7+ years in web development, particularly with WordPress and WooCommerce, I can dive into the JavaScript and PHP handling the `wc_cart_remove_item` request in your Imarket theme. My approach would be to align the cart's deletion process with WooCommerce's nonce requirements or integrate it with Woo’s native fragment-refresh. This way, the cart table and header fragments will update smoothly without errors. One question I have is whether there are specific customizations in your theme that I should be aware of before getting started? Best regards, Ivan Mandinski
$50 USD in 3 days
7.6
7.6

Hi, I will resolve your AJAX nonce conflict using custom hooks to ensure seamless cart synchronization platform. I successfully fixed similar session validation issues for WooCommerce stores. Estimated timeline: 2-5d Budget: $250 Let's discuss and get started. Ajharul
$140 USD in 7 days
7.6
7.6

Hi, I can fix the WooCommerce 10.4.3 nonce issue with a minimal theme-compatible solution so consecutive cart item removal works without page refresh. I'm available to start right away.
$30 USD in 1 day
7.5
7.5

Hi, I can fix this WooCommerce 10.4.3 cart nonce issue with a minimal, surgical change without overhauling the Imarket theme. I’ll trace the existing `wc_cart_remove_item` AJAX flow, identify why the cart table isn’t refreshed after the first deletion, and update it to work correctly with WooCommerce’s current nonce/fragment handling. I’ll make sure consecutive item deletions work without refreshing the page, with the cart table, totals, and mini-cart updating correctly after every click. I’ll provide the final snippet through the child theme or a lightweight plugin and clearly document any JS/template changes. I can start immediately and focus only on the required fix. Regards, Jamshaid
$90 USD in 2 days
7.1
7.1

Hi, I can provide a clean, lightweight fix for your WooCommerce 10.4.3 cart issue without modifying the core theme architecture. I’ll identify the outdated AJAX/nonce handling, align it with WooCommerce’s latest session validation, and ensure the cart table, totals, and mini-cart refresh together after every removal. The solution will be delivered as a child-theme snippet or lightweight plugin, keeping future theme updates simple and maintenance-friendly. Let's discuss in chat as I have some queries to ask regarding the project to proceed further.
$80 USD in 7 days
7.2
7.2

Belmore, Philippines
Payment method verified
Member since Jun 17, 2011
$30-250 USD
$10-30 USD
$30-250 USD
$8-15 USD / hour
$30-250 USD
$15-25 USD / hour
$50-70 USD
$30-250 USD
£20-250 GBP
€250-750 EUR
$8-15 USD / hour
$30-250 CAD
$30-250 USD
₹600-1500 INR
₹12500-37500 INR
₹12500-37500 INR
₹400-750 INR / hour
$250-750 USD
$250-750 USD
$250-750 USD
₹12500-37500 INR
€250-750 EUR
₹12500-37500 INR
₹12500-37500 INR
₹750-1250 INR / hour