5 Reasons That You Can’t Ignore to Make Your Magento Site a PWA
What is Progressive Web Applications(PWA)? Progressive web applications (PWAs) is a website that can be made to look and feel like a mobile app on a smartphone. It is the next big thing in eCommerce. The object to having an experience so uniform that the …
How to install Letsencrypt SSL certificate on AWS EC2 ubuntu instance
Here We will know, How to install Letsencrypt SSL certificate on AWS EC2 ubuntu instance in this post. You already have some domains or subdomains may be running. Also you have a webserver installed apache or nginx. Please follow the step by step approach to …
How to Upgrade Magento 2.2.x to Magento 2.3.0? – Magento 2.3.0 Upgrade
At the end of 2018, we get a new version of Magento 2.3.0. If you are in the Magento development, here is the time now that you have to learn “How to Upgrade to Magento 2.3?” It lets merchants manage inventory for all product types …
Top SEO Trends 2019 That You Need to Know
2019 & SEO The SEO trends keep changing every year. Your online presence should always be updated about the latest SEO trend. A Webmaster who wants to keep rankings & traffic of a website is always looking for new ways to beat competitors, thus setting …
Magento 2 – How to identify current page in phtml file?
Here We will know, whether the current page is a CMS page or category view page or product view page or Homepage in Magento 2 so the first step, to check current page is write the following script in the .phtml file, where you need to identify which …
WordPress vs. Magento For E-commerce: Which one is Best to Choose?
In this fast world, When someone wants to create a website they are most likely going to use a content management system (CMS) like WordPress and Magento. Now, at first glance, this might make both platforms sounds similar, but that’s far from the truth. Both …
5 Email Marketing Tips That Grow Your Business
Are you looking for growing your business? As a small business owner, we are always in a confusion that which marketing strategies to invest in. Most people usually promote their business via Social Media, Blog content, Video Sharing etc. However, studies continue to show that …
Magento 2 – How to call any block function in phtml file?
Here We will know, How to call any block function in phtml by simple code in Magento 2 Suppose We have a code as below in any custom module Block file or In any default Vendor Magento Block file [php] namespace Vendor\Module\Block; use Magento\Framework\View\Element\Template; class Main …
How to get formatted Price with currency in Magento2 ?
Sometime We need to get minimum price, maximum price or whatever price in Magento2, you will get any price without currency symbol. so Here We will understand to get formatted Price. Suppose I need a minimum Price on Category Page, Then It will fetch price without …