Shopping Cart Operations > Support

Checkout confirmation page

(1/1)

montgo:
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 . . .

artist3412:
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.

montgo:
Version 1.1.7 - html5 template.

abolabo:
yes.
it's a bug of COD extension.
To fix it needs to replace

--- Code: ---$this->view->assign('back', $this->html->getSecureURL('checkout/payment'));
--- End code ---
by

--- Code: ---$this->view->assign('back', $this->html->getSecureURL('checkout/payment','&mode=edit',true));
--- End code ---
inside file public_html/extensions/default_cod/storefront/controller/responses/extension/default_cod.php line 39

thank you.

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod