Pawan Kumawat
8+
Years of IT industry
Embark on a journey through 8+ years of profound experience in the IT industry with Pawan Kumawat. My wealth of expertise extends across a diverse range of technologies, including PHP, WordPress, WooCommerce, Elementor, Multivendor setups, Dokan, CodeIgniter, CMS, CRM, Laravel, HTML, CSS, jQuery, JavaScript, data entry, REST API integrations, themes, plugins, inventory management, B2B solutions, and captivating landing pages. As a seasoned professional, I bring a comprehensive skill set to the table, ensuring every project is a masterpiece of innovation and precision. Let's shape the future of your digital presence together.
Welcome to my digital realm where passion meets innovation. With over 9 years of dedicated experience, I am a seasoned developer with a relentless commitment to crafting exceptional digital solutions. My expertise spans a rich landscape, including PHP, WordPress, WooCommerce, Elementor, Multivendor setups, Dokan, CodeIgniter, CMS, CRM, Laravel, HTML, CSS, jQuery, JavaScript, data entry, REST API integration, themes, plugins, inventory management, B2B solutions, and creating compelling landing pages.
Why Collaborate with Me?
Experience That Speaks Volumes
Having contributed to a diverse array of projects, I understand the intricacies of each client’s needs. My track record attests to the successful completion of 280+ projects, reflecting a commitment to excellence and a depth of understanding that only comes with years of hands-on experience.
I am not just a developer; I am your strategic partner in turning digital visions into reality. Let’s collaborate and bring your ideas to life.
Specialization That Sets Me Apart
What I Bring to the Table:
- Cross-browser compatibility expertise
- Proficiency in HTML, CSS, JavaScript, jQuery
- Advanced skills in AngularJS, Ajax, Bootstrap
- WordPress mastery for seamless website development
- PHP and MySQL capabilities for robust backend solutions
- Seamless payment gateway and API integration
- Newsletter creation and management
- CodeIgniter and Laravel proficiency for scalable applications
Resume
PERSONAL INFOS
- Name : Pawan kumawat
- Age : 30 Years
- Nationality: Indian
- Languages: English , Hindi
My Skills
Development
experience & education
Expert Freelancer - Upwork | Freelancer
Expert in designing and development and started my Freelancer- Upwork Career
Professional Developer - Expert Web Technologies
Started job as designer and developer at "Expert Web Technologies". and also started my Freelancer Career
Java - Qualified Coder
Got Certificate of Java Coder from Matrix Computers , Mansarovar, Jaipur, Rajasthan 302020, India
PHP - Qualified Coder
Got Certificate of PHP Coder from Matrix Computers , Mansarovar, Jaipur, Rajasthan 302020, India
HTML | CSS | jQuery | JavaScript - Qualified Coder
Got Certificate of HTML, CSS, jQuery, JavaScript Coder from Matrix Computers , Mansarovar, Jaipur, Rajasthan 302020, India
C| C++ - Qualified Coder
Got Certificate of C , C++ Coder from Matrix Computers , Mansarovar, Jaipur, Rajasthan 302020, India
My Blogs
How to Remove Logo from WordPress Admin Bar
You Want to remove WordPress logo from WordPress admin bar? Add the following code to the functions.php.
Hide Products Based On Custom Field / ACF Value : WooCommerce
To hide products in WooCommerce based on a custom field or Advanced Custom Fields (ACF) value, you’ll need to use some custom code. Specifically, you’ll have to hook into the WooCommerce product query and modify it to include your custom field or ACF value as a condition for hiding products.
Add same product to cart twice instead of changing quantity in Cart
By default, WooCommerce allows customers to change the quantity of a product in the cart by updating the quantity input field on the cart page. If the quantity is increased, the product will be added to the cart only once with the updated quantity. However, if you want to allow customers to add the same product multiple times as separate items in the cart, you’ll need to customize the cart behavior.
Add Custom Product Data Tab
Learn how to enhance your WooCommerce product editor by adding a custom product data tab. Follow a step-by-step guide using the woocommerce_product_data_tabs filter and the woocommerce_product_data_panels action. Create a custom tab with your desired label, and include your own fields or content within the panel. Customize your product data to collect and display additional information, providing a tailored experience for your WooCommerce products.
Dynamic Pricing According To Quantity
How To Set Dynamic Pricing Of Product According To Quantity?. In this post we will set price according to product quantity.
How To Get the client IP address using PHP
To get the client’s IP address using PHP, you can use the `$_SERVER` superglobal variable. Here’s an example of how