Hello,
Please edit the file "administrator/components/com_hikashop/controllers/plugins.php" and replace the function _getToggle with that content
function _getToggle() {
$this->type = JRequest::getCmd('plugin_type');
if($this->type == 'plugin') {
$this->toggle = array('plugin_published' => 'plugin_id');
} else if($this->type == 'payment') {
$this->toggle = array('payment_published' => 'payment_id');
} else {
$this->toggle = array('shipping_published' => 'shipping_id');
}
}
I think it will fix your issue.
But we will need your confirmation in order to integrate the patch in HikaShop.
Regards,