WCMp Advanced Frontend Manager
-
AuthorPosts
-
-
December 16, 2021 at 2:52 AM #132057
R00T
ParticipantHello, I have a big problem in my front manager.
The seller cannot add a payment method (image cf).
However, Stripe connect and Paypal are activated in the wp admin.
Where can the problem come from?
Thank you
-
December 16, 2021 at 12:37 PM #132065
MVX Support Ninja
KeymasterHi, thank you for getting in touch with us.
It seems like there might be some plugin/theme conflict. Just to be sure, disable all the plugins except WooCommerce, WCMp and WCMp Stripe Marketplace, then check again.If the issue still exists switch share a temporary admin, ftp and vendor access.
P.s. if you have added any WCMp releated custom code please remove that temporarily then check also.
-
December 17, 2021 at 9:21 AM #132073
R00T
ParticipantThis reply has been marked as private. -
December 17, 2021 at 9:21 AM #132074
R00T
ParticipantThis reply has been marked as private. -
December 17, 2021 at 9:21 AM #132075
R00T
ParticipantThis reply has been marked as private. -
December 21, 2021 at 3:56 PM #132254
R00T
ParticipantThank you for your reply.
I tried sending an email, but it’s pretty urgent so I’m trying here.
So I reinstalled my theme from 0 (“Rhodos” theme).
Unfortunately, the “vendor-billing.php” page still does not offer payment (same photo as previous post).
What is strange is that when I put on another theme, the payments appear.
Is there a compatibility problem with the “Rhodos” theme?
Can you help me ? i need it to work
Thanks in advance,
Valentin
-
December 21, 2021 at 7:08 PM #132264
GeekyCoder Abhirup
ModeratorHi,
We have checked your end but can’t found any issue. Kindly checkout the screenshot – https://prnt.sc/23v5drvRegards,
-
December 21, 2021 at 8:33 PM #132269
R00T
ParticipantHi GeekyCoder,
I’m sorry but if you try to create a new seller account, and go to “Payments”, it doesn’t display anything. (I join a screenshot).
Attachments:
-
December 22, 2021 at 11:03 AM #132288
GeekyCoder Abhirup
ModeratorHi,
We add custom code to fix this issue in your site. Checkout the image – https://prnt.sc/23yxwfa
Kindly add below code to your function.php of the current admin theme.//wcmp conflict with theme fix add_action('wp_print_styles', 'my_remove_scripts', 999); function my_remove_scripts(){ if(is_user_logged_in()){ $uid = get_current_user_id(); if( is_vendor_dashboard() && is_user_wcmp_vendor($uid) ){ wp_dequeue_style( 'rhodos-font-google_fonts' ); wp_dequeue_style( 'rhodos-main' ); wp_dequeue_style( 'rhodos-custom' ); wp_dequeue_style( 'rhodos-color-default' ); wp_dequeue_style( 'rhodos-color-dark' ); wp_dequeue_style( 'rhodos-skin-corporate' ); wp_dequeue_style( 'trx_addons-responsive' ); wp_dequeue_style( 'rhodos-responsive' ); wp_dequeue_style( 'rhodos-skin-corporate-responsive' ); } } }
CopyRegards,
-
December 22, 2021 at 3:21 PM #132294
R00T
ParticipantHello GeekyCoder,
Thank you for your response and personalized code.
Now the payment appears correctly.
Unfortunately, I am using stripe connect and the “disconnect” button does not work. When I click, the page goes blank.
-
December 22, 2021 at 6:20 PM #132316
GeekyCoder Abhirup
ModeratorHi,
We checked your site and found critical error – CRITICAL Uncaught (Status 401) (Request req_vclbx0Lx8x6W6h) You cannot call deauthorize on acct_1K6e9JQQCRCiFcck because you’re responsible for negative balances on this account.Checkout this image – https://prnt.sc/240gsvq
kindly check your API key. Seems like No valid API key provided.
create a new vendor and then connect with Stripe and text.
Regards,
-
December 22, 2021 at 10:42 PM #132342
R00T
ParticipantThis reply has been marked as private. -
December 22, 2021 at 10:45 PM #132345
R00T
ParticipantThis reply has been marked as private. -
December 22, 2021 at 10:48 PM #132348
R00T
ParticipantThis reply has been marked as private. -
December 23, 2021 at 7:03 PM #132381
GeekyCoder Abhirup
ModeratorHi,
Kindly add a new vendor account and check your end.Regards,
-
December 23, 2021 at 7:18 PM #132383
R00T
ParticipantHi,
I don’t know if you have test, but it’s always not working ??
After click on “Disconnect Stripe”, blank page (screenshot)(Test white new vendor account, new email and new RIB/Bank info)
Attachments:
-
December 24, 2021 at 6:55 PM #132421
MVX Support Ninja
KeymasterKindly create a staging site and share the admin ftp access.
-
December 24, 2021 at 7:15 PM #132427
R00T
ParticipantThis reply has been marked as private. -
December 24, 2021 at 8:19 PM #132431
MVX Support Ninja
KeymasterKindly share your staging admin access also.
-
December 24, 2021 at 8:22 PM #132432
R00T
ParticipantThis reply has been marked as private. -
December 27, 2021 at 6:20 PM #132465
MVX Support Ninja
KeymasterThis reply has been marked as private. -
December 28, 2021 at 3:04 PM #132496
R00T
ParticipantHi Tithi,
Thanks for your responsive and your time.I see you have tested with a normal / “Standard account” stripe account.
I also tested as standard, and it works well.But when I try in express mode (which I want), the disconnection does not work.
(I specify that I have not activated any theme or plugin except wc marketplace and woocommerce)
-
December 28, 2021 at 10:23 PM #132519
MVX Support Ninja
KeymasterThis reply has been marked as private. -
December 29, 2021 at 4:19 PM #132549
MVX Support Ninja
KeymasterThank you for explaining the issue.
While testing in your site, your stripe account credentials got deleted from your admin end.
Kindly configure your stripe account credentials in admin dashboard and let us know so that we can help you out further. -
December 29, 2021 at 4:28 PM #132550
R00T
ParticipantHello
My stripe (test mode) informations has been updated in WCMP Settings, you can check now.
Regards -
December 29, 2021 at 7:21 PM #132559
R00T
ParticipantThis reply has been marked as private. -
December 29, 2021 at 7:48 PM #132564
MVX Support Ninja
KeymasterWhile connecting the stripe account with vendor it is asking for huge amount of data which we don’t have since we reside in India.
Kindly connect the testvendor account with your stripe sandbox account so that we can assist you further. -
December 29, 2021 at 7:58 PM #132566
R00T
ParticipantThis reply has been marked as private. -
December 30, 2021 at 8:39 PM #132595
Raju The Cool Guy
KeymasterHi,
This is not a bug. The exception is coming from the stripe library. Not by our code. As per the stripe express account, you cant disconnect your account until you have a positive balance. Currently, you have a negative balance. you can check this doc – https://stripe.com/docs/connect/account-balances#:~:text=A%20connected%20Standard%20account%20is,their%20external%20account%20on%20file.
For more please contact stripe
-
-
AuthorPosts
The topic ‘Vendor payment configuration does not appear’ is closed to new replies.