Find Jobs
Hire Freelancers

Make a filter to WooCommerce orderprint so we sort after most sold products (I have PHP code that fix it!)

$25-50 USD / hour

已完成
已发布超过 1 年前

$25-50 USD / hour

When we print orders that are in status "Processing" we need to sort all selected orders so it print in order with the most sold products first and all of these together. So it should make a summary of all sold products from the selected and find the most sold products and we need to print these first and then the next most sold products. So if a order include this products it need to be printed with all the order orders that contains this sold product. So if we have sold 2oo pcs. of one products we can have one person packing only these orders. I have PHP code from plug-in that can do this as I want here. But we just need to have the orderlist sorted this way and not in a plug-in. (Its because the plug-in we have dont work together with our new shipping system). add_filter( 'wpo_wcol_summary', function( $flat_summary, $order_ids ) { if ( ! empty( $flat_summary ) ) { uasort( $flat_summary, function ( $a, $b ) { return $b['quantity'] - $a['quantity']; } ); } return $flat_summary; }, 10, 2 ); add_filter( 'wpo_wcol_order_ids', function( $order_ids ) { return wpo_wcol_get_top_sale_order_ids( $order_ids ); }, 10, 1 ); add_filter( 'wpo_wcol_summary', function( $flat_summary, $order_ids ) { if ( ! empty( $flat_summary ) ) { $new_order_ids = wpo_wcol_get_top_sale_order_ids( $order_ids ); $new_flat_summary = array(); foreach ( $new_order_ids as $order_id ) { if ( isset( $flat_summary[$order_id] ) ) { $new_flat_summary[$order_id] = $flat_summary[$order_id]; } } $flat_summary = ! empty( $new_flat_summary ) ? $new_flat_summary : $flat_summary; } return $flat_summary; }, 10, 2 ); function wpo_wcol_get_top_sale_order_ids( $order_ids ) { if ( ! empty( $order_ids ) ) { $ids = array(); foreach ( $order_ids as $order_id ) { if ( $order = wc_get_order( $order_id ) ) { foreach ( $order->get_items( 'line_item' ) as $item ) { $product_id = $item['variation_id'] != 0 ? $item['variation_id'] : $item['product_id']; $ids[$product_id][] = $order_id; } } } uasort( $ids, function( $a, $b ) { return count( $b ) - count( $a ); } ); $new_order_ids = array(); foreach ( $ids as $product_id => $order_ids ) { foreach( $order_ids as $order_id ) { if ( ! in_array( $order_id, $new_order_ids ) ) { $new_order_ids[] = $order_id; } } } $order_ids = ! empty( $new_order_ids ) ? $new_order_ids : $order_ids; } return $order_ids; }
项目 ID: 34838487

关于此项目

