Jump to content

Order Page, Payment Tab Not Working Well


Recommended Posts

no clue if there is a module for this, surely you could search for that yourself.

 

as for a SQL command, yes, you would have to locate the payment record in the ps_order_payment and ps_order_invoice_payment tables and then delete those records.

 

or as I suggested before, you can add a new payment entry with a negative value

Link to comment
Share on other sites

I'm looking for something like that, but referred on payment....

 

class AdminOrders extends AdminTab
{
public function __construct()
{
global $cookie;
$this->table = 'order';
$this->className = 'Order';
$this->view = true;
$this->colorOnBackground = true;
$this->delete = true;

Link to comment
Share on other sites

  • 2 weeks 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...