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 - 1 through 25 (of 250 total)
  • Author
    Posts
  • in reply to: In big problems with wcfm #72966
    Jose
    Participant

    Hi,

    Ok, I will wait your email.

    Regards,

    in reply to: In big problems with wcfm #72846
    Jose
    Participant
    This reply has been marked as private.
    in reply to: In big problems with wcfm #72845
    Jose
    Participant

    Hi,

    Maybe you don’t understand or my english is really bad. We don’t use or need invoice that make wcfm or woocommerce… Why, because it’s a legal issue. The only way to make a invoice is with electronic invoice that make a independent system that allow goverment or manual invoice that have watermark. So please, for us it’s the more easy problem to resolve, but we need that all seller have all info (Product and shipping costs)

    But, I asked you about customization or help (because we want to avoid to much cost) to add for example only tax shipping to return to vendor.
    We don’t like active tax in Woocommerce because the commissión in your system take only gross value in this case.

    Regards,

    Jose
    Participant

    Hi,

    Ok, with this code is better !! Thank you

    Regards,

    Jose
    Participant

    Hi,

    Sorry, but we have no solution with any of the options; Order Sync Activate or Deactivated.

    With the option activated: The problem is that it is enough for one of the sellers to complete the order and the customer receives an email with both products as complete, the customer is being confused since sellers can perfectly have different times to prepare the shipment. On the other hand a logistics company could be receiving the order to go and find both packages for dispatch. Remember that there are many companies that already have their own plugin for offices and the most important thing is to know when a product is complete.

    With the option deactivated: Separates the products, but does not send emails to the customer (of utmost importance) and on the other hand if both sellers complete the order, the administrator does not see the status of the order updated.

    Some time ago you used this code to update the status of the administrator:

    add_filter( 'wcfm_is_allow_change_main_order_status_on_all_item_shipped', '__return_true' );

    Will be possible to change to update status administration when orders are complete ?

    Regards,

    in reply to: Found problem when vendor change to complete an order #72170
    Jose
    Participant
    This reply has been marked as private.
    Jose
    Participant

    Hello,

    The problem is that a new issue appears, if a customer orders several items from different suppliers, when a seller changes the status to completed, the customer don’t receives an email. And Admin always see the order like in process, incluide if both vendors change the order to complete.

    But, if admin change status to complete, the customer receive email, but with both products. This is a really bad.

    I would like to know if other user see the same !

    Regards,

    in reply to: Found problem when vendor change to complete an order #72162
    Jose
    Participant

    Resolved !!

    The Order Sync had been deactivated.

    Regards,

    in reply to: Image limit #71702
    Jose
    Participant

    Hi jamie,

    In capability, Limit Gallery !!

    Regards,

    in reply to: Bug in Store Style ? #71559
    Jose
    Participant

    Hi,

    You are right !! Was necessary to clear cache and cloudflare.

    But, the star rating in the list of stores still without changes.

    Another question: How can I add line in banner after store name (see attach please)

    Attachments:
    You must be logged in to view attached files.
    in reply to: How to hide some options for vendor #71316
    Jose
    Participant

    Hi,

    Work perfect !!

    Thanks you so much

    in reply to: How to hide some options for vendor #71088
    Jose
    Participant

    Hi,

    I’m back… You helped me to hide backorder in stock manager, but I need to hide the same option inside product setting (Inventory)

    Regards,

    Attachments:
    You must be logged in to view attached files.
    in reply to: Issue with view in modules setting #71085
    Jose
    Participant

    Resolved !!

    It was necessary purge cloudflare.

    Regards,

    in reply to: Add Schedule Interval to every vendor by Admin #70607
    Jose
    Participant

    Hi,

    Good news !!

    Regards,

    in reply to: Don't see Store Manager in My Account page #70053
    Jose
    Participant

    Update: Only happen when I login like Admin, It’s true ? Not issue ?

    Regards,

    in reply to: Bug in commission & withdrawal ? #69812
    Jose
    Participant

    Resolved with the last update !!

    Thanks so much and regards,

    in reply to: Bug in order amount with discount and commission ? #69796
    Jose
    Participant

    Update !

    I found the real issue, Vendor (1) can buy to vendor (2) with your own coupon discount. My update yesterday was wrong in the origin of the coupon.

    This issue is very bad.

    Regards,

    in reply to: Bug in order amount with discount and commission ? #69667
    Jose
    Participant

    Update !

    I found that only happens when a vendor (1) buy to another vendor (2) and use coupon discount of vendor (2).

    Whith this info you can replicate the issue.

    Regards,

    in reply to: Commission settings warning #69355
    Jose
    Participant

    Hi,

    I had the same error !!

    Can you please share how you resolved ?

    Regards,

    in reply to: Bug in commission & withdrawal ? #69324
    Jose
    Participant

    I found another bug in my dashboard of WP:
    Warning: sprintf(): Too few arguments in /wp-content/plugins/wc-frontend-manager/core/class-wcfm-admin.php on line 210

    Regards,

    in reply to: Just allow partial refund #67886
    Jose
    Participant

    Hi,

    It’s a great news for us !!

    Regards,

    in reply to: Just allow partial refund #67618
    Jose
    Participant

    Your welcome ! but this code was provided by Wcfm !!

    The best will be to have in documentation all options to active or desactive many function that not are allow in admin of wcfm.

    Example: Exist a lot of filter that we can use in function.php, but not all are easy to found by the forum or are out of date.

    Regards,

    in reply to: Just allow partial refund #67450
    Jose
    Participant

    Hi Dominique,

    Try with this one. Work fine for me.

    add_filter( 'wcfm_refund_fields_request', function( $refund_fields ) {
    	if( isset( $refund_fields['wcfm_refund_request'] ) ) {
    		$refund_fields['wcfm_refund_request']['options'] = array( 'partial' => __( 'Partial Refund', 'wc-multivendor-marketplace' ) );
    	}
    	return $refund_fields;
    });

    Regards,

    in reply to: How to hide some options for vendor #67197
    Jose
    Participant

    Hi,

    Thanks so much, now work fine.

    Just you forgot to try with another code for N°4 because don’t work. Will be great for us.

    Regards,

    Attachments:
    You must be logged in to view attached files.
    in reply to: How to hide some options for vendor #67037
    Jose
    Participant

    Hi,

    Thanks a lot for the codes.

    But, N° 1 and 4 don’t work

    Regards,

Viewing 25 posts - 1 through 25 (of 250 total)