Set orders to paid after card payment

WCMp Advanced Frontend Manager

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #140925
      Anonymous
      Inactive

      Hello,

      I have a site with Woocommerce, WCMP + WCFM. I allow payments with stripe. I would like that orders paid by card via stripe were set as “Complete”. However, they are set as “Pending”.

      I have read in some tutorials/articles that orders stay as Pending if there is shipping. However, I configured woocommerce so there is no shipment (I think).

      So, what should I do to set orders as complete so the vendors can see them a complete (paid and done) once the client buy the product? (The shop is for renting classes and material, there is no shipment, the client comes to the shop at the arranged time).

      Thank you for your help.

    • #140931

      Hi Jose, let me assit you with our flow

      When an order is created on the woocommerce end, we create the corresponding sub-order.
      – Now, we check the initial order status of the order from woocommerce’s main order and set same order status for suborders too
      – After that, each vendor/admin needs to change order status for each sub-order
      – Therefore, apart from initial order status, if you change status of an order, this will not affect the sub order’s status
      Now, you need to add some custom code to sync the parent order status with the sub orders.

      Use this code to sync the order status https://multivendorx.com/knowledgebase/wcmp-hooks-filters/#nav-21

      Please note, wcfm is not compatible with WCMo. So do use the dashboard created byWCMp

    • #144892

      Hi Jose, we haven’t heard back from you for a while.
      So we presume this issue has been fixed. We are closing this for now.

Viewing 2 reply threads

The topic ‘Set orders to paid after card payment’ is closed to new replies.