Hello, I hope you are very well
I am modifying the view of the product page, following your instructions and everything works as you mentioned.
But I have a problem, in the post you recommended to me,
www.hikashop.com/forum/20-market-feature...username.html#175004
in the code to generate the url of the vendor that is published there, in the first line it must be saved in a variable, the user id joomla of the vendor
$joomla_user_id = 0; /* This variable must contain the joomla user id */
The problem is that the vendor is dynamic, it depends on the product that is being shown on the page.
Can you help me get the vendor user id for the product?
I also thought that there could be another option to do this if, the session started control is done in the file where the message "sold by ..." is generated?
Thank you very much, greetings!