massi93
Forum Replies Created
-
Hi there, the author has not been replying for a while so I thought maybe this might solve your issue.
This piece of code will print licence keys associated to the order =>
do_action(‘lmfwc_email_order_license_keys’, $order, $sent_to_admin, $plain_text, $email);’
If you want to change the position of keys, you just have to move this code in the confirmation email where you want them to be.
If I got your issue wrong let me know.
Forum: Plugins
In reply to: [License Manager for WooCommerce] Licence is not being deliveredIn case there is someone having the same issue here is the fix.
Thing is, I use my oen child templates to send woocommerce mails, so what I did was edit the one I wanted the keys to be included in.
What I added is `do_action(‘lmfwc_email_order_license_keys’, $order, $sent_to_admin, $plain_text, $email);’
and this will print the table with the keys associated to the product/s of the order.
After some research I used an add_action in the main xl class and then I invoke it in woocommerce email new account php file. Its working as it should
I used an add_action in the main xl class and then I invoke it in woocommerce email new account php file.
Thanks a lot!
***I would like to make my own woocommerce new account mail and be able to print the confirmation link from this plugin there.
I managed to do it with your instructions. Thank you very much!
Hey, thanks for replying!
Right now a single text is showing up, here is a pic => https://i.imgur.com/piM3TnC.png
I’m currently using Flatsome theme. No idea how to customize it. I know this might be out of the scope of this section of forum but if you know if would be great to learn.
Thanks again