Warning: unlink(/home/oi4ep4vb/shop-fogyasztoszer/system/storage/cache/cache.catalog.language.1749293056): No such file or directory in /home/oi4ep4vb/shop-fogyasztoszer/system/library/cache/file.php on line 17Warning: Cannot modify header information - headers already sent by (output started at /home/oi4ep4vb/shop-fogyasztoszer/system/framework.php:42) in /home/oi4ep4vb/shop-fogyasztoszer/catalog/controller/startup/session.php on line 25Warning: Cannot modify header information - headers already sent by (output started at /home/oi4ep4vb/shop-fogyasztoszer/system/framework.php:42) in /home/oi4ep4vb/shop-fogyasztoszer/catalog/controller/startup/startup.php on line 107Warning: Cannot modify header information - headers already sent by (output started at /home/oi4ep4vb/shop-fogyasztoszer/system/framework.php:42) in /home/oi4ep4vb/shop-fogyasztoszer/catalog/controller/startup/startup.php on line 167Warning: Cannot modify header information - headers already sent by (output started at /home/oi4ep4vb/shop-fogyasztoszer/system/framework.php:42) in /home/oi4ep4vb/shop-fogyasztoszer/catalog/controller/extension/module/prices2.php on line 130 function optionspricecalll130() {
$.ajax({
type: 'POST',
url: 'index.php?route=extension/module/prices2/index&pid=130',
data: $('#latest130 input[type=\'text\'], #latest130 input[type=\'hidden\'], #latest130 input[type=\'radio\']:checked, #latest130 input[type=\'checkbox\']:checked, #latest130 select, #latest130 textarea'),
dataType: 'json',
beforeSend: function() {},
complete: function() {},
success: function(json) {
if (json.success) {
if (json.new_price.tax) {
$('#latest130 #price_tax').html(json.new_price.tax);
}
if (json.new_price.price) {
$('#latest130 #price_container').html(json.new_price.price);
}
if (json.new_price.special) {
$('#latest130 #price_special').html(json.new_price.special);
}
}
},
error: function(error) {
console.log(error);
}
});
}
$(document).delegate('#latest130 input[type=\'text\'], #latest130 input[type=\'hidden\'], #latest130 input[type=\'radio\'], #latest130 input[type=\'checkbox\'], #latest130 select, #latest130 textarea, #latest130 input[name=\'quantity\']' , 'change', function() {
optionspricecalll130();});
optionspricecalll130();