Load customer by custom attribute in MagentoHere is an example of slightly more advanced approach of how to load customer in Magento - load customer by attribute value - be it some default attribute or a custom one...#magento #snippet
Load customer by email in MagentoAnother example of how to load customer in Magento - this time - by customer email. Previously we looked at how to load customer by ID in Magento, now we will do the same, but using the customer email address...#magento #snippet
Load customer by ID in MagentoHere is a quick example of how to load customer by its ID in Magento. It is a standard load method that is used across all Magento models...#magento #snippet
Get current store ID in MagentoThis here is a really short example of how to retrieve current store ID in Magento. Additionally to that, an example of getting current store object and some of its data...#magento #snippet
Fix for long shown launch screen on Meteor appIn one recent project I came across an issue of app’s launch screen being shown for quite a long time. To be exact - 6 seconds...#misc
Small collection of useful SASS mixinsI happen to use these little SASS mixins quite often, but did not have Gist created yet. So I decided to create a small collection for quick copy and easy lookup next time I need them...#misc #snippet