Deleting product or images in the admin side doesnt prompt you it just delete the damn thing without confirming first. i think i need to add functionality..
The source code is not hard to extend..
Any Idea guys? A quick solution is well appreciated.
-------------------------------------
Opencart is a great OS shopping cart. The code is clean and organized. Later, I will also contribute to add more payment options.
What we need to add is something like this:
Code: Select all
<a href="/admin/index.php?controller=information&action=delete&information_id=1" onClick='if(confirm("Are you sure you want to delete?")) return; else return false;'><img src="template/default/image/delete.png" alt="Delete" title="Delete" class="png" /></a>
A solution has been provided here: http://forum.opencart.com/index.php/top ... g5713.html
Who is online
Users browsing this forum: No registered users and 1 guest