You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you are right but in back-end there is no box to add short description so how they get this short_description.
i am aware of magic method to access the short_description.
vendor\magento\module-catalog\view\frontend\templates\product\view\opengraph\general.phtml
in this file meta Tag is getting content from product ShortDescription
meta property="og:description" content="stripTags($block->getProduct()->getShortDescription()); ?>"
But as we seen in Product there is no ShortDescription Attribute available in Magento 2.0.0 CE.
so, as we share product link on Facebook (or Social Media) it won't fetch description as Meta tag is empty due to above reason.
The text was updated successfully, but these errors were encountered: