Skip to content
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 description component is not showing #321

Open
Erislandio opened this issue Jul 2, 2021 · 0 comments
Open

Product description component is not showing #321

Erislandio opened this issue Jul 2, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Erislandio
Copy link

Hello!

Describe the bug
I'm using the product-summary-description component, but for some reason it's not showing up on the product card.

  1. Go to 'https://frndev--ebradi.myvtex.com/'
  2. see the product card
  3. Product description does not appear

Expected behavior
The product description should appear correctly.

Screenshots / codes

{
"product-summary.shelf#search-custom": {
        "props": {
            "blockClass": [
                "shelf-search"
            ]
        },
        "children": [
            "product-summary-image#search-custom",
            "product-summary-name#search-custom",
            "product-summary-description#search-custom" 
        ]
    },
    "product-summary-description#search-custom": {
        "props": {
            "blockClass": [
                "search-custom"
            ]
        }
    }
}
  • Description is coming correctly with context:

description

Desktop environment:

System:
OS: Linux 5.4 Linux Mint 20.1 (Ulyssa)
CPU: (8) x64 Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz
Memory: 496.57 MB / 15.40 GB
Container: Yes
Shell: 5.8 - /usr/bin/zsh
Binaries:
Node: 12.17.0 - ~/.nvm/versions/node/v12.17.0/bin/node
Yarn: 1.22.10 - ~/.nvm/versions/node/v12.17.0/bin/yarn
npm: 6.14.4 - ~/.nvm/versions/node/v12.17.0/bin/npm
Browsers:
Chromium: 91.0.4472.77
Firefox: 89.0

@Erislandio Erislandio added the bug Something isn't working label Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant