A store owner using the Lorenza theme wants to prevent automatic redirection to the cart page after customers add products. Currently, customers must navigate back to browse additional items, disrupting the shopping flow.
Suggested Solution:
Check theme settings in the customizer for cart behavior options
Look for settings to switch from “cart page” to “cart drawer” functionality
Cart drawer keeps users on the product page while displaying added items in a sidebar
If No Built-in Option:
May require modifying theme code in the code editor
Would need to adjust the add-to-cart handling code
Status: The issue remains unresolved; the store owner has not confirmed whether Lorenza theme includes these settings or if custom code modifications are needed.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
Hi, I am trying to make my sales funnel a bit more smooth.
Currently every time a customer adds a product to their cart it directs them to the cart page. If they were looking to buy multiple products they would have to navigate back to the product pages.
Is there a way for my customers to add to cart without it automatically navigating to the cart page?
Haven’t worked with lorenza theme but most theme come with a setting to either choose a cart drawer or show the cart page.
So the cart page option will take you to the cart page every time a user adds a product, in case of cart drawer it will add item to cart and open a cart drawer but will stay on the product page.
Please go to the theme settings from inside the customizer and look for cart settings.
If that’s not provided in lorenza and your behaviour at present is the default then you will have to comment out or modify the code from the theme code editor that handles adding an item to the cart.