Cs-cart IPN ?

Hi,



As i sell php scripts i would like to send some POST variables to the licensing system I use



There is any chance to have an IPN in CSCART to send variables/values?





Thank you.

You would use the change_order_status or place_order hooks. You can capture what you need from there and do the http call to your license server.

[quote name=‘tbirnseth’]You would use the change_order_status or place_order hooks. You can capture what you need from there and do the http call to your license server.[/QUOTE]



Great. Thank you.

I will look for it.