Category Archives for Magento
Install Magento 2 via command line
Sometimes (especially on shared hosting) Magento 2 web install just isn’t work – there is a plenty of reasons, but this post will not cover this topic, it’s about how to install Magento 2 via command line. So here is a simple shell script and hints to add some tuning to your install.
Continue Reading →Create admin user in Magento via MySQL
Quick snippet on how to create admin user in Magento via MySQL query:
Continue Reading →Create Magento categories tree programmatically
Data entry in Magento is a quite time consuming operation. Especially if you have a lot of environments and want to keep them all up to date. In this article we’ll create Magento categories tree programmatically with ability to update them without re-installing database.
Continue Reading →How to add a date/time product attribute to Magento admin
Adding a date attribute to Magento is no problem – but what about date + time? In this article I’ll explain how to add a date/time product attribute to Magento admin programmatically with upgrade script. Basically to make it happen you need to configure the renderer for date field and source model to convert the date and save time as well as date.
Continue Reading →