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.
How to
- Read more
With the ongoing coronavirus pandemic, many industries are shifting their businesses to an online platform to serve their customers in a better way. Due to lockdown, we have seen lots of people shopping online who had never done it before.
- Read more
If you are running a Magento 2 store or website and getting slow loading speed, then it’s time to optimize your store. Your website speed plays a crucial role in improving site visibility, search rankings, increasing customer experiences, and driving more traffic to boost sales and conversions.
- November 07, 2020Read more
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, 2020Read more
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, 2020Read more
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, 2020Read more
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.
- 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
- 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