yewbeng0104
Forum Replies Created
-
Hi,
For your information, we setup stripe details in 2 location below:
1) Setup Stripe Publishable Key and Stripe Secret Key at Memberships > Membership General Options > Payment menu:
https://drive.google.com/file/d/1TSbXRz79MvodS3Tj0ScCppXVfE82JK7J/view?usp=sharing2) Setup Stripe Plan ID at Memberships > Edit Membership > Subscription menu:
https://drive.google.com/file/d/1biulEvd3J5JpcNk1EtIQlnaOJumDlFY3/view?usp=sharingAbout “redirect vendor to our stripe page”, we actually never do any other setup at our website (Shoptezon.com), it can then go to the stripe page and let the vendor key in credit card details. However, it not able to display a page for vendor key in otp code.
Hope the above information can help to solve our problem. Thank you very much for the replies!
Hi,
Thank you for reply. Please refer to the screenshot below, we wish to show “request otp code” screen like this:
https://drive.google.com/file/d/1lQ7nhQ_W1Bdo1DD9N18-ralZR0cpp-p8/view?usp=sharingWhen subscribe a membership, the vendor need to make membership payment to us. We use Stripe payment method to let vendor make the payment. The step is like this:
Register the vendor details > choose Stripe payment method > key in credit card detail > key in OTP Code.However, we not able to show the screen, in order to let the vendor key in OTP Code. Wish can guide us how to display the “request otp code” screen.
Thank you!
Hi,
Please refer to the screenshot below:
https://drive.google.com/file/d/1EABJoWhESy6qFeFeKSE-Whtodf4Y3acX/view?usp=sharingWish to confirm with you about this code:
add_filter( ‘wcfm_is_allow_gateway_restrict_by_vendor_direct_pay_gateways’, ‘__return_true’ );We put the code in our admin dashboard > Appearance > Theme Editor > functions.php > Content Line 31
Is that correct we put the code at there?
Thank you!
Hi,
Please refer to screenshot below:
https://drive.google.com/file/d/1Fv1fokfkRKUGcwu1qXh9F7b1YylmSj_n/view?usp=sharingThe vendor can see the Customer Pay Option, they can set their “Direct Bank Transfer”, “Check Payment” and “Cash On Delivery” details.
However, where can let the vendor set their PayPal details? Is that possible to let customer choose Paypal to pay the vendor?
Thank you!
Thank you very much!
Hi,
Thanks for your reply.
Thank you for your guideline, we can set customer pay option now.
For your guideline above, do you means that, we need to add the code below in functions.php?
add_filter( ‘wcfm_is_allow_gateway_restrict_by_vendor_direct_pay_gateways’, ‘__return_true’ );Hi,
Thank you for reply!
Yes, we have check the “Disable Multivendor Checkout” in WCFM Admin Setting -> Orders Setting
But, how to let vendor set the customer payment method? In Vendor dashboard page -> Settings menu -> Payment menu, we can only see the “Withdrawal Payment Method”. We cannot find a column to set the customer payment method.