platini76 Posted December 24, 2015 Share Posted December 24, 2015 it is normal to see it? Link to comment Share on other sites More sharing options...
Daresh Posted December 24, 2015 Share Posted December 24, 2015 Yes it is. Back Office frontent is buggy for medium screen resolutions, looks correctly on wider screens. Link to comment Share on other sites More sharing options...
platini76 Posted December 25, 2015 Author Share Posted December 25, 2015 how can we cancel a payment? Link to comment Share on other sites More sharing options...
bellini13 Posted December 25, 2015 Share Posted December 25, 2015 depends on the payment method Link to comment Share on other sites More sharing options...
platini76 Posted December 25, 2015 Author Share Posted December 25, 2015 (edited) I mean how can I cancel a payment that I have insert by myself, there is only ADD button, not delete... Edited December 25, 2015 by platini76 (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted December 26, 2015 Share Posted December 26, 2015 i don't believe you can delete one, I have heard however that you can add another "negative" amount payment which would subtract that amount Link to comment Share on other sites More sharing options...
platini76 Posted December 26, 2015 Author Share Posted December 26, 2015 it seems impossible that I cannot delete a payment.. or modify it... there is no an extension that can do it? or simply code, it is a simple sql command... like in orders...you can add the button delete... Link to comment Share on other sites More sharing options...
bellini13 Posted December 27, 2015 Share Posted December 27, 2015 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 More sharing options...
platini76 Posted December 27, 2015 Author Share Posted December 27, 2015 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 More sharing options...
platini76 Posted January 6, 2016 Author Share Posted January 6, 2016 noone? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now