Ballistics Gelatin (0 Items)
There are no products to list in this category.
';
$('#divFiltersAccordion').append(html);
}
$.ajax({
url: 'index.php?route=product/category/getPriceDetails&category_id=' + category_id + '&manufacturer_id=' + manufacturer_id,
dataType: 'json',
success: function(json) {
html = '';
html += '
';
$('#divFiltersAccordion').append(html);
$("#accordionGroupPrice").click(function(){
$("#accordionContentPrice").toggle("slow");
});
$('#divFiltersAccordion').append('');
},
error: function(xhr, ajaxOptions, thrownError) {
//alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
},
error: function(xhr, ajaxOptions, thrownError) {
//alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
//-->