- This topic has 4 replies, 2 voices, and was last updated 1 year, 3 months ago by
Sangita Support Squad.
-
AuthorPosts
-
-
October 15, 2024 at 9:31 PM #236156
l.gan
Participant1. 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?
Attachments:
-
October 16, 2024 at 12:35 PM #236168
Sangita Support Squad
Keymaster@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.
-
October 16, 2024 at 9:27 PM #236181
l.gan
ParticipantI 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 );
-
-
October 16, 2024 at 9:47 PM #236183
Sangita Support Squad
KeymasterMay I know how the meta descriptions are you adding on your end?
-
December 16, 2024 at 10:09 AM #237788
Sangita Support Squad
KeymasterWe 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.
-
-
AuthorPosts
- The topic ‘How to disable meta description for emails’ is closed to new replies.







