We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5c829 commit 3bb1902Copy full SHA for 3bb1902
controllers/CheckoutController.php
@@ -32,7 +32,7 @@ public function preDispatch()
32
}
33
34
if (count($this->view->cart->getItems()) == 0 && !in_array($this->getParam('action'), $allowedActions)) {
35
- $this->redirect(\CoreShop::getTools()->url(['act' => 'list'], 'coreshop_cart', true));
+ $this->redirect(\CoreShop::getTools()->url(['act' => 'list', 'lang' => $this->view->language], 'coreshop_cart', true));
36
37
38
if (!is_array($this->session->order)) {
0 commit comments