Magento 2 – Admin URL always only 404 “Page not found”

As a continuation of the previous article, here is a note on another problem, which existed after we copied a live shop to another server and wanted to make it available there as a test shop: Every time we use the backend / wanted to reach the admin area, we got the info “404 – Page not found”. It should be said about this,…

Magento 2 – CSS / Template is not displayed

After a Magento migration (Liveshop –> Testshop) fell on, that there are problems with the template or. when viewing the page. The content was there, but the CSS was not displayed and the structure was missing = the specially written template for the shop was not loaded. Now check the files, saw, that the directory…

Magento 2 – Exception:Required parameter ‘theme_dir’ was not passed

We had this error again and again in the past, so I'm going to write a short post about this. Where does this error come from?I'm trying to confirm an order, Account, to print a delivery note or a credit note. I have installed the SNM PDF Print extension, which generates my PDFs. As soon as I try to print, I get the above…

Magento 1&2 – Include static block in transactional mail

I actually thought, that I at least for Magento 1 have long written a contribution to it, how to integrate a static block into a transactional email or, more precisely, into an email template, to, for example, terms and conditions, Has cancellation conditions and / or data protection information in one central place and does not have to change in different places in the shop. Not only to make work easier but…

Magento – One-Stop-Shop (US), the 01.07.2021, die I, VAT and a new extension for Magento

Lang, long it was announced, now she is at the door and the excitement is great– the amendment of the tax calculation for online mail order business within the EU. From the 01.07.2021 There are no country-specific export / import limits for cross-border trade and a uniform limit of € is drawn 10.000 (net) a. I don't want to go too much…

Magento 2 – Random collection of everyday SSH commands

Since working with Magento 2 keeps coming back in places, that you have already had, I just want everyday SSH in this post- / CLI – Collect commands and post a brief description of each. I will add a new command every now and then, change or delete one, depending on. The order is…

Magento 2.4.2 install via SSH

Since we just had an inquiry about this – from Magento version 2.4 you can no longer install Magento using the browser as you used to with previous versions. In a previous article (HERE) I had already informed about the preparations for a Magento installation with Composer. This article ended with that, that you can now complete the installation…