• Resolved nartoof

    (@nartoof)


    Hi,

    I’m starting to use your plugin in my E-commerce starter package and I really enjoy using it, great job ! 🙂

    I took a look at your send_email_templates() function and I saw you use the wp_mail() function to send E-mail.

    Your plugin need Woocommerce to works, it could be interesting to use the WC()->mailer() class to design the different templates.

    Maybe it is a feature only available in the premium version ?
    If it isn’t, have you think about adding this feature in your plugin ?

    Thank you for your answer.

    Have a nice day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support CartFlows Team

    (@cartflows)

    Hello @nartoof,

    Thank you for reaching out to us.

    We have received such requirements from other users too. So we are planning to improve the email templates which allow users to design it easily.

    Our developers will look into it soon.

    Just to let you know that right now we don’t have the premium version of the cart abandonment plugin.

    Once again thank you for your feedback and suggestions.

    Let us know if you have any questions.

    Thread Starter nartoof

    (@nartoof)

    Hi @cartflows ,

    Thank you for your answer.

    Awesome if it’s in your to do list !

    I use this thread to report an issue on the get_admin_product_block() function.

    I got this error on the back office :
    Notice: A non well formed numeric value encountered in /home/xxxxxx/www/wp-content/plugins/woo-cart-abandonment-recovery/modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php because of this :

    number_format_i18n( $discount + ( $cart_total - $total ) - $tax, 2 )

    I think it is because of $cart_total who isn’t formatted like others variables, if I echo each variable I got this :

    $discount 0,00
    $cart_total 3.90
    $total 3,25
    $tax 0,65
    • This reply was modified 3 years, 5 months ago by nartoof.
    Plugin Support CartFlows Team

    (@cartflows)

    Hello @nartoof,

    Sorry for the inconvenience caused.

    Thank for reporting this issue. We will fix this issue in our next update.

    Thank You!

    Thread Starter nartoof

    (@nartoof)

    Hi @cartflows

    Thank you for your answer 🙂

    That’s not a huge issue, only a back office problem but there is no problem on frontend 🙂

    Have a nice day !

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @nartoof,

    Yes. It will not affect the frontend.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Use Woocommerce Template Email’ is closed to new replies.