Hello again.
I have made a custom payment system that uses an iframe to get the card info (country rules).
I used a special token to when first order is executed with this payment method, a token is created and is possible to be charged without using the card again.
I need an option to bill [Create new order + OnAfterOrderConfirm() effect] with the use of my super admin.
NOTE: OnAfterOrderConfirm() of this payment type is handeling the request to the company, validating and charging credit card or token.
The final result needed:
A manu in the back-end display all orders in a choosen date with the users info.
I make a cart with the needed products (still back-end), and on a checkbox checking all the users i want to bill (lets say in order to simplify they have a token) with that payment method. Running a new order for each user selected, and activating OnAfterOrderConfirm() to bill the token.
This is highly importent for me, i cannot use this store without it and i cannot buy the second store unless i can have this option.
My question is, what is needed for it to be done? and can i do it without changing the front-end?
Thank you very much for you help.