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”Magento 2 Redirect to admin shipment view page
Generally, as Magento developers, we copy the redirect path from the browser URL, but it does not work for many admin URLs.
When you want to redirect to the shipment view page in the Magento 2 admin page, for that you copy the shipment controller path from the browser and set to redirect path but it’s redirecting to 404 even though the same path you used which shows in the browser of shipment view page. At this stage you might get stuck because all looks good then why it’s not redirecting to the shipment page in Magento 2 admin? Don’t worry we Dhairvi Solutions explain you what you should do and what you are doing wrong.
How to Get Product Salable Quantity in Magento 2
A Magento store that has multi-source inventory (MSI) enabled will have a salable quantity (qty), which represents the total quantity of all available products for purchase across all stores. It’s important to note that the salable quantity is different from the actual quantity when MSI is enabled. If you need to retrieve the salable quantity, this blog post will guide you through the process.
Continue reading “How to Get Product Salable Quantity in Magento 2”