63提案
远程项目
活跃2 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
Hello! My name is Roman, and I run the Webcapitan team, based in Ukraine. We have extensive experience in custom WordPress/WooCommerce development and would be pleased to build a filter to WooCommerce orderprint to sort after most sold products for you. I will be glad to discuss your project in the chat. Looking forward to hearing from you. I also would like to notice that we have 100% completed projects. You can be sure that we will complete your project with the highest quality. Please, look at the examples of our design - [login to view URL] Thank you & Kind regards, Roman Some of our “live” works: [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL]
$30 USD 在40天之内
5.0 (392条评论)
9.6
9.6
63威客以平均价$33 USD/小时来参与此工作竞价
用户头像
Hello, Let us assist in this. I understand the project requires a discussion before submitting an optimum bid, Please connect me in chat, we discuss more specific details and finalize the action plan. Thank you, Sathies
$25 USD 在40天之内
4.8 (675条评论)
9.3
9.3
用户头像
Greetings, I am Raman. I can help you with make a filter to woocommerce orderprint so you can sort after most sold products. Our team is expert at this work. We completed more than 20+ Woocommerce, PHP projects in recent past. We would love to have the opportunity to discuss your project with you. Looking forward for your support. Raman
$25 USD 在40天之内
4.9 (535条评论)
8.8
8.8
用户头像
HI I can help you in making the filtter I am an expert in woocommerce Here is a link to my portfolio https://www.freelancer.com/u/fattahaabdul Further, I would like to discuss more in details about the project requirement with you. Best Wishes Abdul
$30 USD 在40天之内
5.0 (233条评论)
8.8
8.8
用户头像
We can add filter as we have reviewed project requirement & we can complete the task. We are a team of WordPress/WooCommerce Developers with 10+ years of experience. We have completed 400+ projects & those are working really great on the global basis. Please share the project detail so we can assist you accordingly. Thanks for reading & considering. Regards, Vivek
$25 USD 在40天之内
4.8 (614条评论)
9.1
9.1
用户头像
Hello, My name is Sergey. I can help you as Woocommerce expert to adopt your code and make it make it working according to your instructions. So, 'Processing' Orders will be sorted and printed according to your instructions. I need FTP or SSH or CPanel access to start right now. I am an individual, I am not a company in any meaning. I can communicate via Freelancer.com. 2000+ successfully completed projects, including 190+ Woocommerce projects, speak for me. All 5-star reviews and great feedback from my past Freelancer(dot)com clients available in my profile. As for example: 1. "Woocommerce Cart not working correctly" https://www.freelancer.com/projects/34653801.html 2. "Buy X Get Y Free wordpress woocommerce plugin fix" https://www.freelancer.com/projects/34489433.html 3. "Checkout Problem On woocommerce " https://www.freelancer.com/projects/33430193.html 4. "WooCommerce Custom Coding" https://www.freelancer.com/projects/31845320.html 5. "WooCommerce fixes" https://www.freelancer.com/projects/30171255.html 6. "Some changes woocommerce backend" https://www.freelancer.com/projects/php/Some-changes-woocommerce-backend.html 7. "Add function to Woocommerce Backend" https://www.freelancer.com/projects/31566982.html 8. "WooCommerce bugs" https://www.freelancer.com/projects/Wordpress/WooCommerce-bugs.html 9. "Update Wordpress/Woocommerce site to work with PHP 7" https://www.freelancer.com/projects/26751094.html -- Sergey aka Takereal
$33 USD 在3天之内
5.0 (2056条评论)
8.3
8.3
用户头像
Hello there, ** I am 100% confident to perform this task with 100% satisfaction. ** I can perform any task related to PHP, CODEIGNITER, and LARAVEL. I have gone through your posted job description and as per my understanding, you want to make a filter in the WooCommerce plugin to sort all selected orders so it prints in order with the most sold products first and all of these together. I can do it as per your requirements with 100% satisfaction but you have to provide me with the File Access, and I am assuring you that I will provide you with quality work with 100% satisfaction. I am an experienced developer working in this sector for the past 8 years and am specialized in - ** React JS, Node JS, PHP, Laravel, CodeIgniter, HTML, CSS, JS, jQuery, MySQL. ** Very much familiar with WordPress, Shopify, WooCommerce, Bootstrap, Plugins, APIs, and their customization. Therefore, I am assuring you that I can perform any task related to all These Technologies with 100% satisfaction, and will never let you down. We are determined to produce the best through our determination, hard work, and sustainable thinking. Let's get connected on CHAT and discuss this further, and we are looking forward to making a long-term relationship with you. Regards, Harish
$25 USD 在40天之内
5.0 (256条评论)
8.3
8.3
用户头像
Hello Henrik K.,   We have 20 years of strong experience in PHP, WooCommerce, as a result, we can successfully complete this project.   Please, review our profile here: https://www.freelancer.com/u/tangramua Here detailed information about our company, our portfolio, and the client's recent reviews.   Also, we wanted to personally discuss questions about your project, which helps us to give you the right estimation.   Best regards, Tangram Canada Inc.   P.S. As seen from the details of your profile, you located in Europe. Be informed that our technical offices located in Ukraine i.e. you will be able to work with our developers almost in the same time zone. 
$35 USD 在5天之内
4.6 (189条评论)
8.4
8.4
用户头像
Hello employer, I can help you to sort order most sold products. We are Real WordPress/Woo-Commerce Experts. We have been working on WordPress for the last 9+ years & also developed multiple WP Projects. I have experience in this and I am able to do this. Let's have a quick discussion and start working now. Thank you! Himanshu
$30 USD 在40天之内
5.0 (310条评论)
8.0
8.0
用户头像
Greetings, I have read your project description for the project . Expertise and Skill: In the past 8+ years I have worked on different technologies and frameworks: PHP, WooCommerce, and various other technologies. You can check my portfolio here: https://www.freelancer.in/u/shayona163 I look forward to speaking with you about this opportunity. Let's discuss the requirement of a CHAT to make the project successful. Thank you Vikas B.
$50 USD 在40天之内
4.7 (270条评论)
7.4
7.4
用户头像
Hi There, Hope you doing well. We are much expertise group of PHP, WooCommerce. We will develop your project (Make a filter to WooCommerce orderprint so we sort after most sold products (I have PHP code that fix it!)). Let’s discuss in detail then will start work on it. Thanks.
$40 USD 在30天之内
5.0 (49条评论)
7.1
7.1
用户头像
Dear Client, Greetings!! I am a highly skilled PHP Developer with three years of experience programming for a multitude of different digital projects. I am fluent in all existing and recent languages, and highly competent in all aspects of computer installation, program optimization, application redesign, and various highly complicated technical expertise actions. As Lead Developer I have PHP / Laravel experience JavaScript / React experience (open to others like Vue) Solid experience working in Scrum / Agile environments Good MySQL or ElasticSearch Knowledge of AWS / Docker or Kubernetes Experience of leading / managing a team of engineers Confident communication skills My strengths are innovative thinking, resourcefulness, flexibility to accommodate your time zones, efficient code and ability to solve the most difficult tasks using the simplest solutions. “I would love to schedule a time for us to discuss this role and my experience.” Best Regards Ayushi
$35 USD 在40天之内
5.0 (3条评论)
6.6
6.6
用户头像
Hi, Hope you are doing well. i am an experienced PHP developer specialized in MVC Frameworks and CMS developement and customization. i understood the basic scope of the project but would like to discuss it in further details with you over the chat so we can finalize the things and proceed further. Please message me. Thanks Regards Umer Hayat
$50 USD 在40天之内
4.9 (28条评论)
6.4
6.4
用户头像
I have a few questions regarding the specifications that you have provided. Could we please have a word? My Skills: PHP and WooCommerce
$25 USD 在81天之内
4.8 (124条评论)
6.6
6.6
用户头像
I have gone through your requirement of creating a custom filter to get most sold orderprint functionality by amendment in the php code and i will do that. Thanks and waiting for response.
$45 USD 在40天之内
5.0 (158条评论)
6.5
6.5
用户头像
Hi there, I’ve reviewed your requirements and am very much confident to deliver the quality project as per your need. I am a professional Expert developer with 6+ years experience in PHP ,WooCommerce. Let’s quickly connect over a quick chat to discuss the requirements in detail and take things forward. Feel free to check my profile at - https://www.freelancer.com/u/saubhagyamweb. Waiting for your earliest reply. Thank you Virang
$38 USD 在40天之内
4.7 (32条评论)
6.5
6.5
用户头像
Hi there, I have read your project description. I am immediately available to assist you with your project. Can we discuss more about project over chat? Having 8+ years of experience as a Web developer/designer and have very good hands-on experience with React, Angular, Wordpress, WooCommerce, Shopify, Elementor, React, Php, Bootstrap, PSD to HTML, Figma and also i am good with Bug Fixing, Website Speed Optimisation. I always believe in providing my clients with the quality results that meet their needs and are bug/error-free. Seeking your Positive Response!!! :-)
$38 USD 在40天之内
5.0 (23条评论)
4.5
4.5
用户头像
Hi Client, I am Professional Full Stack Developer with 5 years experience. I have lots of knowledge with your preferred skills; PHP and WooCommerce. I am hardworking and honest person when it comes in work. Please leave me a message so we can discuss the other details. I am available now and can work fulltime. Regards
$40 USD 在40天之内
5.0 (2条评论)
4.6
4.6
用户头像
Good morning Hopefully, you are doing good. I noticed your posting in detail. Make a filter to WooCommerce orderprint so we sort after most sold products (I have PHP code that fix it!) I am a web expert having great experience in WooCommerce and PHP. I will provide you the Software as per your requirements where you can easily manage the content and functionality easily. we can discuss project budget and requirements. And I am confident to provide an innovative result with my skills and dedication. Please feel free to contact me so that we can discuss the further project with your idea and my experience. Best
$30 USD 在27天之内
5.0 (6条评论)
4.2
4.2
用户头像
Hi, I have read your requirements carefully and understood what you want. As you can see my profile, I'm a senior PHP full-stack developer, I've been developing 50+Woocommerce website & apps using PHP, Laravel and My SQL for the past 8 years. If you hire me, I can start right now and deliver the best result to you want. Please contact me to discuss more , so let's talk over chat here. Thank you
$30 USD 在40天之内
5.0 (17条评论)
4.4
4.4
用户头像
Greetings, I am a professional and experienced in providing high-quality Full-stack WordPress, and PHP designing, developing, and Swift services. I am highly interested in your project. Please contact me so I may share my previous work. I have more than 5 years of experience as a full-Stack Developer. I am the one who can complete your project within time. I am not only the best freelancer in my skills but also very reliable, trustworthy, and responsible. Please check my profile. I will accept the project only when we are 100% clear and are on the same page. Thanks, Regards: Hammad
$38 USD 在40天之内
5.0 (5条评论)
3.9
3.9

关于客户

DENMARK的国旗
Nr Nebel, Denmark
5.0
4
付款方式已验证
会员自9月 21, 2017起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。