Bonjour,
Merci pour votre retour, nous avons corrigés le problème sur notre version.
Pour corriger cela il faut éditer le fichier:
"administrator/components/com_hikashop/classes/vote.php" function "loadJS()" and remove:
data += "&email_comment=" + encodeURIComponent(email_comment);
data += "&pseudo_comment=" + encodeURIComponent(pseudo_comment);
After:
else{// Only vote - sending request to saveFrontend() function, and analysing the result, status(thanks, bought, error)
if(from =="hikashop_vote_rating_id"){
var el = document.getElementById("hikashop_vote_status_form");
}else{
var el = document.getElementById(div_vote_status);
}
data = "vote_type=" + encodeURIComponent(vote_type);