Blogs In Magento 2 Tutorials
Latest news, tutorials, and best practices for Magento

Magento 2 shows the "Exception Printing is Disabled by Default for Security Reasons" error when an issue occurs, but detailed error messages are hidden for security. To view the full error, developers need to enable exception printing by modifying the report.php file or switching to developer mode.

This guide explains how to manually run Magento 2 cron jobs using the command line. It includes the necessary CLI commands and tips to troubleshoot common issues.

This guide explains how to add a custom customer attribute programmatically in Magento 2 using a setup script. It covers creating the attribute, configuring its properties, and making it visible in forms like the admin panel or customer account pages.

When it comes to eCommerce success, choosing the right platform is one of the most important decisions you’ll make. Over the years, there has been an increase in the number of eCommerce platforms, but Magento remains a highly popular choice

Magento 2.4.8 is a powerful update focused on enhancing eCommerce performance, security, and functionality. It introduces critical security patches, performance improvements, and updated platform support, making it a must-have upgrade for online retailers aiming to deliver a faster, safer, and more reliable shopping experience.

This step-by-step guide walks you through installing the Hyvä theme in Magento 2, covering prerequisites, installation commands, and configuration steps to optimize performance and design.
by: Simon Walker

In Magento 2, you can get the base URL from the admin panel under Stores > Configuration > General > Web. To retrieve it dynamically, Magento provides options to include or exclude the store code based on store settings. You can also access it programmatically through Magento’s store manager or URL interface.
by: Simon Walker

В Magento 2 вы можете получить базовый URL из панели администратора в разделе Stores > Configuration > General > Web. Для его динамического получения Magento предоставляет опции для включения или исключения кода магазина на основе настроек магазина. Вы также можете получить к нему программный доступ через менеджер магазина Magento или интерфейс URL.
by: Simon Walker

Learn how to add pagination to a custom collection in Magento 2 using setPageSize() and setCurPage() methods. This helps improve performance and user experience by loading data in manageable chunks.
by: Simon Walker

Changing the order number in Magento 2 requires modifying the database and configuration settings. You can achieve this by updating the sales_sequence_profile table, using a custom module, or utilizing an extension. Always back up your database before making changes to avoid potential issues.
by: Simon Walker