Category Archives: Magento 1

Magento 1 is the original version of the Magento eCommerce platform, released in 2008. It’s an open-source platform that allows merchants to build and manage online stores. Although it’s now officially end-of-life (EOL) since June 2020, many stores still run on it.

Magento 2 Store pickup shipping method selection then calculate order tax based on store origin address automatically on checkout page

To achieve the functionality of calculating order tax based on the store origin address when the “Store Pickup” shipping method is selected in Magento 2, you can follow these steps: 1. Configure Store Pickup Shipping Method Magento 2 doesn’t have a built-in “Store Pickup” method by default, so you’ll need to: Install a third-party extension… Read More »

What Does a Magento Solution Architect do?

A famous software engineer and an advocate of Agile development methods, Robert C. Martin, said, “Good architecture makes the system easy to understand, easy to develop, easy to maintain, and easy to deploy. The ultimate goal is to minimize the lifetime cost of the system and to maximize programmer productivity.” This is exactly what a… Read More »

How to prevent magento create order with such a potentially harmful or malformed billing address

The placeholder {{var this.getTemp%00lateFilter().filter(firstname)}} in Magento indicates an attempted injection attack or a misconfiguration. To prevent Magento from creating orders with such a potentially harmful or malformed billing address, you can implement several security measures: 1. Input Validation and Sanitization: Validate User Input: Ensure that all user inputs, including billing addresses, are validated. This means… Read More »

Magento 2 why we should pay every year subscription amount for plugins with updated versions

The practice of paying an annual subscription fee for plugins in Magento 2, or any other e-commerce platform, is tied to several factors that contribute to the ongoing development, maintenance, and support of these plugins. Here are some key reasons why paying a yearly subscription fee for plugins with updated versions makes sense: Ongoing Development… Read More »