- Posts: 145
- Thank you received: 6
Repeating the page address in the comment script
1 year 11 months ago - 1 year 11 months ago #363897
by levelup
Life is the unique stage of our art. Everyone sings their own song and leaves the stage. The stage is always permanent. Blessed is that song that people remember.
Repeating the page address in the comment script was created by levelup
Hi
I was just checking the search console when I noticed that I have a lot of 404 links. After checking, I realized that the website address was repeated in the integration of Komento Hikashop and it was also indexed in the search console.
I don't know if this problem is related to Komento or Hikashop.
This problem was not solved by updating Hikashop and Komento to the latest version. How can I fix this problem?
I was just checking the search console when I noticed that I have a lot of 404 links. After checking, I realized that the website address was repeated in the integration of Komento Hikashop and it was also indexed in the search console.
I don't know if this problem is related to Komento or Hikashop.
This problem was not solved by updating Hikashop and Komento to the latest version. How can I fix this problem?
Life is the unique stage of our art. Everyone sings their own song and leaves the stage. The stage is always permanent. Blessed is that song that people remember.
Last edit: 1 year 11 months ago by levelup.
Please Log in or Create an account to join the conversation.
1 year 11 months ago #363899
by nicolas
Replied by nicolas on topic Repeating the page address in the comment script
Hi,
HikaShop has an integration with Komento. It can be activated with the "Enable comments on products" setting under the Display tab of the HikaShop configuration. Did you activate this feature ?
If so, HikaShop basically just run this code on the product page:
which is code from Kometo.
So supposing you use this integration, the problem is in the Komento component and you'll have to check with their support.
If you use something else, then I don't know what you're using and it doesn't come from us.
HikaShop has an integration with Komento. It can be activated with the "Enable comments on products" setting under the Display tab of the HikaShop configuration. Did you activate this feature ?
If so, HikaShop basically just run this code on the product page:
Code:
echo KT::commentify('com_hikashop', $this->product, array('params' => ''));
So supposing you use this integration, the problem is in the Komento component and you'll have to check with their support.
If you use something else, then I don't know what you're using and it doesn't come from us.
The following user(s) said Thank You: levelup
Please Log in or Create an account to join the conversation.
Time to create page: 0.191 seconds