cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 59 forks source link

Hook Request: Multi-Order Tasks #3489

Closed bhsmither closed 6 months ago

bhsmither commented 6 months ago

In orders.index.inc.php, near line 697, there is a switch against $_POST['multi-action'].

Request:

default:
        foreach ($GLOBALS['hooks']->load('admin.order.index.multi_tasks') as $hook) {
            include $hook;
        }
abrookbanks commented 6 months ago

Good plan.