sam brown
sam brown
magmi-m2 -> requires a few patches to get categories creater to function -> plus you need to disable foreign key checks for the catalog_inventory updater - otherwise works pretty well...
I have found disabling spellcheck and phonetic search to increase the hit rate on sku's for some reason not sure why!
The autocomplete search suggestion accurately returns hits on my sku - just need a way to forward those results to tag onto the main search results! or like this: https://amasty.com/docs/lib/exe/fetch.php?media=magento_2:elastic_search:wildcard-spell.mp4...
How about using shared Catalog theory to make a ZERO group ID filter for backend and ONE group ID for default front-end to import all products? @petrich - you must...
@SasiKiranK how do you use solution to detect admin user in frontend?
This is because the mongoDB driver you are using is Newer than supported!, this class is not php7 compatible! There has been work to port it to php7 from someone...
Because Attributes can come from both mysql and mongodb - you would want to load from both and merge otherwise you will not load all attributes! That is my understanding...
public function getSqlAttributesCodes() { if (is_null($this->_sqlAttributeCodes)) { $this->_sqlAttributeCodes = array(); $specialAttributes = array( 'visibility', 'status', 'price', 'tax_class_id', 'name', 'url_key', 'url_path', 'special_price', 'special_from_date', 'special_to_date', 'msrp', 'price_type' ); $staticFields = $this->_getWriteAdapter()->describeTable($this->getEntityTable()); $this->_sqlAttributeCodes...
Perhaps it was legacy before the attribute migration tool that existed - so you could load attributes from mysql and save them to mongodb! I remember that being the case...