By default, Magento 2 allows customers to create a new account with some required info such as email addresses and passwords. However, we can easily add some more custom fields to the registration page of Magento 2 to collect more customer…
Enable Magento 2 log in as Customer Enable the feature In the admin page click Stores -> Settings -> Configuration. In the left panel, expand Customers and choose Login as Customer. Option Value Description Enable Login as Customer Yes / No Enable/Disable the Login…
You can add/update tier price to the Product from the Admin Panel Manually by click on the Products -> Add or Edit Product -> Price (Click on Advanced Pricing). If you have to task to add tier price in the…
Magento 2 store owners send emails to customers for not only marketing purposes but also for sending the order, shipping, and invoice details. For branding purposes, the merchants use custom email templates over the default one. When a customer receives…
Logs in Magento 2 consist of system information records for the analysis in the future. One of the most common examples of such events is the error log. Developers know the pain of errors and the process to deliver a…
How to call a configurable external JS URL in magento2 Today I will explain in this article, that how you can create a configurable JS external URL and then map it with another js in magento 2. Suppose you stuck…
Earlier, I had given the solution to Have you ever thought to surprise your customers with some discounted or FREE stuff? Hell yeah! You may add products to cart automatically when a customer performs a specific action like store visit, reach a specific…
Earlier, I had given the solution to programmatically add product to cart in Magento 2. Sometimes, Magento 2 store admin needs to prefill the shopping cart with a product whenever a user lands to the website. There are many uses of…
Earlier, I showed you How to Add Magento 2 Configurable Products Programmatically to Cart Now, what if you are required to add product to cart programmatically with custom options in Magento 2 ? Crazy business requirements, isn’t it? 😰 I get you, fellow…