The “Unique constraint violation found” error during checkout in Magento 2 typically occurs when the system attempts to insert data into the database that violates a unique constraint defined for a specific column or set of columns. In simple words, some queries attempt to add duplicate entries to a database table, but the primary key prevents this from happening.
Continue reading “Magento 2 unique constraint violation found error when generating order”How to Remove Category Filter from Layered Navigation in Magento 2
Customers can locate what they need more quickly using Magento 2’s robust layered navigation functionality, which lets users filter products by price, characteristics, categories, and other factors. For various reasons, including enhancing user experience or streamlining the navigation structure, you might occasionally wish to eliminate category from the layered navigation.
Continue reading “How to Remove Category Filter from Layered Navigation in Magento 2”How to Change Admin URL in Adobe Commerce Cloud
The Adobe Commerce Cloud store’s default admin URL is domain_name/admin. It’s always best security practice not to use an easy-to-identify admin URL and instead keep it unique. The app/etc/env.php file has the admin endpoint, but you can’t push this file to the Adobe Commerce Cloud server. We’ll walk you through the steps to change your Adobe Commerce admin URL from the cloud console.
Continue reading “How to Change Admin URL in Adobe Commerce Cloud”Create Returns Button is Missing in Adobe Commerce Cloud
Adobe Commerce Cloud (formerly known as Magento Commerce) has a powerful feature called returned merchandise authorization (RMA) that allows magento customers to request a return of the item. However, many users have encountered an issue where the “Create Returns” button is missing for some orders. This blog post will explore all possible reasons for this issue and provide solutions to restore the missing functionality.
Continue reading “Create Returns Button is Missing in Adobe Commerce Cloud”How to Access .well-known URL in Adobe Commerce Cloud
If you’re working with Adobe Commerce Cloud (formerly Magento Commerce Cloud), you may need to access the URL /.well-known/apple-developer-merchantid-domain-association.txt to validate the domain for Apple Pay. However, you may realize that you don’t have permission to create the .well-known directory at the root of the Adobe Commerce Cloud server. If you find yourself in this situation, keep reading to learn how to access the .well-known URL.
Continue reading “How to Access .well-known URL in Adobe Commerce Cloud”Magento 2 Disable Quantity Text Field On Admin Product Page
When managing product quantities outside of Magento using an ERP system, it may be beneficial to prevent admin users from updating quantities from the Magento admin. One way to achieve this is by disabling the quantity text field on the edit product page in the Magento admin.
Continue reading “Magento 2 Disable Quantity Text Field On Admin Product Page”Magento 2 system.xml Reference And How To Create system.xml File.
Magento is a fully customizable eCommerce platform that enables developers to create custom modules and configure the settings of a website from the admin only to suit a store’s specific requirements. One of the key files in module development is the system.xml file. If you’ve been working with Magento 2, you’ve likely encountered this configuration file and may be curious about the purpose of the system.xml file and how to utilize it.
This blog post will give you a detailed overview of what a system.xml file is, how you can create the system.xml file, and when this file is required.
Continue reading “Magento 2 system.xml Reference And How To Create system.xml File.”How to Allow HTML in Variables in Magento 2 Email Templates
By default, Magento 2 restricts the use of HTML tags in variables when sending emails for safety and to prevent issues with email rendering. However, there are instances where you may need to include HTML content in your email template variables, such as adding item collection HTML and product data with HTML or links.
Continue reading “How to Allow HTML in Variables in Magento 2 Email Templates”Magento 2 Get Inventory Source Code from Shipment
Magento offers MSI (Multi Souce Invetnory) features that allow you to add multiple sources or locations for delivery. When shipping an order, you need to choose the source of inventory. If you want to find out which inventory source has been selected for an existing shipment, keep reading to learn how to do it!
Continue reading “Magento 2 Get Inventory Source Code from Shipment”How to Get auth.json Keys in Adobe Commerce Cloud
When you clone the Adobe Commerce Cloud project to your local system, it may not include the auth.json file containing the public and private keys of repo.magento.com. These keys are necessary to validate your Adobe Commerce Cloud version and use it to install or upgrade Commerce Cloud native modules.
Continue reading “How to Get auth.json Keys in Adobe Commerce Cloud”
