Hi
Can anyone tell me how to redirect on cart page using with controller
@krishenuetb254 you can use the below code to redirect to cart page.
$url = $BaseURL . 'checkout/cart'; $this->_response->setRedirect($url)->sendResponse();
Hope it helps!
Thanks