Jump to content

Orders


Bogdans

Recommended Posts

  • 3 weeks later...

Deschide si editeaza fisierul ….admin/tabs/AdminOrders.php

Gaseste urmatoarul cod

       $this->table = 'order';
      $this->className = 'Order';
      $this->view = 'noActionColumn';
      $this->colorOnBackground = true; 



si se adauga linia $this->delete = true;
astfel codul devine

       $this->table = 'order';
      $this->className = 'Order';
      $this->view = 'noActionColumn';
      $this->colorOnBackground = true;
      $this->delete = true; 


Acum poti sterge comenzile din pagina Order

Link to comment
Share on other sites

  • 1 year later...

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...