May 12
Refactor Core AJAX to Native Interactivity API & Vanilla JS
What it is: A total update of the code that handles "Add to Cart," Search, and Shop Filters.What it’s for: Removing old jQuery and using the new, native WordPress 7.x performance engine.What it improves: Speed and "Snappiness." It stops the page from "stuttering" when customers shop on mobile.What I want: For the shop to feel like a high-speed mobile app (like Amazon or Instagram).How it should be done: Replace woodmart-ajax.js with the WP Interactivity API. This allows parts of the page to update instantly without a full server refresh.
Pending