Author Topic: Checkout confirmation page  (Read 4469 times)

Offline montgo

  • Newbie
  • *
  • Posts: 30
  • Karma: +2/-0
    • View Profile
Checkout confirmation page
« 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 . . .

Offline artist3412

  • Full Member
  • ***
  • Posts: 117
  • Karma: +16/-0
    • View Profile
    • In The Wind Creations
Re: Checkout confirmation page
« Reply #1 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.
To send light into the darkness of men's hearts - such is the duty of the artist.  ~Schumann

Offline montgo

  • Newbie
  • *
  • Posts: 30
  • Karma: +2/-0
    • View Profile
Re: Checkout confirmation page
« Reply #2 on: October 04, 2013, 01:41:07 AM »
Version 1.1.7 - html5 template.

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Checkout confirmation page
« Reply #3 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.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod