Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Stripe Split payment problem
- This topic has 13 replies, 3 voices, and was last updated 6 years ago by WCFM Forum.
- AuthorPosts
- November 12, 2018 at 1:49 pm #36480heiGuest
Hi I have sent email to wclover.contact since November 6 and get no response. I see questions are answered in the forum, so I guess I should have ask here too.
1. After switching to stripe split, the order status automatically become “completed” after purchase. How do you make it to “processing” as default?
2. Is there anyway to limit customer to submit 1 review per purchase in wcfm? - November 12, 2018 at 1:59 pm #36481WCFM ForumMember
Hi,
I am really sorry if you not yet get reply from us, this is very rare. Possibly your mail goes into spam.
Well, let me resolve your requirements –
1. Kindly add this code snippet to your child theme’s functions.php
add_filter( 'wcfmmp_stripe_split_pay_completed_order_status', function ( $split_pay_status ) { return 'processing'; });
2. Please use this setting option – https://ibb.co/hpXX2q
Thank You
- November 12, 2018 at 2:06 pm #36482heiGuest
for 2. should I uncheck the highlighted option? The problem is that it seems like I can leave unlimited amount of rating after purchase and I want to limit to 1 review for 1 purchase.
- November 12, 2018 at 2:41 pm #36484WCFM ForumMember
Hi,
Set this highlighted item “Checked”
Thank You
- November 12, 2018 at 2:41 pm #36485WCFM ForumMember
One thing, unlimited review for product or stores?
- November 12, 2018 at 2:45 pm #36486HEIGuest
for products
- November 12, 2018 at 3:42 pm #36501WCFM ForumMember
Well, WCFM has not control over product review.
Please check under WooCommerce setting.
Thank You
- November 12, 2018 at 3:43 pm #36502heiGuestThis reply has been marked as private.
- November 12, 2018 at 3:48 pm #36503man81913ParticipantThis reply has been marked as private.
- November 12, 2018 at 5:36 pm #36527WCFM ForumMember
HI,
I will reply you this on email.
Thank You
- November 13, 2018 at 2:38 am #36563man81913Participant
Hi I have waited a very long time for this. It is just showing button, changing link and redirect fix. Can it be done by today?
- November 13, 2018 at 6:45 am #36580WCFM ForumMember
Yeah sure, I will do all these today.
Thank you
- November 13, 2018 at 12:03 pm #36604man81913ParticipantThis reply has been marked as private.
- November 13, 2018 at 12:47 pm #36605WCFM ForumMember
replied in mail!
- AuthorPosts
- The topic ‘Stripe Split payment problem’ is closed to new replies.