Possible fix for the failure page in the checkout

  • Impression eStudio
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 1 week ago #165663 by Impression eStudio
Possible fix for the failure page in the checkout was created by Impression eStudio
Hi, 

I am not sure, but in the file "components/com_eshop/views/checkout/view.html.php" and below the code: 
            elseif ($this->getLayout() == 'cancel')
            {
                $this->displayCancel($tpl);
            }
there should be a similar code for the failure page like below:
            elseif ($this->getLayout() == 'failure')
            {
                $this->displayCancel($tpl);
            }

 

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
1 month 1 week ago #165667 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Possible fix for the failure page in the checkout
Hello Impression,

Thank you for submitting the question here. The final else case is for failure I think.

Sincerely, Giang

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong