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?

1

Comments

9 comments
Date Votes
  • Official comment

    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?

    0
  • Solved

    Added in file bookly-addon-pro/frontend/modules/woo_commerce/Controller.php

    add_action( 'woocommerce_order_status_partially-paid', array( $self, 'paymentComplete' ), 100, 1 );

    0
  • How should I write this to include it in my child theme's functions.php?

    0
  • 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.

    -1
  • 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.

     

    -1
  • 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! 

    0
  • 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.

    0
  • HH98 Game APK allows Android users to access the HH98 gaming platform without relying on a web browser, offering a fast and convenient way to enjoy games on the go. After installing the APK on a compatible device, users can sign in to their accounts, explore the available game categories, and receive notifications about the latest promotions and updates. The application is optimized for smooth performance, with a responsive interface that works well on a wide range of Android smartphones. Regular app updates may include improved security, bug fixes, and new features that enhance the overall user experience. Before downloading the HH98 Game APK, users should verify that they are obtaining it from a trusted source and ensure their device meets the necessary system requirements. It is also recommended to keep the app updated to enjoy the latest improvements while practicing responsible gaming and following the platform's terms and conditions, especially if real-money gaming is involved.

     
     
     
    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post