Jump to content

how to make payment transaction from back office or admin pannel in prestashop


NishantVadgama

Recommended Posts

I want to make order payment from back office using payment method like as done in front office,

what exactly done now is when im doing order payment from back office I think only databse record (update ) add into payment.

not doing validation and make payment to my payment methods account like paypal or authorized.net

 

if I want to do so then how can I implement that in my prestashop (Module development) to make payment of existing order from back office ..? 

 

please help me   :unsure:

Link to comment
Share on other sites

Flag? You mean language?

If you want to assign it to the front office cookie, then you can try creating anew instance of it 

 

$cookie = new Cookie('ps-s'.$context->shop->id, '', $cookie_lifetime, $domains);

 

Or, you can try this:

 

Tools::setCookieLanguage($cookie);

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