I have tested £1000s of hair loss products over the last 14 years and can confidently say that Revivogen (combined with minoxidil) is the only product that has kept the hair on my head! Granted, there are NO miracle cures for baldness but this product is rooted in science and stopped any further hair loss!
Página 1 con 2 productos de 2 en total (1 Paginas)
';
$('#carousel-review-image1').html(html);
addPopupReviewID(review_id, row);
$('#ocp-review-pro-modal1').modal('show');
});
function addHelpful(review_id) {
$.ajax({
url: 'index.php?route=extension/module/ocpreview/addhelpful&review_id=' + review_id,
type: 'get',
dataType: 'json',
beforeSend: function() {
$('#button-login').button('loading');
},
complete: function() {
$('#button-login').button('reset');
},
success: function(json) {
$('#a-autoid-' + review_id).html('
' + json['success'] + '');
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
function addPopupReviewID(review_id, row) {
var reviews = JSON.parse('{"4":{"review_id":"4","author":"Hill Family","country_name":"","zone_id":null,"verify_purchase":"","vote_up":"","text":"I have tested \u00a31000s of hair loss products over the last 14 years and can confidently say that Revivogen (combined with minoxidil) is the only product that has kept the hair on my head! Granted, there are NO miracle cures for baldness but this product is rooted in science and stopped any further hair loss!","title":"","rating":5,"ratings":[],"images":[],"date_added":"14\/10\/2022","text_review_day_country":"Reviewed in the on 14\/10\/2022"},"28":{"review_id":"28","author":"Mr. Rhupa","country_name":"","zone_id":null,"verify_purchase":"","vote_up":"","text":"Very nice!","title":"","rating":5,"ratings":[],"images":[],"date_added":"07\/12\/2022","text_review_day_country":"Reviewed in the on 07\/12\/2022"}}');
$('div[id^=\'active1-\']').removeClass('active');
$('#active1-' + row).addClass('active');
html = '';
html += '';
$('#popup-review1').html(html);
}
-->