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

Category component doesn't contain data about category description and category image #1383

Closed
mishanino opened this issue Jun 28, 2018 · 5 comments

Comments

@mishanino
Copy link

We use the latest versions of vue-storefront and vue-storefront-api from master branch, but we can't to get data from component or from vuex about category description and category image.
Magento Admin Dashboard:
image

Vue Storefront Component Data:
image
Vue Storefront Vues Data
image

@mishanino
Copy link
Author

take a look at config/local.json (vue-storefront) entites section
add the fields to the includeFields
and restart yarn dev

@mishanino
Copy link
Author

@pkarw, it doesn't work anymore (VS 1.5), I added "description" and "short_description" in the local.json
"category": { "includeFields": [ "children_data", "description", "short_description", "id", "children_count", "sku", "name", "is_active", "parent_id", "level", "url_key", "product_count", "path"] }
but I don't see this data in component or in vuex

@mishanino mishanino reopened this Nov 5, 2018
@pkarw
Copy link
Collaborator

pkarw commented Nov 5, 2018

You probably need to run the category importer with --extendCategories=true:
https://github.com/DivanteLtd/mage2vuestorefront/blob/master/src/test_categoryextended.sh

@mishanino
Copy link
Author

@pkarw, thank you, will try

@upandfine
Copy link
Contributor

Can confirm the leak with too little memory. Unfortunately, no error message is displayed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants