msBulkEditor
Bulk editing of MiniShop3 products in the MODX 3 manager

Quick actions — dropdown on the Products toolbar with preset bulk operation types. The toolbar button is icon-only (bolt); the label appears in a tooltip.
In code the component is ComboMenu (config comboMenuModel.js); in the manager UI the label is Quick actions.

The menu is disabled when there is no selection and expert mode is off.
Soft delete, clear cache, and regenerate URI show a confirm dialog before apply.



Most-used items appear first:
| Item | fieldType | Parameters (brief) |
|---|---|---|
| Change template | template | Template ID |
| Change parent | category | mode: change_parent, parent ID |
| Change vendor | vendor | Vendor ID |
| Set text | text_set | defaults to field pagetitle; changeable in the form |
| Regenerate gallery thumbnails | gallery_regenerate | — |
| Clear resource cache | resource_utility | action: clear_cache |
| Regenerate URI | resource_utility | action: regenerate_uri |
| Soft delete | soft_delete | — |
| Change file source | source | Source ID |
| Change content type | content_type | Type ID |
| Assign resource group | resource_group | Group ID |
| Change dates | dates | date field, mode set / clear / offset |
| Change user | user | field (createdby, …), user ID |
Order and config: assets/.../config/comboMenuModel.js.












| Quick actions | Run operation | |
|---|---|---|
| Type selection | Fixed by menu item | Any from Select list |
| Use case | Frequent same-type edits | Arbitrary operation (price, TV, option, …) |
For price, stock, TV, options use Run operation or a preset.
