Card payment fee
A 3.5% processing fee applies to online card payments. The final amount will be shown before checkout confirmation.
var timeout;
jQuery(document).ready(function($) {
var timeout;
$('.woocommerce').on('change', 'input.qty', function(){
if ( timeout !== undefined ) { clearTimeout( timeout ); }
timeout = setTimeout(function() { $("[name='update_cart']").trigger("click"); }, 1000 ); // 1 second delay, half a second (500) seems comfortable too
});
});
Delivery Information
Important: Delivery costs are not included in the displayed price and will be calculated based on package specifications including weight and quantity of packages needed.