AbanteCart Community
Shopping Cart Operations => Support => Topic started by: montgo on October 03, 2013, 01:12:15 PM
-
Has anyone else had a problem with the "Back" button on the Checkout Confirmation page? It doesn't work and remains on the same page - even on the Abantecart demo . . .
-
What template and version are you using? The support team will need to know this.
For my site, I use default template ver. 1.1.7 and all of my back buttons are working fine.
-
Version 1.1.7 - html5 template.
-
yes.
it's a bug of COD extension.
To fix it needs to replace
$this->view->assign('back', $this->html->getSecureURL('checkout/payment'));
by
$this->view->assign('back', $this->html->getSecureURL('checkout/payment','&mode=edit',true));
inside file public_html/extensions/default_cod/storefront/controller/responses/extension/default_cod.php line 39
thank you.