Quote:
Originally Posted by mcully
We have enabled Purchase Order payments for our training courses. We don't want Ecwid to send out any info to our API listener until we change the payment status to Accepted in the Ecwid admin. Is there a way to do this?
|
Do you mean
Instant Order Notifications? They are always sent unconditionally both for the queued and accepted orders. If you need to distinct any type of the order notifications (for example, to ignore some type of orders), you need to do it in the script that handles the order notifications, looking into the parameters of each order and deciding whether this script acts upon that notification or simply does nothing.