Design Listing
Art Statue in Pool
Art Statue in Pool
..
$5.50 USD
Celtic Cross
Celtic Cross
..
$4.50 USD
Celtic Cross2
Celtic Cross2
..
$4.00 USD
Celtic Cross3
Celtic Cross3
..
$4.00 USD
Cross
Cross
..
$3.00 USD
Cross European
Cross European
..
$4.50 USD
");
$("#aninews_email").val('');
}else{
$("#aninews_error").html("There was some problem in subscribing please try after sometime.");
}
//$("#aninews").html(html);
},
error: function(xhr, ajaxOptions, thrownError) {
//alert("Not Loaded");
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
});
$(document).ready(function() {
$.ajax({
url: 'index.php?route=module/aninews/chaeckIfModuleIsInstalled',
//url: 'https://localhost/opencart_v1_5_4/test.php?route=ani',
dataType: 'json',
success: function(json) {
if(json['aninews_response_msg']){
$.ajax({
url: 'index.php?route=module/aninews',
dataType: 'html',
success: function(html) {
$("#aninews").html(html);
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}else{
//alert("Module Aninew Is Creating Some Problem In Your Website");
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
});
//-->