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

Magento support version #32

Open
abhijitcygnet opened this issue Oct 13, 2016 · 1 comment
Open

Magento support version #32

abhijitcygnet opened this issue Oct 13, 2016 · 1 comment

Comments

@abhijitcygnet
Copy link

Hello All,
We are using Magento Community Edition 1.9.1, looking into the performance matrix of mongogento we would like to migrate our application into it. Please suggest is mongogento compatible with my magento version. We have also long list of extension used in the site where should we cross verify there compatibility.

Regards
Abhijit

@romainruaud
Copy link
Contributor

Hello @abhijitcygnet ,

MongoGento should run fine on CE 1.9.1.

But yes, you have to take a look on each of your extension to track if any of these are :

  • processing loading of product data without using the addAttributeToSelect/addAttributeToFilter .
  • processing loading of product data directly with SQL
  • implementing custom product collection which herits the standard one : refactor them to herit from the mongogento collection (see the configurable product collection in the module)

Regards, and keep in touch if you are using Magento2, we may publish an alpha version of this module soon :)

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

2 participants