Jump to content

PrestaShop back-office Add/Edit/Delete/Search/Bulk Delete operation function names


Edge_jr

Recommended Posts

Hi,

I am working to develop Add/Edit/Delete/Search/Bulk Delete operation in module admin controller.

The delete operation working fine but edit not working. Also what to use for add/search/Bulk Edit operations.

if (Tools::isSubmit('delete'.$this->table)) {
   // function work
 } 
        
if (Tools::isSubmit('edit'.$this->table)) {
     // function work
} 

Any idea?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...