Forum Replies Created
- AuthorPosts
- TIAD83Participant
FOUND IT. field as group is a very good feature.
i downloaded this plugin.
Advanced Product Fields for WooCommerce
https://wordpress.org/plugins/advanced-product-fields-for-woocommerce/i got to tell you, this plugin works great with yours. i can customize the product with lots of addons. Awesome
TIAD83ParticipantOk i fixed the issue. got help from this link talking about stripe.
Network error [errno 2]: easy handle already used in multi handle
https://github.com/stripe/stripe-php/issues/918removed this code from
wp-content/plugins/wc-multivendor-marketplace/includes/Stripe/lib/HttpClient/CurlClient.php
$this->enablePersistentConnections = function_exists(‘curl_reset’);and add this code
$this->enablePersistentConnections = false;problem fixed
TIAD83Participantthis is the membership logs. the payment goes through then i get this error. and i can see the payment on my stripe dashboard.
2020-05-08T16:07:20+00:00 DEBUG WCfMvm IPN Received –>
2020-05-08T16:07:20+00:00 DEBUG Stripe SCA Subs IPN received. Processing request…
2020-05-08T16:07:20+00:00 Error occurred: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.(Network error [errno 2]: easy handle already used in multi handle)
2020-05-08T21:11:15+00:00 DEBUG WCfMvm IPN Received –>
2020-05-08T21:11:15+00:00 DEBUG Stripe SCA Subs IPN received. Processing request…
2020-05-08T21:11:15+00:00 DEBUG Sandbox payment mode is enabled. Using test API key details.
2020-05-08T21:11:15+00:00 Error occurred: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.(Network error [errno 2]: easy handle already used in multi handle)
2020-05-08T21:19:27+00:00 DEBUG WCfMvm IPN Received –>
2020-05-08T21:19:27+00:00 DEBUG Stripe SCA Subs IPN received. Processing request…
2020-05-08T21:19:27+00:00 DEBUG Sandbox payment mode is enabled. Using test API key details.
2020-05-08T21:19:27+00:00 Error occurred: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com.(Network error [errno 2]: easy handle already used in multi handle)
Attachments:
You must be logged in to view attached files.TIAD83Participanthi, did a test using
3D Secure and SCA ready transaction is only supported when both your platform and the connected account (Vendor) are in the same region: both in Europe or both in the U.S.
if i enabled this feature the the payment works, but Stripe Split Pay does not work and vendor dont get customer payment instead it goes to admin stripe account dashboard.
if i disabled and enable Stripe Split Pay i get this
Error creating customer record with Stripe: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com. (Network error [errno 2]: easy handle already used in multi handle)
Stripe Split Pay Error: Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com. (Network error [errno 2]: )TIAD83Participantgot it thanks
TIAD83ParticipantAny updates on this feature?
Thank you
TIAD83ParticipantAny update on this? Thanks
TIAD83Participantstripe connect has one of the best technology payment in the world. you know Uber, Lyft, etc.. they use it to pay the driver partners, once you setup stripe connect as a vendor, the admin don’t need to do anything, all purchased payment run auto and commissions get distributed. you don’t need to ask for withdrawal. the only thing about this feature is that, it’s only use in the USA. you have the feature enable but you missing a key feature for customers. not having a saved button for future purchase is a killer, because customer will have to enter their credit/debit on every purchase.
what customers one is simplistic checkout, what a admin want is to run on autopilot, and what a vendor want is how to get pay quick and where is the money goes and how quick can i get it. stripe connect take care of all these. hope this help
you and your team has done a great job creating all of this. by far this project is one of the best that i ever use. keep up the great work. hope, you can add this feature soon.
TIAD83Participanthi, hope everyone are doing great, keep up the great work. this feature is very important to have. this feature makes all commissions run on autopilot for vendor and admin. are we’re getting an update on this?
thanks
TIAD83Participantby any chance you know if we’re getting this feature soon? thanks
TIAD83ParticipantHi, do we get this feature in your update? thanks
TIAD83ParticipantUPDATE. got it working. Thanks WCfM Forum
TIAD83ParticipantI checked product settings per video. Got everything setup. Don’t see the wc product. What’s the product name?
TIAD83Participantany words on this problem?. trying to get this working but can’t get it to work. keep telling me kart is empty after i click pay now. thanks
TIAD83Participantawesome, thank you so much. by the way you have a timetable on the next release? love you work, amazing plugin
TIAD83Participanti’m from the US. yes those are optional for the customers to make it easier for them at checkout just like amazon or eBay etc.. entering the card on every purchased is hard because here in the US simplicity is the key for a E-Commerce store. on woo-commerce you have the ability to saved card for easy checkout. since we’re using a multi vendor platform we need to have the same concept. thanks
TIAD83ParticipantGave you 5 STAR. keep up the great work
TIAD83Participanthi developers, found a fix for the stripe issue recurring plan error.
1- your video on how to create a plan with stripe need to update. this is the latest log from stripe code.
{
“error”: {
“code”: “resource_missing”,
“doc_url”: “https://stripe.com/docs/error-codes/resource-missing”,
“message”: “No such plan: One Product post; one exists with a name of One Product post, but its ID is plan_Dg38dQaupypsXd.”,
“param”: “plan”,
“type”: “invalid_request_error”
}
}
2- in your form for the ID “Stripe Plan ID” i was adding the ID per video example: prod_Dg377f23aWspcO
3- then i added the title name on your form for the name of the membership. my called: One Product post
4- i added One Product post to the Stripe Plan ID form. and i got the error above.
5- in the error above the right Stripe Plan ID is plan_Dg38dQaupypsXd not example: prod_Dg377f23aWspcO per the video.finally i got my stripe recurring monthly plan working correctly with the right plan ID. hope this help other with the same problem.
Keep up the awesome work your doing. Thanks
TIAD83Participantgot it working. awesome product. great job developers
TIAD83Participantgot it thanks. one more question, how can i set multiples memberships Pay for Product limit. i would like
1 product limit
10 product limit
20 product limit
30 product limit
40 product limit
etc.thanks
- AuthorPosts