Same goes for uninstalling modules, which is even easier to do. It can be a pain trying to retrieve account ids and passwords.
So I created a javascript that adds a confirmation popup to delete buttons and uninstall links.
It should work on all versions. Even 1.4.0
Supported OpenCart Versions:
================
All versions
What does it do:
================
This contrib adds a javascript that will add a confirmation popup box to all "Delete" buttons and "uninstall" links
Main features:
==============
* Javascript. Not version specific.
* No code to change. Automatically adds a the confirmation box to any element with a delete/uninstall href.
How to install it:
==================
1) Unzip and upload the contents of the upload folder to the root of your OpenCart install. No files are overwritten
2) Add script to header.tpl (or layout.tpl in older versions):
a) Edit: admin/view/template/common/header.tpl
b) FIND:
---------------------
<script type="text/javascript" src="view/javascript/jquery/tab.js"></script>
---------------------
c) AFTER, ADD:
---------------------
<script type="text/javascript" src="view/javascript/jquery/confirm_popup.js"></script>
---------------------