- Posts: 100
- Thank you received: 10
Possible fix for the failure page in the checkout
- Impression eStudio
- Topic Author
- Offline
- Premium Member
Less
More
7 months 3 weeks 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);
}
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
7 months 3 weeks 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
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
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.