If you are looking to add a custom attribute for the customer in your Magento 2 website and your Magento version is Adobe Commerce (Enterprise Version) then you can do it without writing a signal code. Adding a custom attribute for customers is natively provided by Adobe Commerce.
Continue reading “Create Customer Custom attribute in Adobe Commerce”Magento 2 Admin Activity log
Adobe commerce provides a feature to check each activity of admin users. Magento provides a full log of what data changed by admin and even which page admin views.
NOTE: This feature is only supported by the Adobe Commerce version (previously known as the enterprise version)
Magento 2 Hide Add to Cart for Specific Customers
NOTE: This feature is provided by Adobe Commerce (Magento Enterprise Edition) only.
When the Magento website is B2B and merchants do not want to allow some group of customers to purchase the items then Magento provides a feature to hide the add to cart button from the website for specific customers group.
Magento 2 Commerce Cloud Get Cron Job List
You can get all cron job detail in .magento.app.yaml
file located on your docroot of your Adobe Commerce Cloud website. In this file, you can see something like following.
Magento 2 Commerce Cloud Configure Store Credit
What is store credit? Store credit is an amount which is allocated to a Magento customer’s account. Customers can use this credit to purchase any item on the website. Admin can also do a refund in store credit instead of refunding the actual amount. Store Credit feature is only available in the Adobe Magento Commerce version (previously Enterprise Edition), you will not find this option in Magento open source (previously Community Edition) version.
Continue reading “Magento 2 Commerce Cloud Configure Store Credit”