Jump to content

Πώς μπορούμε να διαγράψουμε τις παραγγελίες!


saksoft

Recommended Posts

Πάμε στον κατάλογο admin
και ανοίγουμε αυτό το αρχείο admin/tabs/AdminOrders.php

Βρίσκουμε τις παρακάτω γραμμές

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



Και προσθέτουμε την παρακάτω γραμμή

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



Και είμαστε έτοιμη.

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