Jump to content


Meetanshi's Content

There have been 255 items by Meetanshi (Search limited from 09-May 23)


By content type

See this member's


Sort by                Order  

#19825 This project is deleted

Posted by Meetanshi on 24 August 2020 - 10:51 AM in Magento modules & themes

This project is deleted 




#19826 How to Create System.xml Configuration In Magento 2

Posted by Meetanshi on 24 August 2020 - 01:13 PM in Magento general discussions

There are many Magento 2 extensions where the store owner or admin has to configure a few settings and for which one needs to create system.xml configuration in Magento 2.
 
 
Check the programmatic method to create system.xml configuration in Magento 2 at https://meetanshi.com/blog/create-system-xml-configuration-in-magento-2/

 




#19831 How To Display Error, Success, & Warning Message In Magento 2

Posted by Meetanshi on 26 August 2020 - 09:43 AM in Magento general discussions

A Magento 2 storefront can be made interactive with the visitors in order to improve the on-site experience, guide them through the store, or restrict them for certain actions.
 
 
 
 
Check the code to  display error, success, & warning message in Magento 2 at https://meetanshi.com/blog/display-error-success-warning-message-in-magento-2/ 



#19835 How To Set Up Order Confirmation Email In Magento 2

Posted by Meetanshi on 28 August 2020 - 11:44 AM in Magento general discussions

When a customer orders a product, the email of order confirmation should be sent to the customers. Therefore, you need to set up order confirmation email in Magento 2.

 

Check the steps to set up confirmation Email in Magento 2
 

For more details, visit https://meetanshi.co...l-in-magento-2/




#19844 How to enable “notify me when back in stock” for Magento 2

Posted by Meetanshi on 01 September 2020 - 06:19 AM in Magento general discussions

Magento 2 store owners can let customers subscribe to the out of stock products and get notifications when back in stock!
 
It’s possible with a default configuration to enable “notify me when back in stock” for Magento 2 stores.
 

 




#19849 How to Disable Ajax Add to Cart on Product page in Magento 2

Posted by Meetanshi on 02 September 2020 - 10:00 AM in Magento general discussions

The default behavior of the Magento 2 “Add to Cart” button is on click, it uses an ajax to add the product to cart and keep the user on the product page.
 
 
You can disable ajax add to cart on the product page in Magento 2 to boost order process and redirect customers directly to the checkout page with the method given at https://meetanshi.com/blog/disable-ajax-add-to-cart-on-product-page-magento-2/



#19853 How To Decrease Magento 2 Stock Inventory On Invoice Instead Of Order

Posted by Meetanshi on 03 September 2020 - 10:18 AM in Magento general discussions

The store owner can manage the stock inventory when an invoice is generated instead of the order placed. That’s because the invoice is only generated once the payment is confirmed in any case.
 
 



#19854 How To Do Reindexing Programmatically In Magento 2

Posted by Meetanshi on 04 September 2020 - 05:50 AM in Magento general discussions

If a developer does not perform Magento 2 reindexing, the changes implemented would take longer to load, possibly annoying the visitor and abandoning your store.
 
 
 
As we do not want this to happen, check how to do reindexing programmatically  in Magento 2 at https://meetanshi.com/blog/reindexing-programmatically-in-magento-2/



#19857 How To Get Data From System Configuration In Magento 2

Posted by Meetanshi on 07 September 2020 - 06:38 AM in Magento general discussions

Are you a beginner in Magento 2 development? If so, solution to get data from sytem configuration in Magento 2 is going to be used often.
 
 



#19860 How To Call Phtml File In CMS Static Block In Magento 2

Posted by Meetanshi on 08 September 2020 - 07:05 AM in Magento general discussions

Add and control HTML code to be displayed in the frontend using CMS static blocks. For example, you want to call an Instagram image on a page in your Magento 2 store.
 
 
Learn the method to call Phtml file in CMS static block in Magento 2 at https://meetanshi.com/blog/call-phtml-file-in-cms-static-block-in-magento-2/

 




#19863 How to Display, Add, or Remove Related, Upsell, and Cross-Sell Products in Ma...

Posted by Meetanshi on 09 September 2020 - 05:36 AM in Magento general discussions

Related, Upsell and Cross-sell products help store owners in customer retention and offer the convenience of purchase by means of buying more, change the decision or pick a better buying option
 
 
 
Check a detailed explanation and methods to display, add or remove related, upsell, and cross-sell products in Magento 2



#19866 How to Reset Customer Password From Database in Magento 2

Posted by Meetanshi on 10 September 2020 - 05:49 AM in Magento general discussions

A very common feature used by major sites is to reset the password when a user forgets it. Doing so is a win-win situation as the user can continue using your service and you do not lose a potential customer.

