Forum Replies Created
- AuthorPosts
- d-n-13Participant
“9- Shipping By Country : Processing Time + Ships From. They don’t show up anywhere, not in single product page, not in invoice.”
I would like to mention that I’m not able to make a contract with some companies because there is no estimated delivery period for the products.
d-n-13ParticipantHi,
Any words regarding this ? I don’t mind disabling it if it’s going to confuse vendors.
d-n-13ParticipantHi,
Try Woocommerce > Settings > Payments > Click on any payment and change title.
December 20, 2018 at 5:54 pm in reply to: Add New Order – Controlling payment gateway, avoid abuse & fraud #40507d-n-13Participant“3- If vendor choose COD he still can request money instead of being added for reverse withdraw like it should be.”
– I was wrong, it works as expected.
It feels that it needs a bit more control so vendors don’t take advantage of it, and complete orders without them really being completed.
I will be using the following code from this reply of yours (https://wclovers.com/forums/topic/completing-orders-in-wcfm-marketplace-vs-other-multi-vendors/#post-29825) to help out against fraud.
2- Hide Pending Payment / On-Hold from vendors.
** Add this code, but this will after WCFM 5.0.5, this will respect withdrawal allowed order status at Orders list –
add_filter( ‘wcfmmp_is_allow_order_status_filter’, ‘__return_true’ );3- Hide change status to Pending Payment / On-Hold from vendors.
** Add this code for the purpose –
function wcfmmp_allowed_order_status_custom( $order_status ) {
if( isset( $order_status[‘wc-pending’] ) ) unset( $order_status[‘wc-pending’] );
if( isset( $order_status[‘wc-on-hold’] ) ) unset( $order_status[‘wc-on-hold’] );
return $order_status;
}
add_filter( ‘wcfm_allowed_order_status’, ‘wcfmmp_allowed_orderd-n-13ParticipantOkay, after more investigation I found a bug,
When adding shipping and discount at the same time, it doesn’t reflect discount in store invoice,
If I add discount without shipping, then discount is reflected in store invoice.
Check screenshot : https://www.dropbox.com/s/5gzqjg9ld7gtbvf/add%20new%20order%20glitch.jpg?dl=0
December 20, 2018 at 12:05 pm in reply to: WCFM Marketplace – Customer-Vendor Chat Module is available now! #40469d-n-13Participant1- Just like online indicator, Add Offline indicator too. Currently there is no indicator when vendor is not online.
2- How to receive email notification for offline customers when they get replays from vendors ?
https://talkjs.com/docs/Features/Notifications/Email_Notifications/index.html
3- Add chat button on store list.
Screenshot : https://www.dropbox.com/s/fuq28rjeor1inim/chat%20on%20store%20list.jpg?dl=0
4- Possible to add mini chat icon in Shop Page ?
Screenshot : https://www.dropbox.com/s/wlfajgztglh9bfn/mini%20chat%20icon.jpg?dl=0
5- Avatar is not shown in the chat window
December 20, 2018 at 10:18 am in reply to: WCFM Marketplace – Customer-Vendor Chat Module is available now! #40442d-n-13ParticipantHi
“– No configuration required, it will auto-detect site’s language and load chat window accordingly.”
Your care for user experience is amazing ! it works perfectly.
Can I ask for more user experience adjustments ? Would you prefer if I ask here or in a new topic ?
Thank You
December 20, 2018 at 6:43 am in reply to: WCFM Marketplace – Customer-Vendor Chat Module is available now! #40427d-n-13ParticipantHello,
Thank you for adding new features for the chat module, you’re amazing!
regarding the multi-lang feature added to the chat module, how to configure it ? I couldn’t find any option.
Thank You
December 15, 2018 at 11:30 am in reply to: WCFM Marketplace – Customer-Vendor Chat Module is available now! #40127d-n-13Participant“1- Like Alibaba add green light for online vendors. Possible ?”
Screenshot : https://www.dropbox.com/s/gsceeqagj2w3ri7/alibaba%20live%20chat.jpg?dl=0
Maybe if vendor is offline then only show Inquiry ?
“2- Add chat button on shop page.”
Screenshot 1 : https://www.dropbox.com/s/rppuw58z7pcmjmj/chat%20on%20shop%20page.jpg?dl=0
Screenshot 2 : https://www.dropbox.com/s/fuq28rjeor1inim/chat%20on%20store%20list.jpg?dl=0“We will definitely add support for this.”
Thanks !
d-n-13ParticipantHi,
I didn’t create new two categories, i just deleted child and created child again, but it didn’t work.
I have 200 categories created and translated, I cannot delete them all and create them again, too much hassle.
I will stick with parent only commission/fee for now.
Thank You
December 14, 2018 at 9:06 pm in reply to: WCFM Marketplace – Customer-Vendor Chat Module is available now! #40052d-n-13Participant4- Can you add support for multiple language ? currently it is possible to do it in TalkJS dashboard I tried it, but I want to be able to show English in /en and Arabic in /ar
I’ve contacted them and they said it is possible from WCLovers side and TalkJS already allowing this.
December 14, 2018 at 5:08 pm in reply to: WCFM Marketplace – Customer-Vendor Chat Module is available now! #40047d-n-13ParticipantHi,
I managed to make it work, now I am in a test mode only admin can contact vendors, which is fine I don’t want to pay for the service until everything is set,
”
1- Like Alibaba add green light for online vendors. Possible ?2- Add chat button on shop page.
”I doesn’t show like that for me, is it because I am in a test mode or it needs some configurations ?
3- Can I add fast link in dashboard for vendor to chat with admin fast ?
Thank you
December 13, 2018 at 8:15 pm in reply to: WCFM Marketplace – Customer-Vendor Chat Module is available now! #39994d-n-13ParticipantHi,
I start testing the chat module but it is not working for me for some reason : https://www.dropbox.com/s/xu09rzujo4m32bi/chat%20error.JPG?dl=0
Also I would like to know if it is possible to add the following 2 ideas :-
1- Like Alibaba add green light for online vendors. Possible ?
2- Add chat button on shop page.
Thank You
d-n-13ParticipantCongratulation on the release,
Awesome Team.
d-n-13ParticipantHi,
Coupons discounts works but free shipping coupon still not working right ? possible to hide the option until you update this feature ?
Thank You
d-n-13ParticipantBig Update !
New Products notification was not received because products were automatically approved, when I disabled publishing products now i receive email, so it is only to let Admin know about pending products.
I will investigate more and let you know if there are no other issues related to notification emails
d-n-13ParticipantHi,
I want to thank you for shipping edit as Admin feature released in last update, it is one of the best features !! It saved me .
Thanks again!
d-n-13ParticipantNow it’s working !
Thanks
d-n-13ParticipantHi,
I’ve tested it out, it works perfectly !
Thanks for the awesome fast updates.
You can close the this topic
Thank You
d-n-13ParticipantHi,
I don’t know why it is causing the error, but I manually removed the code and the error is gone, I put it back the error is shown again.
d-n-13ParticipantGreat
d-n-13ParticipantHi,
Thanks for your most awesome support, the code is causing console error, and wp-admin > appearance > menus don’t show up anymore. https://www.dropbox.com/s/b6pnpj9tpzoigop/cod%20code%20menu%20error.JPG?dl=0
d-n-13ParticipantLet’s take it one by one,
1- New Product Email Notification :-
Video of the issue : https://bit.ly/2Gm7coP
WP Mail Log Screenshot showing no email sent : https://www.dropbox.com/s/80kb3x6z0ao9t80/emails%20recieved%20issue%205.jpg?dl=0
Now is there issue or I didn’t do the settings correctly ??
Thank YOU
d-n-13ParticipantYes
d-n-13ParticipantI am trying different email configurations but it must be a bug or conflict with another plugin.
- AuthorPosts