WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

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!

Forum Replies Created

Viewing 25 posts - 426 through 450 (of 560 total)
  • Author
    Posts
  • in reply to: WCFM Marketplace – Issues and Suggestions #29129
    MOHO
    Participant

    25. About messages dashboard with merge order for admin and vendor
    http://mall2.sites.moho.tw/admin/messages/

    multi product how to solve?
    If one message include all products of one vendor will too long?

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29121
    MOHO
    Participant

    17. Email “Notification – New Product” bug
    If admin click “approve / publish this ‘Product'” icon
    this email work sent to vendor
    If admin submit this product for publish , this email not work sent to vendor.
    See screenshot “2018-08-22_015924.jpg” and “2018-08-22_020018.jpg”

    18. Email “Notification – Approve Product”
    this email sent when new product “awaiting approval”
    could i set which admin emails receive this notice?
    If could multi admin emails receive it will be better.

    19. Email “Notification – New Order”
    i test and i find out
    (1) Sent to vendor when the customer place new order
    Could stop this notice? i no use this
    Could create another “Notification – New Shipment Order” email when order status “processing”, then sent?
    because order status “processing” — the customer had paid money, and notice the vendor shipment.
    (2) Sent to admin when the customer place new order
    Could stop this notice? i no use this

    20. Email “Notification – Status Updated”
    I check this email will sent to admin, right?
    If yes, Could stop this notice? i no use this

    21. Email “Notification – Shipment Tracking”
    when the vendor click “mark shipped” and submit, this email will sent to admin, right?
    could i set which admin email address receive this notice?
    If could multi admin email address receive it will be better.

    22. Email “Shipment Tracking Update”
    when the vendor click “mark shipped” and submit, this email will sent to the customer “billing_email”, right?
    If the customer buy two vendor products, then this customer will receive two Email “Shipment Tracking Update”.
    This customer will know which vendor and which product has been shipped in Email “Shipment Tracking Update”.
    But I use “merge order” for each vendor, so email content need change
    Original: Product A name has been shipped to you.
    Change: Product A name, Product B name…. has been shipped to you.
    See screenshot “2018-08-22_033054.jpg”

    23. About “Mark as Received” button
    This button will display at customer order detail when the vendor “mark shipped”.
    (1) But the customer didn’t see the product is which vendor
    Could add this product is which the store vendor name?
    Such as

    -Store Vendor Name “mohotest3”
    Product A
    Product B
    Product C
    (“Mark as Received” button display here)

    -Store Vendor Name “mohotest4”
    Product D
    Product E
    (“Mark as Received” button display here)

    See screenshot “2018-08-22_032535.jpg”

    (2) How could tell the customer to click “Mark as Received” button?
    When the customer receive “Shipment Tracking Update” email
    Could change this email content?
    a. add these message:you could click “Mark as Received” button at “my account” order
    b. Create “Mark as Received” at email?
    c. add a link to customer this order detail to click button easily
    Which choose is better?
    See screenshot “2018-08-22_033731.jpg”

    24. Email “Shipment Received”
    When the customer click the “Mark as Received” button, admin and vendor will receive this email, right?
    (1) Change as multi product name list, and add store vendor name
    (2) Could change multi admin email address receive this notice?
    See screenshot “2018-08-22_034557.jpg”

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29120
    MOHO
    Participant

    14. – As I remember you hide that using CSS, it was visible under commission – “Paid” or “Unpaid”-
    I remove your css, so i could see “Unpaid”, but i can’t see “Paid” when “Completed” order status for withdrawal

    #wcfm-main-contentainer .wcpv-paid-status, #wcfm-main-contentainer .wcpv-unpaid-status, #wcfm-main-contentainer .wcpv-void-status { display: none !important; }

    15. – Which order status completed? Admin or Vendor!
    admin work, but the order status of vendor not work

    16. – It’s just matter of adding some CSS, actually you have this column custom. In general it shows order status icon.
    i use your code, so remove icon, could display the “icon + text” ?
    function wcfm_order_status_custom_display( $display_label, $order ) {
    if( $order && is_object( $order ) ) {
    $display_label = wc_get_order_status_name( $order->get_status() );
    }
    return $display_label;
    }
    add_filter( ‘wcfm_order_status_display’, ‘wcfm_order_status_custom_display’, 50, 2 );

    in reply to: WCFM Marketplace – Issues and Suggestions #29109
    MOHO
    Participant

    14. Already has a setting for this under WCFM Admin Setting -> Withdrawal -> Allow only “Completed” order status for withdrawal
    Yes it work, but the “Earnings status” of order list not change as “paid” green color, please check it.

    15. when order status is “complete” now, the “Pending payment” order status of order detail not change the correct “complete” order status.

    16. Could the order status of order list have background color such as the order status of order detail?

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29104
    MOHO
    Participant

    13. About commission count have some bug
    If i set this product “Commission Fixed” = 280
    and the customer buy this product x 3, commission should be “280 x 3 = 840”

    How could i change it?

    14. Already has a setting for this under WCFM Admin Setting -> Withdrawal -> Allow only “Completed” order status for withdrawal
    Yes it work, but the “Earnings status” of order list not change as “paid” green color, please check it.

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29102
    MOHO
    Participant

    12. About hide each variable option of variable product
    We must enable shipping option of Panels at capability, but i no use these fields at variable product
    How could i hide them?
    (1) Weight (kg)
    (2) Length (cm)
    (3) Width (cm)
    (4) Height (cm)
    (5) Shipping class –> your plugin no use this, right?

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29098
    MOHO
    Participant

    11. About commission optimization
    This is wc-marketplace commission field

    I ask wc-marketplace team:
    Each variable option have own Commission field,Why the vendor of tab have Commission field???
    How it work?
    I didn’t use it, because i use “each variable option have own Commission field”

    And wc-marketplace reply me:
    if this is the flow of commission, WCMp will check the variation wise commission, if it is blank, only then it will check the commission value under the “vendor’ tab.

    I need backend commission field thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29080
    MOHO
    Participant

    5. Flat Rate Shipping work, but i input value at Free shipping field and update, it no save, plase check it.

    6. Free shipping value not save, but free shipping condition work
    when achieve this vendor free shipping, could hide this flat rate option?

    7. When only display flat rate shipping fee, could add extra message how much will achieve free shipping?
    Because the customer very need this message to buy more product from this vendor to get free shipping.

    8. About Shipping Methods Description
    it will not display at cart and checkout page? only vendor see?

    9. shipping class no use in your plugin, right?

    10. the shipping tab of single product
    (1) how could i hide shipping tab?
    (2) how could i hide some option field?
    (3) about Processing Time option, will display at single prodcut page frontend for the customer?

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29074
    MOHO
    Participant

    Other shipping question i list here

    1. How could i hide Shipping by country this option at shipping area?
    I disable “Marketplace Shipping” option, but “Shipping by country” still display, could hide it?

    2. How could i hide “Limit Zone Location” option?
    Our Vendor no need this option.

    3.How could i hide the “Tax Status” of Shipping Methods?
    We no use WC default Tax system, so i want to hide this field.

    4. How could i hide the “Local Pickup” option of “Select Shipping Method”?
    We no need this option, so i want to hide this field.

    by Moho

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29060
    MOHO
    Participant

    I see https://imgur.com/nx3XXVr

    If the customer buy two vendor’s product, shipping area will display divid two shipping fee like my image?

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29047
    MOHO
    Participant

    about shipping setting bug
    1. vendor have no own shipping class
    i set mohotest4 as “store vendor” role, but i can’t see this vendor own shipping class

    2. i set mohotest3 shipping class fee “150” and set for this product “id 6850”
    http://mall2.sites.moho.tw/wp-admin/post.php?post=6850&action=edit
    but when i buy this vendor product, shipping area have no fee, always “0”…

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29043
    MOHO
    Participant

    about checkout
    if the customer buy multi vendor product
    could split checkout ?

    The customer bug vendor A,B,C different products
    will divid separate three cart
    each vendor have own cart system

    The customer one time checkout one venor’s products for one order

    Could make it in one site?

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29039
    MOHO
    Participant

    Another shipping bug is
    my vendor can’t see shipping tab at setting.
    please check my demo site, thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29034
    MOHO
    Participant

    But i find out a commission problem
    Each variable option of variable product have no commission field…
    So i think i will no use your default commission, and hide all commission info at dashboard.

    “another shipping need your setting” – Between, I am not getting this very clearly.”
    Each vendor must have own “Free shipping Settings”

    For example
    vendor A set shipping class “80”, and free shipping set “2000”
    vendor B set shipping class “100”, and free shipping set “2500”

    So the customer C bug vendor A and B products
    maybe buy vendor A products 3000, then free shipping and
    buy vendor B products 1000, then shipping class “100”

    This order will cost (3000+0)+(1000+100)= 4100
    so your plugin could make it?

    one order base on multi “free shipping” of vendors

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #29003
    MOHO
    Participant

    Thanks
    I understand “using WCFM Marketplace you can do everything from site frontend.”

    What is the Commission Fixed(NT$) of meta key you plugin use?

    I use custom plugin let vendor input their Fixed Commission with my custom meta field “_wc_cost_price”

    another shipping need your setting, thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #28975
    MOHO
    Participant

    Hi @WCfM

    Thanks your quick reply, and let me explain my requirement.

    1. I can’t see the product of vendor user info at backend?
    i understand, if i create a product, how could i assign for specific vendor user?

    2. Where could i set commission backend for each vendor single product?
    My commission is vendor set what they want, you could see each my product have “cost price” input by the vendor.
    This is vendor commission, so your commission function type is not suitable for me, even i use “fixed” type.

    3. How could i display shipping fee from which vendors?
    For example
    vendor A set shipping class “80”, and free shipping is “2000”
    vendor B set shipping class “100”, and free shipping is “2500”

    So the customer C bug vendor A and B products
    maybe buy vendor A products 3000, then free shipping and
    buy vendor B products 1000, then shipping class “100”

    This order will cost (3000+0)+(1000+100)= 4100
    so your plugin could make it?

    Attachments:
    You must be logged in to view attached files.
    MOHO
    Participant

    About each vendor have own free shipping function
    Do you will develop at your WooCommerce Multivendor Marketplac plugin in the future?
    https://wordpress.org/plugins/wc-multivendor-marketplace/

    in reply to: WCFM Marketplace – Issues and Suggestions #28946
    MOHO
    Participant

    You could remove the top my content

    These problem here

    1. I can’t see the product of vendor user info at backend?

    2. Where could i set commission backend for each vendor single product?

    “wc marketplace” plugin have these function, do yuor plugin have?

    3. How could i display shipping fee from which vendors?
    sometimes the customer buy products from multi vendors

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #28945
    MOHO
    Participant

    I update “WooCommerce Frontend Manager” 5.0.2 version, and “Capability Settings” work now

    in reply to: WCFM Marketplace – Issues and Suggestions #28932
    MOHO
    Participant

    7. These product is old create by “wc marketplace” plugin, how could i set this product fro new vendor user in your plugin?

    8. How could i display shipping fee from which vendors?
    sometimes the customer buy products from multi vendors

    9. I didn’t know why Capability Settings all not work for my vendor users…

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #28927
    MOHO
    Participant

    5. I disable “Status Update” option, but it not work when i use your “wc-multivendor-marketplace” plugin.

    6. I disable Backend Access (wp-admin) , but it not work when i use your “wc-multivendor-marketplace” plugin.

    Attachments:
    You must be logged in to view attached files.
    in reply to: WCFM Marketplace – Issues and Suggestions #28922
    MOHO
    Participant

    I use and find out some problem:

    1. Where could i change /[store slug]/[store username], i can’t find out at dashboard.

    2. I can’t see the product of vendor user info at backend? and How could i hide this vendor tab?

    3. How could i hide this shipping tab?

    4. Where could i set commission backend and vendor single product?

    By Moho

    Attachments:
    You must be logged in to view attached files.
    in reply to: How could i change category position at store dashboard? #28679
    MOHO
    Participant

    “i already override this so can be done easily.”

    What do you mean?

    yeah Brand is theme created.

    in reply to: How could the required field message display chinese word? #28670
    MOHO
    Participant

    ok thanks a lot!

    MOHO
    Participant

    Thanks it work now.

    please close it.

Viewing 25 posts - 426 through 450 (of 560 total)