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
Add same product to cart twice instead of changing quantity in Cart Page.
How to add the same product twice to cart instead of changing quantity in WooCommerce In normal case when
How to add custom style and script in wordpress
`wp_enqueue_scripts` is a crucial action hook in WordPress that allows you to enqueue or register scripts and stylesheets properly. It is commonly used by theme and plugin developers to load necessary CSS and JavaScript files onto the front-end of a WordPress website.
Search only posts (not pages) in WordPress
How To Limit Search Results For Specific Post Types in WordPress
How to know “Who created this coupon?”
What to do when your client ask “Who created this coupon?” . in WooCommerce. But we don’t have any default things in WooCommerce which automatically show author of coupon .
How to add custom order status in WooCommerce
To add a custom order status and customize its email template using `register_post_status`, `wc_order_statuses`, `woocommerce_email_actions`, and `woocommerce_email_classes`, you can follow these steps:
WooCommerce: Add A New Checkout Field.
To add a new checkout field in WooCommerce, you can use the `woocommerce_after_order_notes` action hook to display the new field on the checkout page. Additionally, you’ll need to use the `woocommerce_checkout_process` and `woocommerce_checkout_update_order_meta` filter hooks to handle the validation and saving of the field data.