Claim your freedom to choose the perfect partner for your multi-vendor journey.

FREEDOM25

Celebrate the festive season by giving your marketplace a powerful lift!

FESTIVE20

5.0.0
Something big is coming for marketplace admins… MultiVendorX 5.0 is almost here. Are you ready?
Be the first to explore all the game-changing features!
Power your marketplace dreams with unbeatable Black Friday deals!

MVXBLACK30

Supercharge your marketplace vision with unstoppable Cyber Monday deals!

MVXCYBER30

Holiday cheer, bigger savings
Take 25% off-because your marketplace deserves a gift too.

happyholiday

How to disable meta description for emails

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #236156
      l.gan
      Participant

      1. How to disable meta description for emails sent from your plugin (not from woo)

      The emails that come from woocommerce have a normal design, whereas if the email (all emails) is generated by the MultivendorX plugin, then in the product description line there is a meta description that looks like this (see photo).
      It is not compact, not in one line and has a marker.

      Is there a way to disable this product meta description for emails sent by MultivendorX. Can you share the custom code?

      Or indicate which file I should place in the child theme and which lines from this file to delete/edit?

      2. Is there a way to add a product image to emails?

    • #236168

      @l.gan, Our replies are inline with your queries –

      1. How to disable meta description for emails sent from your plugin (not from woo)
      >> I assume you are using a third-party plugin for the meta description on your end. Could you please confirm this, as the meta description is not generated by our plugin?
      2. Is there a way to add a product image to emails?
      >> At the moment, there isn’t a default option to include product images in the emails. However, you can certainly add your own custom code to achieve this.

      If you need any reference hooks or filters for this modification, please feel free to let us know.

      • #236181
        l.gan
        Participant

        I switched to the 2024 theme
        disabled plugins.
        It was still there.

        But this code helped me, but it disables information about attributes and who sells the product not only in letters, but also on the “thank you” page and in the basket

        function filter_woocommerce_display_item_meta ( $html, $item, $args ) {
            $html = '';
            return $html;
        }
        add_filter( 'woocommerce_display_item_meta', 'filter_woocommerce_display_item_meta', 10, 3 );
    • #236183

      May I know how the meta descriptions are you adding on your end?

    • #237788

      We haven’t heard back from you in a while and presume that your query has been resolved. As such, we’ll be closing this support thread.

      If you require assistance or encounter any issues in the future, please feel free to create a new support thread, and we’ll be happy to help.

Viewing 3 reply threads
  • The topic ‘How to disable meta description for emails’ is closed to new replies.
Shopping Cart
Scroll to Top