Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

trainingday

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • in reply to: Create Orders Manually #127034
    trainingday
    Participant

    I just verified that this problem started after updating to latest wmp plugin, not the advanced front-end manager. Once I rolled back the dc-vendor plugin the suborders are being created when we manually create a new order. Not sure yet what is causing the problem with the new one.

    in reply to: Create Orders Manually #127028
    trainingday
    Participant

    Hi,

    In my comment, I explained I already did that step but the suborder did not create. Just for extra context. I clicked Add Order and added each product. The main order shows made by for each product but never generates the suborders for them.

    in reply to: Orders before wcmp #125911
    trainingday
    Participant
    This reply has been marked as private.
    in reply to: Orders before wcmp #125869
    trainingday
    Participant
    This reply has been marked as private.
    in reply to: Orders before wcmp #125007
    trainingday
    Participant

    Yes at much debugging I discovered the systems or using the API v1 and v2. The v2 version removed 98% of the suborders but v1 0%. I informed those systems like dhl, klaviyo,and ils they need to upgrade their systems.

    in reply to: Orders before wcmp #124150
    trainingday
    Participant
    This reply has been marked as private.
    in reply to: Orders before wcmp #123923
    trainingday
    Participant
    This reply has been marked as private.
    in reply to: Orders before wcmp #123861
    trainingday
    Participant
    This reply has been marked as private.
    in reply to: Orders before wcmp #123311
    trainingday
    Participant

    No problem your company is by far the best I ever worked with. Our company will always buy your products regardless because of the support level you provide.

    in reply to: Orders before wcmp #123275
    trainingday
    Participant
    This reply has been marked as private.
    in reply to: Orders before wcmp #123274
    trainingday
    Participant
    This reply has been marked as private.
    in reply to: Orders before wcmp #123119
    trainingday
    Participant

    I provided a example code I am trying to remove and add. It does not work. The remove_filter(‘restrict_manage_posts’, array($WCMp) I do not think $WCMp is correct. I also tried ‘Commission’,’Wcmp_Commission,$wcmp->commission, wcmp-commission. Could you please provide me correct statement to use, and then I can figure out same for other codes I posted.

    in reply to: Orders before wcmp #123062
    trainingday
    Participant

    add_action( ‘init’, ‘remove_my_class_action’ );
    global $woocommerce, $typenow, $wp_query, $WCMp;
    function remove_my_class_action() {
    remove_filter(‘restrict_manage_posts’, array($WCMp, ‘wcmp_woocommerce_restrict_manage_orders’));
    }

    these files also:
    Classes/class-wcmp-product
    ////
    class-wcmp-vendor-dashboard.php
    //////
    classes/class-wcmp-email.php line 20

    in reply to: Orders before wcmp #122559
    trainingday
    Participant

    ok one more questions. I made alot of changes to wcmp in the classes file because there was no template. I have not updated it because I will loose all my changes. How do I add those changes to child function.php? I can not find the right “global” class to call.

    in reply to: payout #120226
    trainingday
    Participant

    thanks

Viewing 15 posts - 1 through 15 (of 27 total)