Local Storage seems to be disabled in your browser.
For the best experience on our site, be sure to turn on Local Storage in your browser.
Tech
-
February 10, 2025 4
Sometimes we need to "detect"(check) the customer's login status and do something. For instance, display a coupon code to logged in customers only. Things become complicated when Full...
-
January 23, 2025 29
Magento supports multiple payment methods and you can even develop your own payment method. This is a big plus as store owners can fully control the last and the most important step of checkout process...
-
December 31, 2024 28
As illustrated in the concept image, we got a request from our client that he wants to use the built-in Admin Grid filter feature to search entries that has empty field. To be more specific in his situation...
-
December 19, 2024 45
Class
\Magento\Framework\Xml\Security
in Magento 2 framework is intended to prevent XXE and itsscan
method can detect entities in XML input, by design. However, we found a way... -
December 17, 2024 24
Magento 2 uses "Scoped configuration" to adopt multiple stores setup. Configuration value has a fallback mechanism and the "default value" is stored in
etc/config.xml
... -
August 30, 2024 40
If you debugged Magento, I believe you have ever seen the 'X-Magento-Tags' in the response headers. What is 'X-Magento-Tags' used for? How is the 'X-Magento-Tags' generated?
We will cover these...
-
August 29, 2024 17
Full Page Cache is one core feature that significantly boost the speed of your store. It comes default with Magento 2. When the Cache is hit, Magento can skip FrontController and return the response. So...
-
August 10, 2024 74
The Block HTML Cache works in combination with the layout cache.
If you check the Cache Management page on admin panel, you may notice there is a "Blocks HTML Output", this configuration controls...