We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Blog
-
November 07, 2020
Did you experience it... The sudden drop in sales with an increase in page load speed of your Magento eCommerce site.
Doesn’t matter which platform your website is built-on, the site speed will be a concerning topic. In simple words, the page load time is the undermining factor that decides the traffic on your site. A site speed ultimately affects its bounce rate. That’s why your site must load faster to make it comfortable for site visitors.
Google considers page speed as one of the essential ranking factors on SERP. To outrank others on search engines you must have a website that converts and has a fast loading speed.
-
October 30, 2020
Attributes is a property that can be used for several Magento 2 stores functions.
Magento 2 allows you to create multi-purpose attributes for different entities. In this article, we’ll discuss how to create custom attributes that help to know your customer in a good way.
-
October 19, 2020
Magento 2 has a lot more to offer than Magento 1.
If you have an eCommerce site running on Magento 2 platform then knowing how to get item data from your online store is a thing you should know about. This post is going to teach you how to retrieve this.
-
October 13, 2020
Would you like to learn some cool coding stuff in Magento 2? Then creating a customer and adding a new address in Magento 2 is something you should know.
In Magento 2, the customer account is created from the frontend via sign up. Or else, it can be created from the admin panel. Creating multiple customers with different addresses and segregating them into different groups is not an easy thing. The smart way to do it is programmatically in Magento 2 then by doing manually.
-
October 02, 2020
As of the announcement made by Magento in September 2018, it is no longer supporting Magento 1.x release Post-June 2020. It’s not that sites running on Magento 1 have stopped working, instead, they have become vulnerable due to no updates. So, to avoid any incident of data breaches you should consider transmuting it to another platform.
-
By using order repository interface, you can easily get the Payment Method Title of an order from the order details in Magento 2.Read more
-
Are you a Magento Developer who works on Magento 2 on a daily basis? Then our complete list of all SSH CLI commands will come in handy!Read more
-
The module presents the behavior of the Magento framework. Magento provides multiple default modules for eCommerce functionality. But if you want to add some different functionality then you need to create a custom module in Magento. In this blog, I am going to show you how to create a custom module in Magento 2.
-
In this blog, We will see how to get order details by using order id in magento 2. Order details contains the order information like Total summary, Customer Information, Billing, shipping and payment-related data in Magento 2. Using Dependency Injection (DI), You can use inject \Magento\Sales\Api\OrderRepositoryInterface class to get order details using order id.Read more
-
March 03, 2020It is reported that most of the customers abandoned shopping cart when they go to checkout after adding the product to their cart. That’s because they have to face lengthy checkout process when purchasing any item during their shopping experience or it takes a lot of time to check out the product while placing their order and they quit the product page which results in increasing the abandoned rate. We know well that no one wants to make a purchase from a website having a lengthy checkout process because it directly impacts on their minds and results in bad user experience for them.Read more