submitBulkdelete code example
Example: submitBulkdelete
$row_array = Tools::getValue($this->table.'Box');
if (count($row_array))
{
foreach ($row_array as $id_gallery)
{
CategoryGalleryModel::deleteGallery((int)$id_gallery);
}
}
$row_array = Tools::getValue($this->table.'Box');
if (count($row_array))
{
foreach ($row_array as $id_gallery)
{
CategoryGalleryModel::deleteGallery((int)$id_gallery);
}
}