Archives

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Best Multi Vendor Marketplace Plugin for WordPress Forums Search Search Results for 'update'

Viewing 25 results - 51 through 75 (of 4,410 total)
  • Author
    Search Results
  • #137709
    Henriette
    Participant

    PS. Maybe if it is possible to override the orders details page I can move the drop down with order status update to the bottom myself.
    That’s another problem fixed.

    Is this possible and what file do I need for this?

    #137708
    Henriette
    Participant

    Dear @wclovers team,

    Any news on this? As you can see in my last post I’m only a few steps away from the solution to the many emails.
    What I need now is:
    Least best solution:
    A solution for the emails per item when using shipping tracking.
    The drop down on orders detail page at the bottom so vendor can add customer note first and then update the order status. That way customer will get max. 2 emails instead of four: 1 with the tracking info for all items and one with the customer note. Especially the “Pending Payment” customer note is very important.
    This also counts for other order status updates.

    Second best solution:
    A solution for the emails per item when using shipping tracking.
    Discard the blue shipping tracking part and/or do not make it required.
    You can not turn that off in capabilities because than the options “Shipped” is not visible in the dropdown menu of the order status update.
    Move the drop down with order status update to the bottom so vendor can add customer note first (important on “Pending Payment” order status update) so vendor can add note to customer and change order status update. That way at least customer gets an email with a reminder of payment.
    Also vendor can add shipping tracking info in customer note instead of with the blue truck part. In case of back order vendor can write what items are send and that the rest is shipped later.

    The BEST solution:
    A solution for the emails per item when using shipping tracking.
    Integrate customer note into the status update so customer gets the note from vendor in the status update email instead of separately. When vendor does not write a customer note than customer only gets status update email.

    Anyway… the issue with the shipping tracking emails send per item must be solved.
    Not only I payed for Ultimate and Groups & Staff but I’m also testing it on a live domain which I especially purchased for this purpose.
    So that’s a lot of wasted money for me every month as long as this issue isn’t solved.

    At least do not ignore because that is very very frustrating!

    #137680
    Shankar Mridha
    Participant

    I am also eagerly waiting for this feature! Please update!

    #137592

    Hello,

    May this is happening due to some plugin conflict. Kindly disable all other plugins except WooCommerce and WCFM plugins(updated version). Then check once again.
    Let us know how it goes.
    Please be advised to check the attributes options are turn-on or not. (PFA)

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #137549
    shaonmak
    Participant

    Good day!!

    Just wanna update, it worked like a charm!!

    Thanks for the help!!!

    #137548
    shaonmak
    Participant

    Good day!!

    Just wanna update, it worked like a charm!!

    Thanks for the help!!!

    #137360
    productsexport
    Participant

    We are a PRO customer. Can we get some help, please.

    We still can’t update to the latest version on two of the plug-ins

    What do you suggest?

    Attachments:
    You must be logged in to view attached files.
    #136990
    mywildimagination
    Participant

    THe tag you want is [wcfm_stores] and all the others are in https://wclovers.com/knowledgebase/wcfm-marketplace-widgets-short-codes/

    For me however the page is somewhat bugged out since the latest update

    #136985
    danick.delaroche
    Participant

    Hello,

    My store has different location and diffrent open hours because the vendors are located in different vegetables market. I have done a adapation in the vendors settings. No trouble`<?php
    add_filter(‘wcfm_marketplace_settings_fields_general’, ‘wcfm_marketplace_settings_fields_general_custom2004’, 50, 2 );

    function wcfm_marketplace_settings_fields_general_custom2004($general_fields,$vendor_id) {
    $vendor_data = get_user_meta( $vendor_id, ‘wcfmmp_profile_settings’, true );
    $store_market1_lieu = isset( $vendor_data[‘Market1_lieu’] ) ? esc_attr( $vendor_data[‘Market1_lieu’] ) : ”;
    $store_market1_day = isset( $vendor_data[‘Market1_day’] ) ? esc_attr( $vendor_data[‘Market1_day’] ) : ”;
    $store_market1_open = isset( $vendor_data[‘Market1_open’] ) ? esc_attr( $vendor_data[‘Market1_open’] ) : ”;
    $store_market1_adresse = isset( $vendor_data[‘Market1_adresse’] ) ? esc_attr( $vendor_data[‘Market1_adresse’] ) : ”;
    $store_market1_ville = isset( $vendor_data[‘Market1_ville’] ) ? esc_attr( $vendor_data[‘Market1_ville’] ) : ”;
    // Marché 2
    $store_market2_lieu = isset( $vendor_data[‘Market2_lieu’] ) ? esc_attr( $vendor_data[‘Market2_lieu’] ) : ”;
    $store_market2_day = isset( $vendor_data[‘Market2_day’] ) ? esc_attr( $vendor_data[‘Market2_day’] ) : ”;
    $store_market2_open = isset( $vendor_data[‘Market2_open’] ) ? esc_attr( $vendor_data[‘Market2_open’] ) : ”;
    $store_market2_adresse = isset( $vendor_data[‘Market2_adresse’] ) ? esc_attr( $vendor_data[‘Market2_adresse’] ) : ”;
    $store_market2_ville = isset( $vendor_data[‘Market2_ville’] ) ? esc_attr( $vendor_data[‘Market2_ville’] ) : ”;
    // Marché 3
    $store_market3_lieu = isset( $vendor_data[‘Market3_lieu’] ) ? esc_attr( $vendor_data[‘Market3_lieu’] ) : ”;
    $store_market3_day = isset( $vendor_data[‘Market3_day’] ) ? esc_attr( $vendor_data[‘Market3_day’] ) : ”;
    $store_market3_open = isset( $vendor_data[‘Market3_open’] ) ? esc_attr( $vendor_data[‘Market3_open’] ) : ”;
    $store_market3_adresse = isset( $vendor_data[‘Market3_adresse’] ) ? esc_attr( $vendor_data[‘Market3_adresse’] ) : ”;
    $store_market3_ville = isset( $vendor_data[‘Market3_ville’] ) ? esc_attr( $vendor_data[‘Market3_ville’] ) : ”;

    if(isset($general_fields[‘store_name’])) {
    // Marché 1
    $general_fields[‘Market1_lieu’]= array(‘label’ => __(‘Marché 1 – Lieu :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market1_lieu);
    $general_fields[‘Market1_day’]= array(‘label’ => __(‘–> Jour :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market1_day);
    $general_fields[‘Market1_open’]= array(‘label’ => __(‘–> Ouverture xxhyy – xxhyy :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market1_open);
    $general_fields[‘Market1_adresse’]= array(‘label’ => __(‘–> Adresse :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market1_adresse);
    $general_fields[‘Market1_ville’]= array(‘label’ => __(‘–> Ville :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market1_ville);

    // Marché 2
    $general_fields[‘Market2_lieu’]= array(‘label’ => __(‘Marché 2 – Lieu :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market2_lieu);
    $general_fields[‘Market2_day’]= array(‘label’ => __(‘–> Jour :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market2_day);
    $general_fields[‘Market2_open’]= array(‘label’ => __(‘–> Ouverture xxhyy – xxhyy :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market2_open);
    $general_fields[‘Market2_adresse’]= array(‘label’ => __(‘–> Adresse :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market2_adresse);
    $general_fields[‘Market2_ville’]= array(‘label’ => __(‘–> Ville :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market2_ville);
    // Marché 3
    $general_fields[‘Market3_lieu’]= array(‘label’ => __(‘Marché 3 – Lieu :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market3_lieu);
    $general_fields[‘Market3_day’]= array(‘label’ => __(‘–> Jour :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market3_day);
    $general_fields[‘Market3_open’]= array(‘label’ => __(‘–> Ouverture xxhyy – xxhyy :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market3_open);
    $general_fields[‘Market3_adresse’]= array(‘label’ => __(‘–> Adresse :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market3_adresse);
    $general_fields[‘Market3_ville’]= array(‘label’ => __(‘–> Ville :’, ‘wc-frontend-manager’) , ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele’, ‘label_class’ => ‘wcfm_title wcfm_ele’, ‘value’ => $store_market3_ville);

    }
    return $general_fields;
    }

    add_action( ‘wcfm_wcfmmp_settings_update’,’fn_wcfm_vendor_settings_storetype_update2004′, 50, 2);
    add_action( ‘wcfm_wcfmmp_settings_update’,’fn_wcfm_vendor_settings_storetype_update2004′, 50, 2);
    function fn_wcfm_vendor_settings_storetype_update2004($user_id, $wcfm_settings_form ){
    $wcfm_settings_form_data_new = array();
    parse_str($_POST[‘wcfm_settings_form’], $wcfm_settings_form_data_new);
    $wcfm_settings_form_data_storetype = array();
    if(isset($wcfm_settings_form_data_new[‘Market1_lieu’]) && !empty($wcfm_settings_form_data_new[‘Market1_lieu’])) {
    $wcfm_settings_form_data_storetype[‘Market1_lieu’] = $wcfm_settings_form_data_new[‘Market1_lieu’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market1_day’]) && !empty($wcfm_settings_form_data_new[‘Market1_day’])) {
    $wcfm_settings_form_data_storetype[‘Market1_day’] = $wcfm_settings_form_data_new[‘Market1_day’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market1_open’]) && !empty($wcfm_settings_form_data_new[‘Market1_open’])) {
    $wcfm_settings_form_data_storetype[‘Market1_open’] = $wcfm_settings_form_data_new[‘Market1_open’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market1_adresse’]) && !empty($wcfm_settings_form_data_new[‘Market1_adresse’])) {
    $wcfm_settings_form_data_storetype[‘Market1_adresse’] = $wcfm_settings_form_data_new[‘Market1_adresse’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market1_ville’]) && !empty($wcfm_settings_form_data_new[‘Market1_ville’])) {
    $wcfm_settings_form_data_storetype[‘Market1_ville’] = $wcfm_settings_form_data_new[‘Market1_ville’];
    }

    // Marché 2
    if(isset($wcfm_settings_form_data_new[‘Market2_lieu’]) && !empty($wcfm_settings_form_data_new[‘Market2_lieu’])) {
    $wcfm_settings_form_data_storetype[‘Market2_lieu’] = $wcfm_settings_form_data_new[‘Market2_lieu’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market2_day’]) && !empty($wcfm_settings_form_data_new[‘Market2_day’])) {
    $wcfm_settings_form_data_storetype[‘Market2_day’] = $wcfm_settings_form_data_new[‘Market2_day’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market2_open’]) && !empty($wcfm_settings_form_data_new[‘Market2_open’])) {
    $wcfm_settings_form_data_storetype[‘Market2_open’] = $wcfm_settings_form_data_new[‘Market2_open’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market2_adresse’]) && !empty($wcfm_settings_form_data_new[‘Market2_adresse’])) {
    $wcfm_settings_form_data_storetype[‘Market2_adresse’] = $wcfm_settings_form_data_new[‘Market2_adresse’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market2_ville’]) && !empty($wcfm_settings_form_data_new[‘Market2_ville’])) {
    $wcfm_settings_form_data_storetype[‘Market2_ville’] = $wcfm_settings_form_data_new[‘Market2_ville’];
    }

    // Marché 3
    if(isset($wcfm_settings_form_data_new[‘Market3_lieu’]) && !empty($wcfm_settings_form_data_new[‘Market3_lieu’])) {
    $wcfm_settings_form_data_storetype[‘Market3_lieu’] = $wcfm_settings_form_data_new[‘Market3_lieu’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market3_day’]) && !empty($wcfm_settings_form_data_new[‘Market3_day’])) {
    $wcfm_settings_form_data_storetype[‘Market3_day’] = $wcfm_settings_form_data_new[‘Market3_day’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market3_open’]) && !empty($wcfm_settings_form_data_new[‘Market3_open’])) {
    $wcfm_settings_form_data_storetype[‘Market3_open’] = $wcfm_settings_form_data_new[‘Market3_open’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market3_adresse’]) && !empty($wcfm_settings_form_data_new[‘Market3_adresse’])) {
    $wcfm_settings_form_data_storetype[‘Market3_adresse’] = $wcfm_settings_form_data_new[‘Market3_adresse’];
    }
    if(isset($wcfm_settings_form_data_new[‘Market3_ville’]) && !empty($wcfm_settings_form_data_new[‘Market3_ville’])) {
    $wcfm_settings_form_data_storetype[‘Market3_ville’] = $wcfm_settings_form_data_new[‘Market3_ville’];
    }
    $wcfm_settings_form = array_merge( $wcfm_settings_form, $wcfm_settings_form_data_storetype );
    update_user_meta( $user_id, ‘wcfmmp_profile_settings’, $wcfm_settings_form );
    }
    ?>`

    Next step I would like to display by using a widget like store hours in the store page. I don’t know how can i proceed. Could you give somes indications, please ?

    HC
    Participant

    Hi WCFM,

    Previously i have this code from you to enable buyer mark ‘received’ and the order will change to ‘completed’ automatically.

    However,it no longer works after the recent WCFM updates. Anyone can help?

    add_filter( ‘wcfm_is_allow_order_complete_on_receive’, ‘__return_true’ );

    Attachments:
    You must be logged in to view attached files.
    #136566

    Hi Simona (sorry for spelling error above). No it started happening before we updated the plug in. We update the plug in, in case that fixed the bug, but it didnt. We have also turned off all caching, cleared transients even set up a staging server to replicate the site and test various things to see if we can isolate the setting that is making this happen – and we have not been able to work it out at all. We are not clueless eihther, our developer is very knowledgeable on WP sites and coding etc but we cannot work it out.
    One point to note is I dont actually know if this started at the end of April or earlier. But we launched our site at the end of April and so thats when we noticed it.

    #136507
    EliIT
    Participant

    No, I’m not able to fix it. I just remember, after ajax success message, to go to the Shipping tab and click to the update button (the fields remain in the correct value if I not refresh the page). If refresh the page I have to set the correct values.
    This thing is very risky, because if the changes are made by a collaborator who does not know that the values that appear in the shipping tab are actually reset, we risk to have a seller being unable to sell.
    I think this is a serious bug

    #136482
    Simona Paganetto
    Participant

    Ok, many thanks for your reply. One more question to better understand where this issue is coming from. If before the end of April everything was fine, did you recently update the plugin? if yes, then we know the issue it with the recent version of the plugin. Thanks again for your reply.

    #136450
    Henriette
    Participant

    Hi @Sebastian

    Yes I did. But it just isn’t making any sense.

    Played around a bit with Woocommerce email settings and disabled “Customer Note” and “New order” sent to admin.

    Tried first with one code:
    add_filter( 'wcfm_is_allow_itemwise_notification', '__return_false' );
    Order 1: After order send by customer the following emails are sent:
    Confirmation/Notification:
    Customer: 1
    Vendor: 1
    Admin: 0
    *Vendor marks as Shipped on Orders page (the one with all the orders and the grey truck):
    Tracking info:
    Customer: 3 > 1 for each item
    Vendor: 0
    Admin: 3 > 1 for each item
    ===
    Order 2: Made new order and following emails are sent:
    Confirmation/Notification:
    Same as Order 1
    * Vendor makes order status updates and the following emails are sent:
    Pending Payment
    Customer: 0
    Vendor: 0
    Admin: 3 > 1 for each item
    In Progress
    Customer: 1 for whole order
    Vendor: 0
    Admin: 4 > 3×1 for each item + 1 for whole order
    In Progress
    Customer: 1 for whole order
    Vendor: 0
    Admin: 4 > 3×1 for each item + 1 for whole order
    Shipped through blue tracking truck(s)
    Only 1 item visible on first option
    Used All items shipped at once:
    Customer: 3 > 1 for each item
    Vendor: 0
    Admin: 3 > 1 for each item
    Completed
    Customer: 1 for whole order
    Vendor: 0
    Admin: 4 > 3×1 for each item + 1 for whole order

    Tried with both codes:

    add_filter( 'wcfm_is_show_marketplace_itemwise_orders', '__return_false' );
    add_filter( 'wcfm_is_allow_itemwise_notification', '__return_true' );

    Everything is the same as with the one code above except for the blue shipping tracking; now there are all items to ship separately visible.

    Resume:
    1] Disabling customer notes in WC decreases the emails to customer a little bit although customer still gets 6 emails for 1 order. And that is without vendor sending also a customer note along with it. I could disable “In-Progress” and “Completed” email in WC too and that would reduce the amount of emails to 4.
    So when tracking info would be just 1 email with tracking info for the whole order than it can be reduced to 2.

    But the particular “Pending Payment” email note that customer needs to get he’s not getting. Because that is the Pending Payment note on which vendor can remind customer that the order isn’t payed yet. Of course vendor can sent a separate customer note but that function is confusing too. When vendor wants to sent a separate customer note he has to scroll to the bottom of the page first and than confirm at the top of the page the changed order status.
    When vendor changes the order status first and than add a customer note at the bottom the email is not send to the customer until vendor hits the status update Confirm button for the second time.
    My humble opinion is that this could be solved to put the order status-update-dropdown and button to the bottom of the page. That way vendor can add customer note first if desired and than change order status.

    2] Admin gets too much emails too. With Single Vendor Checkout this isn’t necessary at all. On an order for one single vendor > 3 items admin gets 14 emails. Imagine when 10 vendors are getting 10 orders of 10 items… Admin’s mailbox will explode.

    Also there are more issues on orders. Like every time it adds a cent to the total order amount.
    But I will address that in another topic once the email and tracking issues are solved.

    Hi,

    I made your changes with the code but I no longer receive the notification sound I received before your update. It’s so quiet. I wonder how you can help me.
    Sorry there is no code to increase sound in your system. Please check your system’s volume. 🙂

    I also wanted to know if there is the possibility of receiving notifications automatically on your mobile when you are connected to a mobile phone. Type allowed changes that appear in the phone notification bar.
    You can use our “WCFM Store Manager” app to receive notifications in mobile and also have other functionalities available in it.
    Details given here: https://wcfm.app/

    Thanks,

    Ramia KANLINSOU
    Participant

    Good evening. I made your changes with the code but I no longer receive the notification sound I received before your update. It’s so quiet. I wonder how you can help me.
    I also wanted to know if there is the possibility of receiving notifications automatically on your mobile when you are connected to a mobile phone. Type allowed changes that appear in the phone notification bar.

    #136287
    Caron Warnock
    Participant

    I have disables settings tab and wondered if there is a way to move the payments setup tab to the dashboard?

    If I have settings tab enabled the timeline mentions to add product description but there is no field to add this. #how do I get rid of this prompt? Or where is the field to update?

    Also is there a way to move the member profile setup section the tabs on the dashboard?

    Also with regards payment. Where do I set up direct charge for stripe?

    With regards, my products section on the dashboard is there a way to hide “all, published, draft, pending, archive” section as the vendor can only create 1 product? Can I hide showing 0 to 0 of o entries? And how can I hide the double line of product details? I tried #wcfm-products tfoot {display:none !important;} but it didn’t work??

    Thanks in advance

    Hello there,

    On shipping tracking only show one product only to update shipping number but on the order there are multiple product of multiple vendor, how to get option to update all vendor and product shiping number

    Attachments:
    You must be logged in to view attached files.
    #136176
    CKENT
    Participant

    Thank you, any kind of ETA on the next update?

    Also can you please take a look at my post here: https://wclovers.com/forums/topic/display-username-instead-of-first-last/ I also submitted a premium support request on that topic but have not heard back.

    #136171
    Sushobhan
    Keymaster

    Hi,
    Sorry, previously I thought you can’t access the Groups page. I didn’t realize it was the /vendor-groups/ links. I have tested and able to replicate it on my end. It will be gets fixed in our next update.
    Thank You and Sorry for the additional trouble!

    #136166
    ciccupio97
    Participant
    This reply has been marked as private.
    ciccupio97
    Participant
    This reply has been marked as private.
    #136163
    ciccupio97
    Participant
    This reply has been marked as private.
    Guigs
    Participant

    Hello,
    At checkout when I switch between PayPal and ‘local pickup’, the delivery price remains the flat rate zone shipping the seller has set up.
    But the seller also set €0 for ‘local pickup’. Can I fix this?


    Oh the Payments methods (Woocommerce settings connected as admin) I set PayPal and COD (Cash on delivery) active.
    On the Delivery settings I set my zones and gave them many options including Local pick-up and Shipping from the shop (no choice or my vendor can’t select any shipping method).

    Now on my vendor’s WCFM dashboard I activated the shipping by zone for my country, with flat rate and local pick-up activated.

    Finally, on the cart page when you select the country you see the flat rate fees appearing even if you tick the Local pick-up option.

    Thank you!

    #135858

    Hello, I am looking at the woocommerce order tracking. I have the delivery addon but sellers and delivery team are not able to update where the product has gotten to and the expected time of delivery. Can it be that when sellers change the status to Shipped, can the delivery team or the seller state when products will be delivered (expected delivery date) and where it has gotten to by creating a new status. Example
    1. 24th May 2020 Shipped (China, Beijing Time 8 AM)
    Shipped (China, Beijing Time 8 AM)

    2. 24th May
    Gotten to sorting warehouse
    (China, Beijing Time 8 PM)
    3.
    4.
    5
    6. 30th May 2020
    Expected Delivery
    Time: 9 AM

    Attachments:
    You must be logged in to view attached files.
Viewing 25 results - 51 through 75 (of 4,410 total)