こんにちは。
こちらにつきましては、次期バージョンで修正を予定しております。
もし、お急ぎの場合は下記の修正を試してみていただけますでしょうか?
1. welcart_basic/js/jquery.swipebox.js 587行目あたり
$( '#swipebox-close' ).bind( action, function() {
event.preventDefault();
event.stopPropagation();
$this.closeSlide();
} );
event.preventDefault();
event.stopPropagation();
を追加してください。
2. welcart_basic/functions.php 201行目あたり
wp_enqueue_script( 'swipebox', $template_dir . '/js/jquery.swipebox.min.js',
を
wp_enqueue_script( 'swipebox', $template_dir . '/js/jquery.swipebox.js',
に変更してください。