Borrar ordenes / Delete orders

open ….admin/tabs/AdminOrders.php

Find

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

replace

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

Thats all

No related posts.

Related posts brought to you by Amazon plugin.

Leave a Reply

You must be logged in to post a comment.