How to remove default checkboxes when changing order status?

  • Note
    Starting May 2025, free add-ons will only be available to those who have purchased the Alexbranding add-on package, Or purchased more than 5 add-ons (+50$) from other developers, or uploaded at least 2 paid add-ons that are not published on the forum.

    You can Get Full access & download all Cs-cart addons & Themes With Premium Upgrades HERE
If you want the order status not to automatically notify the client and the site administrator (we need this when changing technical statuses), you need to make the following changes to the file /design/backend/templates/common/select_popup.tpl

Find the fragment (approximately from line 66):

PHP:
Expand Collapse Copy
{hook name="select_popup:notify_checkboxes"}
{if $notify}

[LIST][*]
if} onclick="Tygh.$('input[name=__notify_user]').prop('checked', this.checked);" />
{$notify_text|default:__("notify_customer")}[/LIST]

{/if}
{if $notify_department}
[LIST][*]
if} onclick="Tygh.$('input[name=__notify_department]').prop('checked', this.checked);" />
{__("notify_orders_department")}[/LIST]

{/if}

And delete the checked=“checked” keys