• Resolved jerubei

    (@jerubei)


    Hello,

    When sending emails, the same information is included twice for every variation purchased:


    Product Name – 1234 Purple

    Color:
    1234 Purple


    Obviously, I prefer the last two lines to be omitted. I can achieve this by editing “email-order-items.php” and commenting out “wc_display_item_meta( $item );”, however this will be overwritten on plugin update.

    Can you add this as a customizable option in the email settings or advise how to make this a persistent change?

    Thank you for a great plugin, I was impressed with all the options!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support mialewp

    (@mialewp)

    Hello jerubei,

    Thanks for contacting us.

    Please try using the following CSS to hide that part.

    .yaymail-product-content .wc-item-meta { display: none !important }

    You can add it here in YayMail Editor https://tppr.me/xGALTE

    This will help you avoid fixing it again when updating plugin.

    If you have any further questions, please let us know.

    Best regards,

    Mia

    Thread Starter jerubei

    (@jerubei)

    Hello,

    Thank you for replying.

    This method doesn’t seem to work. After saving the CSS, nothing changes in the preview. Sending a test mail still shows the product variation twice.

    I was looking for the classes in the received email (.yaymail-product-content .wc-item-meta), but they are not there.

    Plugin Support alina98

    (@alina98)

    Hi jerubei,

    Please reach out to our technical support team via any of this channel:
    https://yaycommerce.com/support/

    Kind regards,
    Alina

    Plugin Support mialewp

    (@mialewp)

    Hello jerubei,

    Good morning!

    Have you figured it out? Please let us know if you still need help so we can proceed to check and fix it for you.

    If not, then we would like to mark this topic as resolved.

    We look forward to hearing from you.

    Many thanks!

    Mia

    • This reply was modified 8 months ago by mialewp.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing variation meta from email’ is closed to new replies.