The solution to reset customer password from database in Magento 2 at https://meetanshi.co...e-in-magento-2/ can be useful in this case.




#19869 How To Add Foreign Key In Database Table In Magento 2

Posted by Meetanshi on 11 September 2020 - 07:06 AM in Magento general discussions

One can establish a relation between two tables with the foreign key. Add foreign key in a column and establish the relation of that table with another table.

 

Check the solution to add foreign key in database table in Magento 2 at https://meetanshi.co...e-in-magento-2/




#19874 How to Create Custom Customer Attribute in Magento 2

Posted by Meetanshi on 14 September 2020 - 05:37 AM in Magento general discussions

An attribute is a property of an entity that can be used in various Magento 2 store’s function. Create custom customer attribute in Magento 2 with the programmatic method.
 
 
 

 




#19877 How to Create an Admin Theme in Magento 2

Posted by Meetanshi on 15 September 2020 - 06:06 AM in Magento general discussions

A custom theme allows the admin to have a customized backend panel with custom logo, font, responsive design which makes it easier for the admin to administer!
  
 
 
One can create an admin theme in Magento 2 using the solution at https://meetanshi.co...e-in-magento-2/



#19879 How To Add Extension Attribute to Entity In Magento 2

Posted by Meetanshi on 16 September 2020 - 07:06 AM in Magento general discussions

In Magento 2, extension attributes extend the default functionality and generally use more complex data types than the custom attributes. The extensibility of default features is what makes Magento 2 stand apart from other CMSs.
 
 
 
Check the solution to add extension attribute to entity in Magento 2 at https://meetanshi.co...y-in-magento-2/.

 




#19883 How To Get Access Token Of Logged In Customer In Magento 2

Posted by Meetanshi on 17 September 2020 - 08:12 AM in Magento general discussions

You can improve the login method for customers and allowing them to login via Facebook or Google.
You can do so using the programmatic method to get access token of logged in customer in Magento 2.
 
 

 




#19885 How To Configure Customer Group In Magento 2

Posted by Meetanshi on 18 September 2020 - 08:40 AM in Magento general discussions

Magento 2 Customer Groups is an arrangement in Magento 2 that allows dividing the types of customers based on the tax class, discounts offered, and privileges given.
 
As the default customer groups are not enough to manage the user experience and benefits, configure customer group in Magento 2 based on the custom requirements.
 
 
 
Check the stepwise method to configure Magento 2 customer group at https://meetanshi.co...p-in-magento-2/

 




#19890 How to Add New Column in Magento 2 Quote Table & Order Table

Posted by Meetanshi on 21 September 2020 - 07:57 AM in Magento general discussions

One can add new column in Magento 2 Quote table & Order table. It can be any column that is not in the default Magento 2 quote table and order table, but the data from the database is needed to be fetched in these tables.

 

 

Get customized Magento 2 quote table and order table using the programmatic method at https://meetanshi.com/blog/add-new-column-in-magento-2-quote-table-order-table/ 




#19893 How to Add a Custom Column in Order Grid in Magento 2

Posted by Meetanshi on 22 September 2020 - 06:51 AM in Magento general discussions

The default Magento 2 sales order grid offers a number of columns to easily manage the order processing. However, the admin may need to add a custom column in order grid in Magento 2 store which is not offered by default. 

 

Check the programmatic method to add a custom column in the sales order grid in Magento 2 store at https://meetanshi.com/blog/add-custom-column-in-order-grid-in-magento-2/




#19894 Magento 2 Review Reminder

Posted by Meetanshi on 22 September 2020 - 10:54 AM in Magento modules & themes

Magento 2 Review Reminder by Meetanshi help collect maximum customer feedbacks by sending automated review reminder emails.
 
According to Bright Local, consumers read an average of seven reviews before trusting a business! 
 
 
Magento 2 store owners can collect maximum customer reviews to display it in the frontend. It helps gain customers' trust and increase sales. Everything with Meetanshi's Magento 2 Review
Reminder extension. The extension enables automated review reminder Email having the name and image of the item purchased. Also, a review submission link is placed for the ease of customers to submit a review.
 
The Email is sent to the customers after the configured number of days of purchase from the backend.
 
Magento 2 Review Reminder extension is what the Magento 2 stores need to collect positive
reviews as a part of marketing strategy!
 
Benefits of Magento 2 Review Reminder:
Basic Features:
* Automated review reminder Emails to customers.
* Schedule the reminder Emails after specific days of the purchase.
* Option to select Email sender.
* Improved conversion rate with maximum customer feedbacks for the store products.
 
