By Niccolo Angeli on Tuesday, 10 July 2018
Posted in Technical Issues
Replies 5
Likes 0
Views 783
Votes 0
Hello,
in the comments list n backend, th elinks to hikashop product pages in frontend associated with a comment are wrong, they lead to non existing pages in the backend, eg.

https://mysite.com/administrator/index.php?option=com_hikashop&ctrl=product&task=show&cid=49&name=la-sfera-di-energia&Itemid=379#comment-193,0

whil eit should be
https://mysite.com/index.php?option=com_hikashop&ctrl=product&task=show&cid=49&name=la-sfera-di-energia&Itemid=379#comment-193,0

without "administrator" in the url

I know you do not support Hikashop on your side (the integration has been done by the Hikashop developers), but hopefully this is an easy fix to do?

Thank you
Hello Niccolo,

Can you provide us your backend and FTP access so that we can troubleshoot this?
·
Wednesday, 11 July 2018 10:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Access details added in the main topic, thanks!
·
Wednesday, 11 July 2018 15:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Niccolo,

I have fixed for you in this file ../components/com_komento/komento_plugins/com_hikashop.php. Please give it a try.
·
Wednesday, 11 July 2018 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Please apply the fix also to your next release.
As soon as I updated to 3.2.1 it went away.
I have now re-applied it manually.

add

public function getContentPermalink()
{
$link = $this->prepareLink($this->_item->permalink);
return $link;
}


before the latest }
at the end of the file

thank you
·
Tuesday, 24 July 2018 22:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Niccolo,

Sure, we will include this in the next release.
·
Wednesday, 25 July 2018 10:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post