License emails not send
-
Hi, we are using a credit card payment processor. We want to send license emails only after the order is marked as “Complete”. When a customer submit an order in the frontend it will have a status “Pending Payment” after the customer submit his credit card details and successfully pay for it the order status will be marked as Complete automatically.
Our problem is that the license email is not send after order marked as complete. I really need this to be done. Need to make sure no email is going to be send if status is not marked as “Complete”
I can edit the plugin, add any code if you guide me.
How to tiger this automatically?
WC()->mailer()->emails['LMFWC_Customer_Deliver_License_Keys']->trigger($order->get_id(), $order);
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘License emails not send’ is closed to new replies.