Here is a video of a 42 year old lady intimidating a 12 year old boy. https://youtu.be/mWjO2vy-rKg This video was shared with another person named Mr. Ashutosh Mishra, a diploma holder in Civil Engineering who worked in the middle east also and a resident of Belthara road, Ballia . His reaction from whatsapp is attached. After watching this … Continue reading Domestic Violence should not be Encouraged
Do not drive a Two-wheeler with Confidence and Without HELMET
Uttar Pradesh Lucknow 1090 Interrogation on my Family
They are saying, that we do not know how to raise our kids. And thier life is in danger living with thier parents/guardians. Please watch the full video below. Here is the Full Video: https://www.youtube.com/watch?v=KLe50c78z2g
Print to Play Sudoku online
Hi Friends, During my free time I thought of writing a sudoku program that would generate a new set of numbers on page refresh. Here is the link While doing this I got some new insights into programming, for example a basic question: - Why is Object Oriented Programming (OOP) needed ? If machines can … Continue reading Print to Play Sudoku online
Enhancements to the Recurring Order for Magento 2
Hello, We have released few enhancements to our Recurring orders module. It is essentially a subscription feature for the products so that they can ordered again and again. These are products that a customer subscribes to instead of getting as a one-time purchase. Recurring orders are automatically placed on a regular basis.For example- In such … Continue reading Enhancements to the Recurring Order for Magento 2
Blog Extension For Magento 2
Hello, We have released our next extension which allows magento to add a blogging feature. This extension is available on the Magento Marketplace and can be downloaded from here https://marketplace.magento.com/pravams-blog.html The important features of this extension are:- Frontend: All blogs can be see on the Magento frontend through a footer link. We can search the … Continue reading Blog Extension For Magento 2
MODULE TO CREATE A NEW PRODUCT TYPE IN MAGENTO
Firstly you need to follow the basic steps that are used for starting a module: Step1: Create a vendor folder inside app/code (app is the core folder of Magento) Folder:- app/code/Pravams (Vendor's name could be any) Step2: Create a module folder inside app/code/Pravams Folder:-app/code/Pravams/Booking Step3: Now inside Booking create a registration.php file. File:-app/code/Pravams/Booking/registration.php <?php \Magento\Framework\ComponentRegistrar::register( … Continue reading MODULE TO CREATE A NEW PRODUCT TYPE IN MAGENTO
Steps to Create Model, Resource Model, and Collection in Magento 2
Hello Everyone! Here in this blog we will learn how to create Model, Resource Model and Collection in Magento. Before moving towards Models firstly we have to create a table in database. For that we need to create db_schema.xml file inside etc folder. Step 1: Create a vendor folder inside app/code and inside Vendor's folder … Continue reading Steps to Create Model, Resource Model, and Collection in Magento 2
STEPS TO CREATE SIMPLE HELLOWORLD MODULE IN MAGENTO2
This Helloworld module will create a Controller that will open a page with content from a phtml file Step1: Create a vendor folder inside app/code (app is the core folder in magento) Folder :-app/code/Pravams (Vendor's name could be any) Step 2: Create a module folder inside app/code/Pravams Folder:- app/code/Pravams/Helloworld Step 3: Now inside Helloworld create … Continue reading STEPS TO CREATE SIMPLE HELLOWORLD MODULE IN MAGENTO2
Installing Magento 2.4.4 with Docker Run on Linux/Windows
So earlier I had written a blog on installing Magento with docker-compose here. And here is one more way to do the installation. Now instead of using different containers for Apache, MySQL, and Elasticsearch. We are using a single container for all the servers. So I dug further and created a new container in the … Continue reading Installing Magento 2.4.4 with Docker Run on Linux/Windows