Giter VIP home page Giter VIP logo

Comments (1)

Vinai avatar Vinai commented on June 12, 2024

Please prove the version of the extension. You can check it in the file app/code/community/Netzarbeiter/GroupsCatalog2/etc/config.xml, inside the <version> tag.

Please also supply the results of the following queries.

Please replace the 3 at the end of the next query with the category ID of the category that isn't showing (this is important).

SELECT * FROM catalog_category_entity_text WHERE  attribute_id = (SELECT attribute_id FROM eav_attribute ea INNER JOIN eav_entity_type eet ON ea.entity_type_id=eet.entity_type_id WHERE eet.entity_type_code = 'catalog_category' AND ea.attribute_code = 'groupscatalog2_groups') AND entity_id = 3;

This gives me the config in all scopes:

SELECT * FROM core_config_data WHERE path LIKE 'netzarbeiter_groupscatalog2/%';

This gives me the index values (once again, please replace the 3 with your category ID:

SELECT * FROM groupscatalog_category_idx WHERE entity_id = 3;

from groupscatalog2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.