• Hi..
    I have created a product “credit” to the wallet, which is paid via REAL money.
    When they select Western Union, the process should go to “processing”, which it normally does, but with selecting “Credit” it marks the order as complete and adds the credit to their wallet, but I have not confirmed or received the money..

    How can we make it go to “Processing ” and then when we select “complete” then the credit is added to the users wallet.?

    thanks

    https://www.ads-software.com/plugins/user-waller-credit-system/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, I have the same problem. Did you manage to solve it or find another similar plugin that works?

    @afaceripedia: This is not your topic. If you require assistance then, as per the Forum Welcome, please post your own topic.

    Thread Starter krissuh

    (@krissuh)

    Actually, NO, I still have not heard from anyone with a solution and explanation

    ESMI, If you are the forum moderator, can you please find out why nobody has responded to my enquiry from over 4 weeks ago.

    thanks.

    I think I found a way to fix this:
    1. Go to the installed plugins list, find the User Wallet Credit System plugin and click on Edit.
    2. Find the user-waller-credit-system/includes/gateway.php file.
    3. Find this piece of code:

    /** If the user wants mark the order complete */
    		//$options = get_option("vw_options");
    		//if(isset($options['auto_complete_status']) && $options['auto_complete_status']=0)
    		$order->update_status( 'completed', __( 'Payment completed use Virtual Wallet', 'woocommerce' ) );

    4. Change THIS

    $order->update_status( 'completed', __( 'Payment completed use Virtual Wallet', 'woocommerce' ) );

    TO THIS

    $order->update_status( 'processing', __( 'Payment completed use Virtual Wallet', 'woocommerce' ) );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Orders are placed in Completed, need to change to processing’ is closed to new replies.