jQuery( document ).ready(function() {
jQuery(document.body).on('updated_checkout', function() {
if (jQuery('table.shop_table').length) {
var msg = "msg_precio_minimo";
document.getElementById('place_order').style.display = 'none';
document.getElementsByClassName('form-row place-order')[0].innerHTML = msg;
}
})
});
