Forum Replies Created
- AuthorPosts
d-n-13
ParticipantHi,
I think they’re releasing it mid August so this week.
I am too having high hopes and Actually checking daily for the plugin hoping they will release it sooner than planned.
I’m currently on halt doing nothing until they release it.
Let’s see Devs’ response.
d-n-13
ParticipantYou guys are amazing !
Is there any release date ?
I’ll be the first one to get it!
Thank You
d-n-13
ParticipantHi,
(Check attached screenshot)
This commission option can be set for each category, I tested out with Dokan before I buy wcfm, it worked. I don’t know if it is woocommerce or dokan feature.
Amazon and other big companies have different commissions for different categories.
Check this online store which is owned by Amazon : https://uae.souq.com/ae-en/ae_category_fees/c/
As you can see as a business you cannot have them all same commission, of course it is not 100% needed, but it is advanced business model!
d-n-13
ParticipantI’m trying to create a Manager account that can access orders only, (for shipping company) it is just me testing the possibilities of things.
Additional to the request above, how can I show store location \ product location in order page ?
also I’m using GEO my WP so is it possible to add map there as well ?
old topic : https://wclovers.com/forums/topic/geo-my-wp-location-in-single-product-page/
Thank You.
d-n-13
ParticipantHello
add this code in your function.php
function ess_custom_taxonomy_Item() {
$labels = array(
‘name’ => ‘Animals’,
‘singular_name’ => ‘Animal’,
‘menu_name’ => ‘Animals’,
‘all_items’ => ‘All Animals’,
‘parent_item’ => ‘Parent Animal’,
‘parent_item_colon’ => ‘Parent Animal:’,
‘new_item_name’ => ‘New Animal Name’,
‘add_new_item’ => ‘Add New Animal’,
‘edit_item’ => ‘Edit Animal’,
‘update_item’ => ‘Update Animal’,
‘separate_items_with_commas’ => ‘Separate Animal with commas’,
‘search_items’ => ‘Search Animals’,
‘add_or_remove_items’ => ‘Add or remove Animals’,
‘choose_from_most_used’ => ‘Choose from the most used Animals’,
);
$args = array(
‘labels’ => $labels,
‘hierarchical’ => true,
‘public’ => true,
‘show_ui’ => true,
‘show_admin_column’ => true,
‘show_in_nav_menus’ => true,
‘show_tagcloud’ => true,
);
register_taxonomy( ‘Animals’, ‘product’, $args );}
add_action( ‘init’, ‘ess_custom_taxonomy_item’, 0 );
August 1, 2018 at 7:19 am in reply to: Food Products ? Booster Plugin (WooCommerce Product Availability by Time) ? #27396d-n-13
ParticipantHi,
Yes I’ve tried custom fields but it will only show fields, I only have issue with not making the product purchasable at times vendor choose.
Is it possible that you help me configure WCfM custom fields and connect it with this filter WC filter – woocommerce_is_purchasable so vendors can choose when this item can be purchased ?
Note : think the Vacation concept is way better, because the vendor have to do it 1 time only, but with WCfM custom fields vendor has to do it with every product !
If i’m wrong please let me know.
Thank You.
July 31, 2018 at 1:10 pm in reply to: Food Products ? Booster Plugin (WooCommerce Product Availability by Time) ? #27356d-n-13
ParticipantHello,
I have a good idea to make stores act like restaurants.
1- Edit vacation section or add similar section to vacation.
2- Add Date & Times for a store to be closed, maybe just select Days & Time instead of Date & Time,
3- Extra Addition : Maybe add open and close times in single product page
Now restaurants can sell food only when they’re open! a feature no other multivendor plugin has
Thank You
d-n-13
ParticipantHi,
Priority to vendor who doesn’t want COD.
Why ?
If Vendors setting all the shippings, imagine the following :-
1- Vendor A using Fedex shipping manually, he adds tracking url etc, this Vendor A might doesn’t want customers to choose COD, imagine customer choose COD, then Vendor will have to contact customer and tell him to order again and choose another payment method, see the problem ?
2- Vendor B delivering and shipping products by himself or his team or his company, Vendor B want to provide COD because he is getting the money himself, not Fedex or Aramex or UPS or etc.
TLDR : Vendor A doesn’t want COD to show in checkout, Vendor B wants COD to show in checkout.
Currently as admin i can disable/enable COD, or enable it by shipping method, but this will affect all vendors.
Solution : a toggle for vendor to enable or disable COD.
Future Solution : When you release wcfm marketplace maybe vendors can toggle gateways per shipping ? this will be awesome.
Thank You.
d-n-13
ParticipantHi,
Thanks for all the hard work, it is exciting times for us as it is for you!
And I cannot wait for mid August!!
Note : please don’t have same issue as dokan when I add gateway charge on customer < 3, wcmp don’t have the issue. if you want more explanation about it I can provide more.
Thank you
d-n-13
ParticipantHi,
“For WC Marketplace you may use Table rate Shipping.
But here you have to define WC Shipping zones as Admin and vendors are allowed to set their price for those zones. Vendors are not allowed to define their own zones or even can’t define shipping price country specific.”
– WC Marketplace shipping rate, If I set shipping to USA and India, and one of the vendors only ship in India, they cannot disable USA shipping and it will shown as 0$ shipping, they have no choice, this issue is annoying many WCMP users, you can check this https://wc-marketplace.com/support-forum/topic/importnat-shipping/
“WCfM – Marketplace will be there very soon and hence none of these will be an issue 🙂”
Yes please! I don’t want to use other plugins anymore, just wcfm, you guys gonna be awesome.
Note : when making your own marketplace please make sure you don’t add extra fee added to gateways to total order to vendor (it can be added using Booster plugin or other plugins), extra gateway fees should go to admin (check attached screenshots)
^ This is a big issue in Dokan, check how admin lose money (attached diagram)
I cannot wait for your stand alone plugin
Thank You.Attachments:
You must be logged in to view attached files.d-n-13
ParticipantI now changed to WC Marketplace, but their shipping system is broken, it is so much worse than Dokan, vendors cannot choose not to ship to locations i list, I’m trying to find a workaround for this issue then I will be ready to handover the website to my client : (
and yes, they have public support, Dokan ticket system is not helpful , you cannot see other peoples solved problems.
Thank You, you can close this topic.
d-n-13
Participantseparate column yes, after earning and before withdrawal. it is hard to go to wp-admin -> wcmp -> vendors and click in every vendor to see their balance : )
Also vendor cannot see his current balance in wcmp, in dokan they can see it in withdraw page, in wcmp dashboard they can see it in main page, in wcfm they cannot see it.
Thank You
d-n-13
ParticipantHi,
It did not allow adding product
Check out attached video
Thank You
d-n-13
ParticipantHi Sir,
I have testing Quick Edit after the update.
1- Quick Edit inside wcfm Dashboard works.
2- Quick Edit in shop page doesn’t work, it load forever.
Kindly check the video attached
Thank You.July 22, 2018 at 6:34 pm in reply to: Customer Email & Phone Number in vendor Invoice/packing slip ? #26772d-n-13
ParticipantHi,
Thank you for the update.
Vendor invoice now has email and phone number.
But invoice still needs some fixing :-
1- Packing Slip doesn’t have email and phone number (Check Packing Slip PDF Attachment)
2- Customer Invoice doesn’t have email and phone number of customer. (Check Customer Invoice PDF Attachment)
3- Customer Invoice doesn’t have email and phone number of vendor. (how can customer contact vendor ? only way is wcfm dashboard) (Check Customer Invoice PDF Attachment)
4- Customer Invoice doesn’t have total order price (doesn’t have shipping price + doesn’t have extra fees price) (Check Customer Invoice PDF Attachment)Thanks
d-n-13
ParticipantHi,
I haven’t updated the plugin yet, but man.. you’re so fast. Best Support ever.
Will check the update now.
July 22, 2018 at 3:53 pm in reply to: Customer Email & Phone Number in vendor Invoice/packing slip ? #26756d-n-13
ParticipantI would like to add that wcfm does not include shipping fee in the customer invoice
Check 2 invoices I got in a single customer email
July 22, 2018 at 10:53 am in reply to: Customer Email & Phone Number in vendor Invoice/packing slip ? #26752d-n-13
ParticipantHi,
I have did all settings, email and phone number show in woocommerce > orders > invoice/packing slip
But it doesn’t show in wcfm Dashboard > orders > invoice/packing slip
Please check attached videos!
Side Note : pdf layout is missed up after I did this fix https://wclovers.com/forums/topic/pdf-invoice-language-not-supported/ , but at least now it shows my language.
Thank You
d-n-13
ParticipantSee more inside the dashboard > quick edit has same issue (video attached)
d-n-13
ParticipantIssue resolved btw, you can close this topic
Thank You
d-n-13
ParticipantHi,
1- yes please I cannot wait for a fix.
2- That’s fine, maybe in the far future.
Thanks
d-n-13
ParticipantThis is the overall earnings but not the balance after withdrawal
d-n-13
ParticipantPlease see this Video attached
d-n-13
ParticipantI activated Single Location and it worked.
Thank You Sir!
- AuthorPosts