
What "other" page do you want to go to?
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Code: Select all
$this->data['redirect'] = $this->url->http('product/product' . $url . '&product_id=' . $this->request->get['product_id']);
Code: Select all
$this->data['redirect'] = $this->url->http('information/contact');
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
In "catalog/controller/cart.php" around line 37, you'll find the following code:-
Code: Select all
$this->session->data['redirect'] = $this->request->post['redirect'];
Code: Select all
$this->redirect(html_entity_decode($this->request->post['redirect']));
Code: Select all
$this->data['continue'] = $this->url->http('common/home');
Code: Select all
if ($_SERVER['HTTP_REFERER'] == $this->url->http('checkout/cart')) {
$this->data['continue'] = $this->url->http('common/home');
} else {
$this->data['continue'] = html_entity_decode($_SERVER['HTTP_REFERER']);
}
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Users browsing this forum: Bing [Bot] and 14 guests