Hello 8theme Support team,
On the wishlist page, the “Add all to cart” button does not add the wishlist items to the cart as expected.
Steps to reproduce:
Add multiple products to the wishlist
Go to the wishlist page
Click “Add all to cart”
The button does not successfully add all items to the cart
What does work:
Adding individual items to cart from the wishlist
Removing individual items from the wishlist
“Remove all” from the wishlist
Expected behavior:
All wishlist items should be added to the cart when the button is clicked.
Additional notes:
The behavior looks like a race condition, when several items are added in quick succession, not all of them make it into the cart, suggesting the AJAX add-to-cart calls may be firing faster than the server can process them, or there’s a conflict between simultaneous requests.
Thank you