Magento 2: Generate Large Number of SKUs / Products
Magento doesn’t provide an easy way to generate a large number of SKUs. I wanted to post a (primitive) script I created based off Ryan Anthony’s Magento 1 Gist. This script is useful for benchmarking performance or testing features that might be affected by a large catalog.
How to change the Admin Url in Magento
An easy way to protect your Magento store from being hacked is by having a unique URL for your admin panel. By default, the admin panel is always located…
How To Add Tracking Pixels To Magento
This article covers how to add tracking pixels to various parts of your Magento store. If you’re running a successful online business, you’ll undoubtedly need to integrate with third parties at some point – most of which…
How to disable CKEditor with Knockoutjs
Let’s say you’re developing a form where the user input fields are disabled based on certain criteria (a fairly common scenario). You can easily accomplish this for text inputs, select drop-downs, and radio buttons using the native disable binding provided by knockout: