
Completed
Posted
Paid on delivery
I need a concise PHP snippet that adds a brand-new column to the WooCommerce → Orders screen in wp-admin and automatically fills it with a customer detail pulled from their order. This is strictly a code-level task; no full plugin or theme overhaul is required—just a self-contained function I can drop into [login to view URL] using Code Snippets. Our version of Woocommerce using the Legacy Order system. How it should work • Register the column so it appears alongside existing order columns. • Populate the column on each page load with the data from the Checkout Files Upload for WooCommerce plugin. The meta key is _alg_checkout_files_upload_1 The link it should provide should look similar to: [login to view URL] • Keep performance in mind: use WooCommerce hooks and avoid additional database queries where possible. Deliverables 1. Copy-and-paste ready PHP code. 2. A short note explaining where to place the snippet and which hook(s) you used, so I can adapt it in the future. 3. Confirmation that the code follows WordPress coding standards and works on WooCommerce 8.x. That’s all I need—clean, documented code that slots straight into my existing site via Code Snippets. Here is what I have been able to come up with on my own but the column is not populating with data: /** * Add a custom column to the WooCommerce Admin Orders list. */ add_filter( 'manage_edit-shop_order_columns', 'add_checkout_files_custom_order_column' ); // For Legacy/Post-based function add_checkout_files_custom_order_column( $columns ) { $new_columns = array(); foreach ( $columns as $column_name => $column_info ) { $new_columns[ $column_name ] = $column_info; // Place the new column after the 'order_status' column if ( 'order_status' === $column_name ) { $new_columns['checkout_files_upload'] = __( 'ID', 'woocommerce' ); } } return $new_columns; } /** * Populate the custom column with the meta data value. */ add_action( 'manage_shop_order_posts_custom_column', 'display_checkout_files_custom_order_column_content_legacy', 10, 2 ); // For Legacy // Content for Legacy/Post-based sites function display_checkout_files_custom_order_column_content_legacy( $column, $post_id ) { if ( 'checkout_files_upload' === $column ) { $file_data = get_post_meta( $post_id, '_alg_checkout_files_upload_1', true ); echo ! empty( $file_data ) ? esc_html( $file_data ) : '<span class="na">–</span>'; } }
Project ID: 40322517
44 proposals
Remote project
Active 27 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hi, With over 5 years of experience in PHP development and in-depth knowledge of WooCommerce and WordPress, I'm the best fit to complete your task. I have a solid understanding of WooCommerce hooks and will ensure that your column appears alongside existing order columns, with the data you need precisely populated. I am also well-versed in working with meta keys, so filling the column with data from the Checkout Files Upload for WooCommerce plugin will be seamlessly accomplished. Performance is at the core of my coding practices, and I’ll ensure the snippet adheres strictly to WordPress coding standards and works smoothly on WooCommerce 8.x as per your requirements. You can expect fully-documented, copy-and-paste ready code that can be easily adapted in the future. My aim is to save you time, so my solution will not require extra database queries where possible. Beyond technical expertise, I offer one-month full support coverage after project completion, a guarantee you won't find elsewhere! Partnering with me means leveraging a freelancer who stay up-to-date with industry innovations like Chat GPT and AI technologies, honing these skills broadens my ability to solve complex challenges, like this one for you. Don’t miss out on the opportunity to work together on this project. The satisfaction of successfully implementing this feature on your legacy order system site using Woocommerce awaits us! Thanks!
$30 USD in 3 days
8.2
8.2
44 freelancers are bidding on average $28 USD for this job

Hello, I can send you code snippet in less than 1 hour upon awarding. I didn’t test your code but I will continue from there and complete the task.
$20 USD in 1 day
9.0
9.0

Hello, I’ve reviewed your requirement carefully, and this is exactly the kind of precise WooCommerce customization I handle regularly. You’re very close with your current code—the issue is mainly around properly handling the stored meta value and generating the correct admin download link dynamically. I can fix this and deliver a clean, fully working solution. Why Me Strong experience with WooCommerce admin hooks & meta handling Clean, minimal, production-safe code (no bloat) Fast turnaround and clear communication If you'd like, I can also extend this to: Support multiple upload fields Add preview/download buttons Make the column sortable or filterable Let me know, and I’ll get this implemented right away. Best regards, ADEEL
$20 USD in 7 days
8.0
8.0

I will provide you with a refined, production-ready PHP snippet that corrects the logic in your current code. The reason your existing snippet isn't populating data is likely due to the specific way the "Checkout Files Upload" plugin stores its metadata and how the legacy manage_shop_order_posts_custom_column hook handles the order object. I will refactor this to generate the exact download URL structure you requested, ensuring the link is dynamic and secure for each order. Best Regards, Ihtsham
$50 USD in 1 day
6.9
6.9

