Month: August 2019
-
How to change attribute dropdown type to multi-select in Magento 2?
Short Answer: Not possible via Magento2 Admin Backend. Solution: You need to update eav_attribute table and edit information about backend_source, frontend_input etc. Simple query for that is: Replace YOUR_ATTRIBUTE_ID_INTEGER with your attribute_id like 355 Reference: https://stackoverflow.com/a/57701845/2229148
-
How to batch edit multiple images to make square sized pictures with original image in center using php imagejpeg?
-
How to wipe all the tables and data in MySQL? Clean whole database
Will not work via phpmyadmin or any script. this has to be run in cmd/terminal Quick Command Source: https://gist.github.com/harshvardhanmalpani/e670a8de7aa81673364dd48f125cb9ac