Forum Replies Created
- AuthorPosts
- CommunityCoralsParticipant
Hello,
no, it´s correct that the customer shall pick the desiered delivery date. I also have this in place with a plugin already.
I have several vendor though that just would like to ship e.g. on two fixed dates a week. So the vendor shall be able to set individual days on which delivery is possible. Customers can than pick the delivery dates on checkout based on vendors shipping shedule.
BR
DominiqueOctober 23, 2019 at 6:26 pm in reply to: Restrict vendors from changing order status other than completed #88631CommunityCoralsParticipantAh – one further request. Is it possible to also add to disallow the status change from “pending” to “compelted” ?
October 23, 2019 at 6:24 pm in reply to: Restrict vendors from changing order status other than completed #88627CommunityCoralsParticipantWorks perfectly fine. Thanks
October 20, 2019 at 12:43 pm in reply to: Commission settings not working correctly – please help! #87790CommunityCoralsParticipantHello,
unfortunately this just doesn´t do the job. Please find attached screenshots. The fixed commission of 5 € is still applied on every line item of the order.
I really urgently need a solution to just apply it once per order and vendor.
Thanks
DominiqueAttachments:
You must be logged in to view attached files.CommunityCoralsParticipantThanks – But it doesn´t seem to be multi vendor compatible right? I would like the vendors to be able to maintain their individual delivery dates.
You think that is possible?
Thanks
DominiqueCommunityCoralsParticipantStill have this issue. Seems like I am the only one?
CommunityCoralsParticipantOk, thanks I will give it a try
CommunityCoralsParticipantHi,
oh, you are right. Thought it would be standard by now. Below the snippet.
add_action( ‘wcfmmp_store_list_after_store_info’, function( $store_id, $store_info ) {
global $WCFM;
$vendor_products = $WCFM->wcfm_vendor_support->wcfm_get_products_by_vendor( $store_id, ‘publish’ );
if( !empty( $vendor_products ) ) {
echo ‘<p class=”store-products” style=”display:block;margin-bottom:0px;position:absolute;top:13px;right:10px;color:#fff;background:#17a2b8;padding:0px 5px;border-radius:4px;”><i class=”wcfmfa fa-cube” aria-hidden=”true”></i> Angebote: <span style=”font-weight:600;font-size:18px;color:#ffffff;”>’ . count($vendor_products) . ‘</span></p>’;
}
}, 10, 2 );October 10, 2019 at 11:54 am in reply to: Commission settings not working correctly – please help! #85967CommunityCoralsParticipantI guess I also have to mention that shipping cost goes to admin. Maybe that´s the reason why the presented snippets don´t work for me?
October 9, 2019 at 6:13 pm in reply to: Commission settings not working correctly – please help! #85835CommunityCoralsParticipantHello, there are so many code lines that I missed the correct one to solve the issue. I also would like to charge % + fixed to cover paypal fees. I charge my admin commission just on product not on shipping. No tax calculation.
So what I need: Calculation of fixed part of the commission once per vendor and order.
What would be the snippet for this please?
Thanks
DominiqueCommunityCoralsParticipantHi,
it´s just one product. Shipping setting for this vendor is flatrate vendor shipping.
BR
DominiqueCommunityCoralsParticipantThanks
CommunityCoralsParticipantHi, actually I am not aware of any other shipping plugin. I used one in the past but not anymore. It´s just woocommerce and WCFM. And this issue also just happens sporadic and not all the time.
CommunityCoralsParticipantHave been kind of ignored so I try again:
“I am interested to use the affiliate modul to encourage my vendors to promote their stores and products. In case sales was generated by the vendor himself I would like to reduce the fee I charge on this specific order.
Is it possible to include the affiliate earning into the vendor total commission in marketplace orders?”
Thanks & BR
DominiqueCommunityCoralsParticipantYes, that would be great. Will this be integrated with inquiry & support functionality?
I think would be great if all messages were basically at one place. Just with difference that there are messages related to products, vendors,orders and direct messages without any relation. They all have different access points but users can also find all those messages in a separate message area in one place. I think that would provide a lot of transparancy on messages and would drive communication.
Also, is there a setting to define if users are allowed to answer via email? Currently for some messages users can directly answer per mail to the user that made an inquiry. I would like to avoid this and send out all message related notifications via a no-reply mail so that all communication is happening in WCFM.
Hope this makes sense.
BR
DominiqueCommunityCoralsParticipantYes we are. Please let me know if you need any further information from my side.
Thanks Dominique
CommunityCoralsParticipantHello,
I am interested to use the affiliate modul to encourage my vendors to promote their stores and products. In case sales was generated by the vendor himself I would like to reduce the fee I charge on the sell.Is it possible to include the affiliate earning into the vendor commission in marketplace orders?
Thanks & BR
DominiqueCommunityCoralsParticipantOk, you are right 🙂
This is woocommerce standard functionality right? Maybe it would make sense to also set stock of archived products to 0 to make sure it doesn´t confuse vendors.
BR
DominiqueSeptember 5, 2019 at 8:30 pm in reply to: URGENT – Deactivate Germanized fields after latest update #80234CommunityCoralsParticipantThank you soo much !
CommunityCoralsParticipantI just updated. For me this bulk option is unfortunately not there. Not sure what´s wrong with my site. Check Screenshot… Do you provide custom support to check for issues like that?
Attachments:
You must be logged in to view attached files.CommunityCoralsParticipantMost of my plugins are up to date. Just updated WCFM Plugins but issue still exists.
Any specific Plugin you think is causing this issue?
CommunityCoralsParticipantSorry I missed to post the screenshot. Also I have to mention that this issue is for every vendor not just for the one where the refund might happen the wrong way.
Attachments:
You must be logged in to view attached files.CommunityCoralsParticipantOk, I am afraid this happened – I also have negative admin amounts and white templates under dashboard stats. You think this can be related to this?
August 30, 2019 at 2:39 pm in reply to: canceled order manually set to processingby admin. Not visible for vendor #79242CommunityCoralsParticipantHi, order sync is “unsynced”. But this is just for vendors not beeing able to change order status. But if admin changed order status in wp-admin this usually changed the commission status of the vendor order.
In this case the order was changed to “processing” by admin but seems to stick “canceled” for vendor.
For me from day one the canceled orders disappear for vendor. I am not aware of any custom code. But this is not an issue for me.
This was just a one time issue so do not put to much effort into solving it if it is not a general issue please.
Thanks
DominiqueAugust 30, 2019 at 2:34 pm in reply to: Order status change not possible / no order notice with elex dhl shiping plugin #79241CommunityCoralsParticipantYes, I have it in staging. To which mail address may I send the access details?
- AuthorPosts