You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strange enough, if you open your browser in private mode and add the first product "Quarter Zip" to your cart and then within the cart side modal, the buttons (remove / or add more item) don't work. It send requests but do not update the cart value.
The text was updated successfully, but these errors were encountered:
The await callCreateCart(); creates a new cartId but do not re-assign it to the variable cartId after it's been created therefore the cart didn't update because we sent a null value but once we re-assign it right after the await callCreateCart(), the cart responds correctly.
Strange enough, if you open your browser in private mode and add the first product "Quarter Zip" to your cart and then within the cart side modal, the buttons (remove / or add more item) don't work. It send requests but do not update the cart value.
The text was updated successfully, but these errors were encountered: