AbanteCart Community

Shopping Cart Operations => Support => Topic started by: montgo on October 03, 2013, 01:12:15 PM

Title: Checkout confirmation page
Post 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 . . .
Title: Re: Checkout confirmation page
Post by: artist3412 on October 03, 2013, 02:54:19 PM
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.
Title: Re: Checkout confirmation page
Post by: montgo on October 04, 2013, 01:41:07 AM
Version 1.1.7 - html5 template.
Title: Re: Checkout confirmation page
Post by: abolabo on October 04, 2013, 09:56:13 AM
yes.
it's a bug of COD extension.
To fix it needs to replace
Code: [Select]
$this->view->assign('back', $this->html->getSecureURL('checkout/payment'));by
Code: [Select]
$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.