Pro Features:
* Automated review reminder Emails to customers.
* Improved conversion rate with maximum customer feedbacks for the store products.
* Send reminder emails based on the customer groups.
* Set the order status after which the reminder Email is to be sent.
* Manage the product reviews and actions to preview, send and delete the reviews with backend
grid.
* Limit the number of Emails sent to customers in a day.
* Schedule the reminder Emails after specific days of the purchase.
* Reward customers with a coupon code for submitting their first review.
* Option to select the email template and email sender.
 
For tutorials visit: https://youtu.be/Hehl_E_-aGs
 
For more information, visit https://meetanshi.co...w-reminder.html



#19895 Magento Upgrade Service

Posted by Meetanshi on 22 September 2020 - 01:20 PM in Magento general discussions

Magento Upgrade Service provides professional help in upgradation with guaranteed security, no data loss, and zero downtime.
 
Magento keeps on releasing updated versions of the CMS to introduce better security and performance. It is essential for the store merchants to timely upgrade their Magento 2 stores to the latest version in order to stay among the competition, keep the store data secure, and perform better.
However, the process can be complex and if done incorrectly, it can risk the store’s data. Hence, Meetanshi has offered the Magento Upgrade Service to upgrade the store to the latest version of Magento.
 
Let the certified Magento 2 developers handle the task of Magento upgradation while you can focus on your business strategy!
 
Benefits of Magento Upgrade:
    • Enjoy extra functionalities and improved features for your store.
    • Protect your store from online susceptible malware or hacking.
    • Take advantage of built-in SEO features in the upgraded version.
    • Better flexibility and scalability.
    • Ability to use custom extensions.
And many more…
 
Why choose us for Magento Upgrade Service?
We follow a systematic approach to Magento Upgrade Service which is as follows:
    • Cloning Your Store for Staging Server
    • Analyzing Your Store
    • Performing Upgrade Process
    • QA Testing & Fixing Bugs
    • Publishing Your Store Live 
 
Choosing expert help is always better than done by a layman. We have expertise in upgradation of Magento Community and Enterprise edition. Moreover, our expert will perform QA testing. We deliver the service in almost zero downtime with all working functions and features with the help of which you can foster your online sales. 
Optimize your store to get a better outcome, security, and features with Meetanshi’s Magento Upgrade Service.
 
Check out video at: https://youtu.be/hz3dvZ74jxs
 



#19898 How to Create Shipment Programmatically in Magento 2

Posted by Meetanshi on 23 September 2020 - 11:53 AM in Magento general discussions

The method to create shipment programmatically in Magento 2 is a convenient way to add more shipping methods to the Magento 2 store.

 
Creating shipment in Magento 2 can be complex, but not with the programmatic method shown at https://meetanshi.co...y-in-magento-2/

 




#19899 Magento 2 Out of Stock Notification

Posted by Meetanshi on 23 September 2020 - 01:26 PM in Magento modules & themes

Magento 2 Out of Stock Notification allows store owners to send alert notifications if the product is in stock for which they had subscribed. Moreover, it will enable store owner to view the list of customers who are interested in the notification for out of stock
products
 
Knowing the customer’s demand is vital to a store’s revenue. The store owner must be aware of the products which are in stock or not as well as what products customers wish to buy. Meetanshi’s Magento 2 Out of Stock Notification extension allows store owners to do so.
The extension allows customers to subscribe to the products which are out of stock and notify them when the products are available again. The store owner can keep track of the subscriptions and analyze it to increase the availability of the products and enhance user experience.
 
Benefits of using Meetanshi’s Magento 2 Out of Stock Notification extension:
* Allow store visitors, guests and customers to subscribe to products which are out of stock.
* Individually track subscribers of each product for stock notifications.
* Includes option to allow subscription for notifications based on customer groups.
* Allows customers to edit, update and delete subscriptions from their “My Account” section.
* Enable single time notification to send alerts to Customers.
* The extension supports out of stock notification for all default Magento 2 product types.
* Allows the Store Owner to export the List of Subscribers for Out of Stock Products.
 
For more information about Magento 2 Out of Stock Notification extension,
 
Check out video tutorials at https://youtu.be/ZdsfCKbIHVM
 
You can check how to configure the extension at https://meetanshi.com/blog/magento-2-out-ofstock-notification-meetanshi/



#19901 How To Add Custom CSS and JS in Magento 2

Posted by Meetanshi on 24 September 2020 - 05:28 AM in Magento general discussions

Add custom CSS and JS in Magento 2 is useful to improve the layout and design of the store to attract customers and improve the shopping experience. 
 
 
This programmatic method makes it easy to add a custom CSS and JS to Magento 2 store. Visit: https://meetanshi.co...s-in-magento-2/