Hello, I see you're looking to add a custom column to the WooCommerce Orders screen. With over five years of experience working with WooCommerce and custom PHP functions, I understand the requirements thoroughly. To achieve this, I'll provide a concise and clean PHP snippet that registers the new column next to existing ones and populates it with the _alg_checkout_files_upload_1 data seamlessly. As requested, I'll ensure that this code maintains performance integrity without unnecessary database queries. For improvement, consider using AJAX for real-time updates in future projects. In a previous engagement, I crafted custom columns for WooCommerce that enhanced client order management, achieving positive feedback. The turnaround time for this snippet would be approximately two days. Regards, Khurshid Ahmed
$25 USD in 1 day
6.7
6.7

Hello! I’d be happy to prepare the concise, drop‑in PHP snippet you need for adding a custom WooCommerce Orders column that pulls data from the Checkout Files Upload plugin. I’ll deliver clean, documented code that registers the column, populates it using the legacy order hooks, and outputs the correct download link format using your _alg_checkout_files_upload_1 meta key. I’ll also ensure it adheres to WordPress coding standards and performs efficiently on WooCommerce 8.x without extra queries. You’ll receive copy‑and‑paste ready code plus a brief explanation on where to place it and how to adjust hooks as needed. Best regards, Ahtesham
$25 USD in 2 days
7.3
7.3

Hello I will provide a concise PHP snippet to add a brand-new custom column to your WooCommerce order admin list. This efficient code will integrate seamlessly, displaying your desired data. My solution prioritizes clean, maintainable code. Let's discuss your specific column content and get this implemented swiftly. Giáp Văn Hưng
$21 USD in 7 days
6.7
6.7

With 12+ years of experience in full-stack development, specializing in PHP and WordPress, I can confidently say that I'll be the ideal choice to help you complete your WooCommerce Order Admin Column Snippet efficiently. My deep understanding of WooCommerce and WordPress ensures that the solutions I build are clean, optimized, and compliant with WordPress coding standards. Knowing how critical performance is, I always leverage WooCommerce hooks while reducing additional database queries to ensure fast loading times. My proficiency extends beyond PHP and WordPress and encompasses various languages and frameworks like React.js, Node.js, Python, Laravel, MySQL - all of which equip me to build scalable APIs that you may need for this project. Additionally, my skills in APIs and Integrations set me apart in terms of implementing the required short note explaining where to place the snippet alongside the necessary hooks you might have to work with in future adaptations on this project. Apart from technical expertise, I am known for my attentive client-focus - meaning, less back-and-forth due to my ability to understand requirements quickly. However, when it comes to client interactions, I prioritize clear communication for a smooth sailing project flow. Promptitude, cleanliness of code and an unwavering commitment towards on-time delivery are some of my key attributes which culminate into a well-rounded package to assist you on your-bound platform.
$20 USD in 2 days
7.0
7.0

As a seasoned web engineer with over a decade of experience, I'm confident in my ability to deliver your project with precision. Having dealt with numerous WooCommerce and WordPress-based projects, I'm more than familiarised with the system in question. My skill set includes expert knowledge in both PHP and WooCommerce, making me uniquely qualified for this task. One of the great advantages of working with me is my consistent adherence to best practices and WordPress coding standards. Adding your desired column utilizing WooCommerce hooks and minimizing additional database queries to uphold performance is paramount. My record as a developer proves my competence in producing clean, well-documented code that effectively meets clients' demands quickly without compromising on quality. In conclusion, I don't taken on just projects; I undertake commitments to provide comprehensive solutions on the long-term. Which is why, beyond delivering what you need now, my package includes full project documentation and thorough adaptation guidelines ensuring seamless use and easy modification in the future. Let me handle this task so you can experience a better functioning WooCommerce order-admin column that works straight out without any hassle.
$10 USD in 1 day
6.0
6.0

Hello, I will create a custom PHP snippet to add a new column to the WooCommerce Orders screen in wp-admin. The snippet will automatically populate the column with customer details from their order, utilizing WooCommerce hooks to ensure optimal performance. The deliverables will include well-documented code that adheres to WordPress coding standards. Please initiate the chat to discuss further details. Thanks
$10 USD in 7 days
6.2
6.2

Hello, You need a PHP snippet to add a new column to the WooCommerce Orders screen in wp-admin and make it work seamlessly. I understand the importance of integrating this efficiently so you can manage order details better without any hassle. I will craft a custom PHP solution that hooks into the WooCommerce admin area, ensuring the new column displays exactly the data you require. This will involve leveraging WordPress hooks and filters to keep the code lightweight and maintainable. With over 10 years of experience in WordPress development, I've tackled similar tasks and ensured smooth operations for WooCommerce setups. Let's connect in chat to discuss the details.
$30 USD in 7 days
5.7
5.7

I can fix your WooCommerce legacy orders column snippet—the issue is almost certainly in how you're populating the column callback, likely a missing or mismatched `post_meta` lookup against the `_alg_checkout_files_upload_1` key. My approach uses `manage_edit-shop_order_columns` to register the column and `manage_shop_order_posts_custom_column` to populate it, pulling the meta directly from the already-available `$post_id` (zero extra queries) and constructing the download link with the proper nonce and query parameters matching your URL structure. I've built multiple WooCommerce admin customizations using these exact hooks and the Checkout Files Upload plugin's meta schema, so I can start immediately and deliver clean, documented, copy-paste-ready code that follows WordPress coding standards and is fully compatible with WooCommerce 8.x on the legacy (CPT-based) order storage.
$10 USD in 1 day
5.5
5.5

Hello, Greetings! I’ve reviewed your requirement and would be happy to help with your WordPress website. I have 6+ years of experience in designing and developing WordPress websites, focusing on clean design, performance, security, and a smooth user experience. I work on complete WordPress solutions including custom themes, plugin development and customization, website redesign, speed optimization, SEO-friendly structure, security enhancements, bug fixes, migrations, and ongoing support. My goal is to deliver a scalable, easy-to-manage website that looks professional and performs reliably. I’ve worked on numerous WordPress projects with different requirements, from simple business websites to fully customized platforms, and I’m confident I can help bring your ideas to life. Let’s discuss your project goals and I’ll suggest the best approach for your website. Best regards, Suman Joshi
$20 USD in 7 days
3.1
3.1

Hi, I understand that you are looking for a concise PHP snippet to add a new column to the WooCommerce → Orders screen in wp-admin, specifically for the Legacy Order system. I will create a self-contained function that registers the column, populates it with data from the Checkout Files Upload for WooCommerce plugin, and ensures optimal performance using WooCommerce hooks. The deliverables will include: 1. Copy-and-paste ready PHP code. 2. A brief note on where to place the snippet and the hooks used for future reference. 3. Confirmation that the code adheres to WordPress coding standards and functions on WooCommerce 8.x. I will ensure that the code seamlessly integrates into your existing site via Code Snippets, providing you with a clean and well-documented solution. I will send over my portfolio via direct message. Feel free to reach out there. My background in PHP and WordPress guarantees reliable results, professional standards, and seamless execution. I'm available to further discuss your requirements and address any concerns. Best regards, Taneem
$20 USD in 7 days
3.0
3.0

Hey , I just went through your job description and noticed you need someone skilled in PHP, WooCommerce and WordPress. That’s right up my alley. You can check my profile —I’m Software engineer working at large-scale apps as a lead developer with U.S. and European teams. I’ve handled several projects using these exact tools and technologies. Before we proceed, I’d like to clarify a few things: Are these all the project requirements or is there more to it? Do you already have any work done, or will this start from scratch? What’s your preferred deadline for completion? Why Work With Me? 1) Over 230 successful projects completed. 2) I have not received a single bad feedback since the last 5-6 years. 3) You will find 5 star feedback on the last 100+ major projects which shows my clients are happy with my work. 4) Long-term track record of happy clients and repeat work. I prioritize quality, deadlines, and clear communication. Availability: 9am – 9pm Eastern Time (Full-time freelancer) I can share recent examples of similar projects in chat. Let’s connect and discuss your vision in detail. Kind Regards, Imran Haider
$10 USD in 14 days
2.4
2.4

Hey , I just finished reading the job description and I see you are looking for someone experienced in WooCommerce, PHP and WordPress. This is something I can do. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions: 1. These are all the requirements? If not, Please share more detailed requirements. 2. Do you currently have anything done for the job or it has to be done from scratch? 3. What is the timeline to get this done? Why Choose Me? 1. I have done more than 250 major projects. 2. I have not received a single bad feedback since the last 5-6 years. 3. You will find 5 star feedback on the last 100+ major projects which shows my clients are happy with my work. Timings: 9am - 9pm Eastern Time (I work as a full time freelancer) I will share with you my recent work in the private chat due to privacy concerns! Please start the chat to discuss it further. Regards, Haseeb,
$10 USD in 2 days
2.2
2.2

