woocommerce order status
Hi,
I want use a deposit payment in woocommerce. Deposit payment use status order "partially paid".
Is there a way for Bookly to accept the status "partially paid" as a valid order?
Is the status to check on bd? or in code? where can I modify?
0
Comments
Hello,
Thank you for your message.
The record about the payment can be checked in Payments section:
So it will display X amount out of full payment if you use the deposit.
Let us know if it works for you.
Thank you :)
I want use a deposit payment in woocommerce.
Woocommerce Deposit payment use status order "partially paid" when you make the payment.
Bookly not create the bookly appointment if the status order in woocommerce is not "Complete".
When in woocommerce you make a deposit payment the status order is "partially paid", then bookly not create bookly appointment.
How can I make that bookly consider "partially paid" woocommerce status as a "complete" woocommerce status?
Bookly have the status woocommerce to check on bd? or in code? where can I modify?
Solved
Added in file bookly-addon-pro/frontend/modules/woo_commerce/Controller.php
How should I write this to include it in my child theme's functions.php?
Despite the large database, Youcine APP is optimized for speed and performance. It consumes minimal device resources, making it suitable even for mid-range smartphones and tablets.
It's important to note that Castle APK 2024 is a third-party application and may not have the necessary licenses for all the content it provides. Users should be aware of the legal implications of using such applications in their respective regions. It's advisable to ensure compliance with local laws and regulations regarding digital content consumption.
Hey I Manzano Navaza! I had the same issue before with WooCommerce deposit payments in Bookly. You need to add "partially paid" status using the bookly_woocommerce_order_statuses filter hook in your functions.php file. Check the status validation logic in Bookly's includes/backend/modules/payments folder and add your custom status there!
Hi, Bookly relies on standard WooCommerce statuses like completed or processing, so partially paid may not be recognized by default. You can handle this via custom hooks or filters in code, mapping partially paid to a valid status. Alternatively, check database logic where order status is validated and extend it.
Please sign in to leave a comment.