|
@@ -2490,13 +2490,7 @@ jQuery(document).ready(function(){
|
|
|
}
|
|
}
|
|
|
jQuery.each(data.result, function(index, result) {
|
|
jQuery.each(data.result, function(index, result) {
|
|
|
if (result.status === true) {
|
|
if (result.status === true) {
|
|
|
- displayRecommendations(
|
|
|
|
|
- whmcsBaseUrl + '/cart.php',
|
|
|
|
|
- 'addproductajax=1&a=confproduct&i=' + result.num,
|
|
|
|
|
- false
|
|
|
|
|
- ).done(function() {
|
|
|
|
|
- window.location = whmcsBaseUrl + '/cart.php?a=confproduct&i=' + result.num;
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ window.location = '/cart.php?a=confproduct&i=' + result.num;
|
|
|
} else {
|
|
} else {
|
|
|
jQuery('.domain-lookup-primary-loader').hide();
|
|
jQuery('.domain-lookup-primary-loader').hide();
|
|
|
if (typeof result === 'string') {
|
|
if (typeof result === 'string') {
|