Magento 2: Adding a Custom PHTML Template to Core Widget

Published by John on September 24, 2020

While working on a Magento 2 website, I wanted to add a custom template to an existing Magento 2 Widget, without over-riding the existing template. This is quite easy to do, by adding an entry to your widget.xml file.

Read More  |  Add Comment

Getting Windows Server L2TP VPN, with IPSEC behind NAT, working in Gnome Network Manager

Published by John on August 27, 2020

While trying to connect to a Windows Server VPN, which was setup using L2TP VPN w/IPSEC, using the Gnome NetworkManager plugin, I ran into a few issues. Partly this was due to both the Server and Client being behind a NAT device, which is of course the most common setup for most users. However, there were a couple other settings that needed to be fixed before I was able to connect to the VPN on Linux.

Read More  |  Add Comment

Importing and Exporting WooComemerce Products from the Database

Published by John on August 19, 2020

While launching a website for one of our hosting clients that uses WooCommerce, it was necessary to import products and orders from their old shop to their new one.

This could have been avoided had the developers used a copy of the website database, rather than starting over with a brand new WordPress database. However, by the time they brought me in, that was no longer feasible.

I was able to import the WooCommerce products, including all variable products, using the built in product import/export tool, but needed to find a different solution to import the orders.

This process will not work in all cases, but in some instances, it is possible to do the order import and export directly from the database, rather than using a paid plugin.

Read More  |  Add Comment

Magento 2: Disabling 2 Factor Auth

Published by John on July 29, 2020

While setting up a test Magento 2 website, running the latest verison of Magento 2.4, I ran into an issue logging in: Two Factor Auth.

Due to the way my development server is setup, using two factor auth is not really needed, nor feasible.

However, this can be turned off so that you can access the Magento 2 backend without using it, by disabling the Magento_TwoFactorAuth module.

Read More  |  Add Comment

Downgrading .NET 4.8 on Windows Server 2012 R2

Published by John on July 2, 2020

While setting up a server running Windows Server 2012 R2 for a client, I ran into an issue that required me to downgrade from .NET 4.8 to .NET 4.5.

When using Windows Server, .NET updates are installed via Windows Update, which meant finding the correct update for .NET 4.8 and uninstalling it.

Read More  |  Add Comment

« Previous PageNext Page »