-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product View Page - Meta Description Fix #3244
Comments
magento-team
pushed a commit
that referenced
this issue
Apr 26, 2016
magento-team
pushed a commit
that referenced
this issue
Apr 26, 2016
magento-team
pushed a commit
that referenced
this issue
Apr 26, 2016
magento-team
pushed a commit
that referenced
this issue
Apr 26, 2016
magento-team
pushed a commit
that referenced
this issue
Apr 26, 2016
@artmiller bug was fixed and delivered to develop branch, thank you for contributing, please feel free to add new issues or write, if fix doesn't help. |
magento-engcom-team
pushed a commit
that referenced
this issue
Oct 9, 2018
[epam] MAGETWO-71375: [Magento Cloud] Zero Subtotal Orders have incorrect status
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Magento\Catalog\Block\Product\View
line 146 - $this->pageConfig->setDescription($this->string->substr($product->getDescription(), 0, 255));
we put table tags in product description and got missaligned text in head of page..
<.meta name="description" content="<.table style="width: 763px;" border="0">.....
The text was updated successfully, but these errors were encountered: