Hi,
Thank you for your feedback. It seems that something changed on Joomla 4.3 regarding this.
Change the line:
var checkbox = document.querySelector(\'form[name="adminForm"] [type="checkbox"]\');
to:
var checkbox = document.querySelector(\'form[name="adminForm"] thead input\');
in the file administrator/components/com_hikashop/helpers/helper.php via FTP or the file manager of your hosting, and it will fix the problem.
We'll add the patch on our end for the next version of HikaShop.
Note that Drag & drop for the ordering on the listings in the backend is also planned for the next version of HikaShop, which will be a major version.