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
Search Form With Keyword And Category Fields In WordPress
To create a shortcode for a search form with keyword and category fields in WordPress, follow the steps below:
Order Again Button on My Account > Orders WooCommerce
To add an “Order Again” button on the WooCommerce My Account > Orders page, you can use hooks and filters to customize the order details table. The following steps will guide you through the process:
Remove Add Cart, Add View Product on Shop Page WooCommerce
To remove the “Add to Cart” button and link the product image/title to the single product page on the WooCommerce shop page, you can use a combination of filters and hooks.
How To Limit Search To Only Post Titles?
I added a text field to the posts filter form and I use s= parameter to make the search work. But how to search only in the title of the post (not in the content)? how to limit search to post titles? How to search only by Post Title?
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.
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: