• Resolved antoineh04

    (@antoineh04)


    Hello,

    So I’ll start by saying that while I was searching I found out where the problem came from.
    I use Yaymail for my Woocommerce messages andWordpress 5.9.2. I have integrated AST to my emails and it works perfectly well! but below the tracking table I have some code that appears:

    ul.tracking_list{
    padding: 0;
    list-style: none;
    }
    ul.tracking_list .tracking_list_li{
    margin-bottom: 5px;
    }
    ul.tracking_list .tracking_list_li .product_list_ul{
    padding-left: 10px;
    }
    ul.tracking_list .tracking_list_li .tracking_list_div{
    border-bottom:1px solid #e0e0e0;
    }

    Here is a screenshot : https://zupimages.net/viewer.php?id=22/11/4hf1.png

    I found the way to remove it from the emails by modifying the tracking-info.php file ( plugins/woo-advanced-shipment-tracking/templates/emails/tracking-info.php ) and removing the following footer code :

    <style>
    ul.tracking_list{
    padding: 0;
    list-style: none;
    }
    ul.tracking_list .tracking_list_li{
    margin-bottom: 5px;
    }
    ul.tracking_list .tracking_list_li .product_list_ul{
    padding-left: 10px;
    }
    ul.tracking_list .tracking_list_li .tracking_list_div{
    border-bottom:1px solid #e0e0e0;
    }
    </style>

    But in the next update it will come back. Can you fix this issue?
    In advance thank you!
    Antoine

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Zorem

    (@zorem)

    Hi, We can’t replicate this issue on our end, it looks like compatibility issue on their end, try to deactivate YayMail and check if the issue continue, if not, please contact YayMail support

    • This reply was modified 4 years ago by Zorem.
    Bruce

    (@ninjateamwp)

    Hi @zorem ,

    Thanks for your contribution!

    @antoineh04 , please reach out to our developers unit here or Teamview check and the issue will be fixed for you fast:
    yaycommerce.com/support

    Thank you!

    Kind regards,
    -Bruce-

    • This reply was modified 4 years ago by Bruce.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘weirdness with yaymail’ is closed to new replies.