Here’s the next update, again only with new, hopefully interesting answers on Magento StackExchange.
Magento 2
- In case you have been wondering, what “Context” does in various constructors: What is Context Object purpose in any class’s constructor DI ? How Context works?
- Should you turn on developer mode by modifying
app/etc/env.php
? Is this good idea to change current application mode from Env.php
Magento 1
- How to build a “buy now” single item checkout that does not affect the current content of the cart: Checkout only 1 item from magento cart
- The question has been closed but still might be useful: Sort products by their product id in the order they were imported (how to allow sorting products by creation date without custom code)
- Another one: Cron configuration without SSH – Magento 1.9.2.4 (with or without Aoe_Scheduler)