Fix duplicate order increment_ids after migration to Magento 2 27 Jul 2020 | 0 Comments The problem When importing data from Magento 1 to Magento 2, we often see duplicate order numbers appear at stores with more than one storeview. Duplicate order numbers cause se... Read more
Quickly download the Magento 2 media folder with rsync 11 Jul 2020 | 0 Comments Downloading the media folder via SFTP can take hours. Fortunately, with rsync you can do this done easliy - and fast. All you need is the terminal and a working SSH connection to the serve... Read more
Magento2 product recall: retrieve customers that bought a certain product 11 Jul 2020 | 0 Comments Product recall? Quickly retrieve a list of customers that bought a particular product in a certain period, straight from the Magento 2 database. Read more
Laravel Litespeed Cache package contains ESI support 8 May 2019 | 0 Comments Full page caching poses a problem when using user specific content like csrf tokens. joostvanveen/laravel-litespeedcache now enables a easy solution using ESI blocks. CSRF tokens in Larav... Read more