Design Listing
Bow Tie
Bow Tie
..
$4.00 USD
Clutch
Clutch
..
$4.50 USD
Concert Shoe
Concert Shoe
..
$5.00 USD
Feather Brooch
Feather Brooch
..
$4.00 USD
Feather Dance Shoe
Feather Dance Shoe
..
$4.00 USD
Fireworks Shoe
Fireworks Shoe
..
$5.00 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);
}
});
});
//-->