What's New

Instagram

About Me

Photo Profile
Meetanshi Architecture Designer

Meetanshi is found based on providing the best Magento Extensions and Customized eCommerce Business Solutions perfected to the users’ needs. Our Happy users make us Happy. Complete satisfaction to our clients is what drives and motivates us to work hard. Read More

Showing posts with label Magento2extensions. Show all posts
Showing posts with label Magento2extensions. Show all posts

Sunday, January 1, 2023

Magento 2 API – Create Cart Price Rule

 


With another blog entry about the Magento 2 API, I'm back. Today, I'll demonstrate how to use the REST API to build a cart pricing rule in Magento 2.


One of the popular strategies used by online retailers to boost conversions, average order value, and eventually sales is to provide customers with tempting deals and discounts. By default, Magento 2 gives retailers the ability to set their own cart pricing rules, or criteria for differentiating discounts. Through the REST API, the client can create and manage cart price rules in Magento 2 thanks to the Magento 2 cart pricing rules API.


If you are establishing a brand-new admin panel, you must use the Magento 2 APIs to implement admin-level features like generating cart prices. I’ve shared how to create a cart price rule in Magento 2 API in this blog article.


For more information, Visit : https://meetanshi.com/blog/magento-2-api-create-cart-price-rule/


Wednesday, December 28, 2022

How to Get Customer by Email in Magento 2

An admin who is managing a Magento 2 store cannot ignore the need to maintain customer data.


The admin needs to obtain customer data in order to operate effectively on anything from marketing to customer service, delivery, and so forth.


For instance, you might wish to launch a marketing campaign targeted at a certain age group or incorporate validation based on consumer groupings.


In Magento 2, all of these actions necessitate obtaining client data.


In Magento 2, a client can typically be found using their ID. But if you don't have a customer ID, I'll show you how to get customers by Email Magento 2!


By just passing the customer's email address to the code below, you may obtain the customer's ID, first and last names, and other information about them.


For more information, Visit: https://meetanshi.com/blog/get-customer-by-email-in-magento-2/ 


Monday, May 16, 2022

How to Change Database Name in Magento 2

The latest Magento 2 version offers out-of-box functionalities. It not only offers advanced security, performance and ease of use but also can easily make changes in the file structure. 



The configuration file in Magento 1 differs from Magento 2. The database configuration file in Magento was located in app/etc/local.xml, whereas, for Magento 2, the file address is app/etc/env.php. 


The file structure mainly includes information like server hostname, username, password, database name, database edits and much more. So, here in this article, I will guide you on how to change database name in Magento 2


For more information, visit: https://meetanshi.com/blog/change-database-name-in-magento-2/





Get more of our update !