- Posts: 19
- Thank you received: 0
Hikashop CB Plugin - Back Button
14 years 8 months ago #36890
by usafadmin
Hikashop CB Plugin - Back Button was created by usafadmin
We have installed the Hikashop plugin for Community Builder and are experiencing an issue with the back button. From the user profile orders tab (
www.themetrocashcard.com/images/Picture2.png
) the user can click through to view a specific order (
www.themetrocashcard.com/images/Picture3.png
) with no issues. However when clicking the back button on this page (picture3.png) it leads to a blank page (
www.themetrocashcard.com/images/Picture4.png
). The URL for the user profile is "
www.themetrocashcard.com/your-profile
" but when clicking the back button, the resultant blank page URL is "
www.themetrocashcard.com/component/hikashop/order
" I could not find where this was controlled and was wondering if you could shed some light onto this matter.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #37030
by nicolas
Replied by nicolas on topic Re: Hikashop CB Plugin - Back Button
Hi,
Thank you for your bug report.
Please change the line:
$this->setRedirect(base64_decode(urldecode($cancel_redirect)));
to:
$this->setRedirect(base64_decode(urldecode($cancel_url)));
in the file components/com_hikashop/controllers/order.php and it should work. We'll add that fix to next release of HikaShop.
Thank you for your bug report.
Please change the line:
$this->setRedirect(base64_decode(urldecode($cancel_redirect)));
to:
$this->setRedirect(base64_decode(urldecode($cancel_url)));
in the file components/com_hikashop/controllers/order.php and it should work. We'll add that fix to next release of HikaShop.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #37038
by usafadmin
Replied by usafadmin on topic Re: Hikashop CB Plugin - Back Button
Worked like a charm, Thanks!
Please Log in or Create an account to join the conversation.
Time to create page: 0.167 seconds