Hi,
Sorry for my late response, but I am afraid it still doesn’t work. I’ve changed all 3 lines
$(‘body’).trigger(‘update_checkout’);
with
jQuery(document.body).trigger(‘update_checkout’);
but the problem still persists.
Hope you can help me resolve this issue!