Hello, I understand that you need a reliable and efficient solution for adding a brand-new column to your WooCommerce → Orders screen in wp-admin using a simple PHP snippet. Having worked extensively with WooCommerce in the past, I am well-equipped to handle this project. My proficiency in PHP, a key requirement for this task, will allow me to create a clean and documented code that perfectly integrates with your existing site via Code Snippets. My approach to problem-solving aligns closely with your requirements. As evidenced by my Magento expertise and experience, I excel at identifying the root cause of an issue and implementing comprehensive yet efficient solutions. Combining performance optimization, clean coding techniques, along with an adherence to WordPress coding standards, I guarantee an improved backend logic without affecting the existing system’s stability. Understanding the significance of timely deliveries, I assure you that your project will be my top priority once we start working together. Besides providing you with a copy-and-paste ready PHP code, I will also leave behind comprehensive notes explaining which hook(s) has been used along with suggestions on how you can adapt it in the future. So let’s avoid guess work and make sure systems are not only stable but scalable too by selecting me for this project. I look forward to our collaboration. Thanks!
$10 USD in 2 days
0.0
0.0

✅✅✅Hi, There,✅✅✅ I’ve taken a look at your project, and it’s clear you’re aiming for something that not only looks good but actually delivers results. At the end of the day, I don’t just build websites — I focus on creating something that supports your goals, whether that’s generating leads, improving conversions, or strengthening your brand. From what you’ve described, the key challenge will be I need a concise PHP snippet that adds a brand-new column to the WooCommerce → Orders screen in wp-admin and automatically fills it with a customer detail pulled from their order, and that’s exactly where I can help. I’ll make sure you end up with a website that works for you, not just something that looks nice. I’d love to chat more about your project and see if we’re the right fit. Thank you, Anton D.
$150 USD in 5 days
0.0
0.0

Hello, As a seasoned PHP developer with extensive WooCommerce and WordPress experience, I am confident in my ability to deliver the solution you need for your legacy version of WooCommerce. I have a deep understanding of how WooCommerce functions at its core and can seamlessly integrate custom code like you are requesting. In your project description, you mentioned that performance is a priority. This aligns perfectly with my approach to development. I ensure that my code adheres to WordPress coding standards, minimizes additional database queries where possible to maintain optimal performance. Additionally, as an ecommerce specialist, I have worked extensively with WooCommerce in various capacities such as setting up stores, integrating plugins and themes, and creating custom solutions. I am well-versed in managing complex data retrieval tasks like fetching meta values using get_post_meta(). Given the information you've provided about the "_alg_checkout_files_upload_1" key, I'm confident I can pinpoint the issue in your existing code and rectify it promptly. In choosing me, you get not just a code snippet but an attentive professional dedicated to delivering robust solutions to boost your business. Let's optimize your order management experience by populating the new column efficiently and providing a smooth pathway from the link given for your customer's convenience. Thanks!
$50 USD in 2 days
0.0
0.0

Hi, I understand the project requirements for adding a custom column to the WooCommerce Orders screen in wp-admin. With my expertise in PHP and WordPress, I have successfully worked on similar code-level tasks before. I assure you of professional quality, prompt communication, and clean code delivery. To approach this project, I will register the column using WooCommerce hooks and populate it with data from the Checkout Files Upload plugin using the meta key _alg_checkout_files_upload_1. I will provide you with copy-and-paste PHP code, along with instructions on where to place it and the hooks used. Rest assured, the code will adhere to WordPress coding standards and work seamlessly on WooCommerce 8.x. I invite you to review my portfolio: https://www.freelancer.com/u/laibaamir1 Feel free to message me for further discussion or to see relevant samples. Thank you, and I look forward to working with you. Best regards, Laiba
$10 USD in 1 day
0.0
0.0

I can write a concise, reliable PHP snippet to add a new custom column to the WooCommerce → Orders screen in wp-admin, tailored exactly to the data you want to display and how you want it sorted or filtered. I’ve implemented similar WooCommerce admin customizations for clients who needed extra order metadata, custom fields, or integration details visible at a glance. This includes clean, hook-based solutions that are update-safe and documented for future maintenance by your team or developer. My approach will be to use proper WooCommerce and WordPress hooks, add the column, populate the values efficiently, and ensure compatibility with your current setup. I’ll also provide brief comments so it’s easy to adjust later. I would love to chat more about your project! Regards
$20 USD in 7 days
0.0
0.0

Orem, United States
Payment method verified
Member since Jun 22, 2020
$10-30 USD
$750-1500 USD
$250-750 USD
₹1500-12500 INR
$10-30 USD
£10-20 GBP
$30-250 USD
₹1500-12500 INR
₹1500-12500 INR
₹1500-12500 INR
$250-750 USD
₹1500-12500 INR
$30-250 USD
$10-30 USD
₹600-1500 INR
₹750-1250 INR / hour
$30-250 USD
₹1500-12500 INR
$250-750 USD
$30-250 USD
₹600-1500 INR
$250-750 AUD
$250-750 USD