Warning: unlink(/home/herrera/public_html/storage/cache/cache.957b7c9a5404d7bfae01f386529cc0a2.sub_category.1764791845): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.category.seo_breadcrumbs.path_ids.955.1764791847): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.12458.1764791860): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.13591.1764791844): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.18566.1764791844): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.18568.1764791857): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.19285.1764791852): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.21960.1764791855): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.25644.1764791857): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.25719.1764791844): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.26196.1764791858): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.27717.1764791846): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.30053.1764791859): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.5029.1764791849): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.5820.1764791854): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.6494.1764791862): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: unlink(/home/herrera/public_html/storage/cache/cache.product.seo_breadcrumbs.path_ids.7585.1764791854): No such file or directory in /home/herrera/public_html/upload/system/library/cache/file.php on line 17Warning: Cannot modify header information - headers already sent by (output started at /home/herrera/public_html/upload/system/framework.php:42) in /home/herrera/public_html/upload/catalog/controller/startup/session.php on line 25Warning: Cannot modify header information - headers already sent by (output started at /home/herrera/public_html/upload/system/framework.php:42) in /home/herrera/public_html/storage/modification/catalog/controller/startup/startup.php on line 107Warning: Cannot modify header information - headers already sent by (output started at /home/herrera/public_html/upload/system/framework.php:42) in /home/herrera/public_html/storage/modification/catalog/controller/startup/startup.php on line 167 var price_with_options_ajax_call = function() {
$.ajax({
type: 'POST',
url: 'index.php?route=extension/basel/live_options/index&product_id=25107',
data: $('.product-info input[type=\'text\'], .product-info input[type=\'number\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'),
dataType: 'json',
success: function(json) {
if (json.success) {
if ($('.product-info .live-price-tax').length > 0 && json.new_price.tax) {
animation_on_change_price_with_options('.product-info .live-price-tax', json.new_price.tax + ' ' + json.new_price.taxeur + '');
}
if ($('.product-info .live-price-new').length > 0 && json.new_price.special) {
animation_on_change_price_with_options('.product-info .live-price-new', json.new_price.special + ' ' + json.new_price.specialeur + '');
}
if ($('.product-info .live-price').length > 0 && json.new_price.price) {
animation_on_change_price_with_options('.product-info .live-price', json.new_price.price + ' ' + json.new_price.priceeur + '');
}
}
},
error: function(error) {
console.log('error: '+error);
}
});
}
var animation_on_change_price_with_options = function(selector_class_or_id, new_html_content) {
$(selector_class_or_id).fadeOut(250, function() {
$(this).html(new_html_content).fadeIn(150);
});
}
$(document).on('change', '.product-info input[type=\'text\'], .product-info input[type=\'number\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\'], .product-info select, .product-info textarea, .product-info input[name=\'quantity\']', function () {
price_with_options_ajax_call();
});