mongogento icon indicating copy to clipboard operation
mongogento copied to clipboard

Magento support version

Open abhijitcygnet opened this issue 8 years ago • 1 comments

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

abhijitcygnet avatar Oct 13 '16 08:10 abhijitcygnet

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 :)

romainruaud avatar Oct 14 '16 06:10 romainruaud