What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello, when the customer is on cart page (/cart) we want to remove a explicit cart item when it has

UPWG9AYH2
UPWG9AYH2 Posts: 509 🧑🏻‍🚀 - Cadet
edited June 2021 in Help

Hello,
when the customer is on cart page (/cart) we want to remove a explicit cart item when it has no price. It seems this works when a cart operation is executed before like add or remove, but it does not seem that a simple reload of the cart page will notify the cart of absent prices … However, we want to ensure that a checkout can not proceed when the price changed in backend, regardless of concrete cart operations … any suggestions? 🤔

Comments

  • Ievgen Varava
    Ievgen Varava Sprykee Posts: 154 🧑🏻‍🚀 - Cadet

    you will have to trigger cart recalculation. I think it's not performed on cart page load for performance reasons.