Stripe Split payment problem

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!

Viewing 13 reply threads
  • Author
    Posts
    • #36480
      hei
      Guest

      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?

    • #36481
      WCFM Forum
      Keymaster

      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

    • #36482
      hei
      Guest

      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.

    • #36484
      WCFM Forum
      Keymaster

      Hi,

      Set this highlighted item “Checked”

      Thank You

    • #36485
      WCFM Forum
      Keymaster

      One thing, unlimited review for product or stores?

    • #36486
      HEI
      Guest

      for products

    • #36501
      WCFM Forum
      Keymaster

      Well, WCFM has not control over product review.

      Please check under WooCommerce setting.

      Thank You

    • #36502
      hei
      Guest
      This reply has been marked as private.
    • #36503
      man81913
      Participant
      This reply has been marked as private.
    • #36527
      WCFM Forum
      Keymaster

      HI,

      I will reply you this on email.

      Thank You

    • #36563
      man81913
      Participant

      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?

    • #36580
      WCFM Forum
      Keymaster

      Yeah sure, I will do all these today.

      Thank you

    • #36604
      man81913
      Participant
      This reply has been marked as private.
    • #36605
      WCFM Forum
      Keymaster

      replied in mail!

Viewing 13 reply threads
  • The topic ‘Stripe Split payment problem’ is closed to new replies.