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