We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a function to auto-generate meta information when saving a product (see https://github.com/firegento/firegento-magesetup/blob/master/src/app/code/community/FireGento/MageSetup/Model/Observer.php#L112). I now got the request to mass generate the meta information when products are imported without "save()". We could integrate that as mass action in the products grid. It shouldn't call "save()" but use http://www.magelounge.de/2010/10/produkte-schneller-speichern-mit-addattributeupdate/.
The text was updated successfully, but these errors were encountered:
Sounds good 👍
Sorry, something went wrong.
+1
@avstudnitz any code available to PR? :-)
No branches or pull requests
There is a function to auto-generate meta information when saving a product (see https://github.com/firegento/firegento-magesetup/blob/master/src/app/code/community/FireGento/MageSetup/Model/Observer.php#L112). I now got the request to mass generate the meta information when products are imported without "save()". We could integrate that as mass action in the products grid. It shouldn't call "save()" but use http://www.magelounge.de/2010/10/produkte-schneller-speichern-mit-addattributeupdate/.
The text was updated successfully, but these errors were encountered: