Hello,
thank you for your answer but something don't seems to be clear:
if I have a product I can recall it from the joomla article ui by using the "product" button for hikashop.
This sets me a code like this on the editor:
{product}2|link|picture{/product}
To this code I could add a param to identify the menu-item-id I would like to use when the user clicks the link.
I go to the menu items in joomla and get the menu item that points to that product (then this menu item should a product page menu item !),
copy the item-id and paste to the previous code obtaining something like this:
{product}2|link|picture|menuid:419{/product}
The hikashop plugin runs when the article come loaded and before the contentLink function correctly evaluate the destination page.
Why contentLink() should change the menu id if the type is correctly "product" ?
I don't understand what to change or where to dig in to find the error ...
Please, could you take a look to my site ?
Thank you in advance