Add to cart button redirection issue

Topic summary

Main issue: Clicking “Add to cart” added the product, opened the cart drawer (mini-cart), then redirected to the full cart page (/cart). The merchant wanted a flow that proceeds directly from cart to checkout.

Observed behavior vs. desired flow: The automatic jump to /cart was unintended and disrupted the intended conversion path toward checkout.

Diagnosis: The redirection behavior was caused by a third‑party app named “slideCarty,” which modified the cart flow.

Resolution: Once identified, addressing the slideCarty app resolved the redirection issue. No additional code changes or theme edits were reported.

Status: Resolved. No remaining open questions noted. No images, videos, or code snippets were central to the discussion.

Summarized with AI on December 25. AI used: gpt-5.

Hi ! When I press the add to cart button for my product, it adds the product to the cart and opens the cart drawer but instead of stopping, the customer is taken to a page named /cart. However, I want to go straight from cart to checkout. Can someone help me please?

  • Problem resolved
  • In my context, the add to cart button redirection issue is caused by slideCarty app.