Go to *Website > Configuration > Settings > Disabled Cart* and set **Cart Redirect URL**: the internal path visitors land on when they reach a standard cart URL. * Default: ``/shop``. * It is stored in the system parameter ``website_sale_disable_cart.redirect_url``. * Only site-internal paths are accepted. Absolute URLs (``https://...``) and protocol relative URLs (``//host/path``) are ignored — otherwise the shop could be used as an open redirect — as is any path under ``/shop/cart``, which would loop back into a disabled route. In those cases ``/shop`` is used and a warning is logged. Example: on a site running ``website_sale_aplicoop``, set it to ``/eskaera`` so that every standard cart URL lands on the group order flow.