How to check current page in Magento 2
Here We will know, what the current page, like CMS page or category view page or product view page or Homepage in Magento 2 Sometimes we need to check the current page so write or add conditions according to logic. So the first step, to check the current page is to write the following script […]
Open popup on grid row click in Magento 2
When you need to open popup on grid button, Follow the steps given below to add a view button in the admin grid: 1. Add component in column in grid layout file and add js and class file path File path: app/code/IntegerByte/Popup/view/base/web/js/grid/columns/email.jsFile path : app/code/IntegerByte/Popup/Ui/Component/Listing/Column/Email.php <column name=”email” class=”IntegerByte\Popup\Ui\Component\Listing\Column\Email”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item […]
Mobile Advertising Fraud (Part-2)
In our previous blog of Mobile Advertising Fraud. Lets continue to discuss the same. Mobile advertising has its own advantages in terms of benefiting the marketers and engaging with the customers, but it is also being used in fraud. Yes! There are many examples of mobile fraud advertisement. For those, who have become a part […]
How to create a log in Magento 2
Add a log in Magento 2, We will learn to create a custom log file programmatically and log data into the custom log file. If indeed your only concern is to log to a different file, there is a slightly easier way. Especially if you want to incorporate that to multiple modules or if you […]
How to Install Elasticsearch on Ubuntu
Elasticsearch is a platform for distributed search and analysis of data in real-time. This blog will guide you through installing Elasticsearch, configuring it for your use case, securing your installation, and beginning to work with your Elasticsearch server. Why use Elasticsearch 1. Usability 2. Powerful Features 3. Scalability Install Elasticsearch on Ubuntu Step 1 – […]
WhatsApp archive chat features and updates
In this blog, we will discuss about WhatsApp archive chat feature and updates. From today on wards, WhatsApp is rolling out new feature for all users. In this new feature, archive option will give you more control over your chats. As per more demand from users, previously when you move any chats to Archive and […]
Propertychange And ajax call in jquery
propertychange event on input box The onpropertychange event is fired in both (the direct and the indirect) cases. You can use the propertyName property of the event object in the event handlers for the onpropertychange event to get the name of the modified propertyI want to detect whenever a textbox’s content has changed and execute […]
Emerging e-commerce marketing trends to follow
Today, lets discuss about emerging e-commerce marketing trends to follow. Marketing trends are changing dynamically. The way you market or promote your business today may not work tomorrow. This sentence holds true for every business and all marketing genre. Companies are adapting and experimenting with new marketing trends to discover what forms of marketing can […]
No matching service worker detected in PWA
Most of the PWA developers almost face this issue, which is “No matching service worker detected” in PWA. Today we post for the same with proper resolution. You may need to reload the page or check that the service worker for the current page also controls the start of the URL from the manifest. Below […]
Magento 2 check request from website or API
Magento2: How to check if the request is from Web Service or Magento 2 check request from website or APIToday we will share an idea to identify the request is coming from API or website.Sometimes need a condition to check the page called for the mobile app user to the browser user.The code level to […]
Ionic app development framework and its features
In this blog, let’s discuss about Ionic app development framework and its features. Every business wants to create a hybrid mobile application that suits their budget. Building a native mobile application across different platforms is really expensive when compared to the development cost of hybrid mobile application. The tech savvy front end developers have already […]
Windows 11 System Requirements and Features
In today’s blog, we will discuss about Microsoft new Windows 11 System requirements and Features. Finally, On 24th June 2021, Microsoft officially announced Windows 11 in the event and the next big Operating System(OS) with all new looks and features. Windows 11 comes with all the security and safety features of Windows 10 with refreshing […]