Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › stripe payement bug
- This topic has 33 replies, 2 voices, and was last updated 4 years, 4 months ago by Sushobhan.
- AuthorPosts
- May 6, 2020 at 7:41 am #127228HMParticipant
Hello
I don’t know why but the stripe payement doesn’t work I just tested it right now I created an account with one of my membership’s plan but it just says that I need to create a stripe account to use the checkout which I have but it still doesn’t work
I don’t konw why because I have put the api keys into the woocommerce payement configuration and also in the marketplace
Can you fix that please as soon as possible please ?
here’s the link : https://beantic.wpcomstaging.com/my-account/
and here’s a picture also for you : https://zupimages.net/viewer.php?id=20/19/gcbr.png
I can send you in private all the logins and passwords you need 🙂
You can create a subscription account to see it clearly if you want
In waiting for your response.
Good to you,Attachments:
You must be logged in to view attached files. - May 6, 2020 at 11:54 am #127284SushobhanKeymaster
Hi,
Thanks for getting in touch with us!
Please set the payment method from WCFM admin dashboard >> Membership >> Membership Settings (cog-wheel sign in header) >> Payments ref: https://imgur.com/oH2WvdW
Thank You! - May 6, 2020 at 2:20 pm #127345HMParticipant
Ok thank you for your response !
It worked ! You’re are great ! But the problem below are very important so please help me 🙂Also I don’t want the vendors to be able to pay 0 euro again if they cancelled their membership’s plan during the free month because they changed their decision and decided not to continue with my website but if after they changed their mind again and decide to register again then
they will pay the price without free plan in that case EVEN if it’s another type of membership’s plan
So if they were already registered with a free month ONCE but they cancelled it on their own even if the free month wasn’t expired they will need to pay directly
Because I cancelled a plan to test it and I could register with the same plan again or another one and still have the free month so If I can do that vendors too and indefinitely and I would be screwed
Can you fix that please as soon as possible ? 🙂
In waiting for your response
Good to you, - May 6, 2020 at 11:17 pm #127644SushobhanKeymaster
Hi,
This is not an issue but the expected behavior. But, what you want is a custom behavior and can only be achieved via customization.
Thank You! - May 7, 2020 at 3:17 am #127745HMParticipant
Hi,
Thank you for your response !
But how can I do this customization ?? - May 7, 2020 at 11:03 am #127872SushobhanKeymaster
Hi,
Sorry, this is no small tweak. Either you have to figure out the logic or hire some professional service.
We provide customization services as well but at this moment none of our resources are available.
Thank You! - May 7, 2020 at 11:15 am #127873HMParticipant
Hi,
Ok I understand
Can you send me the customization when they are available please ? because for that I Can wait for the code I don’t need it right now
I Can wait a week even two or there weeks please !
IS it ok ?
Thank you - May 7, 2020 at 12:15 pm #127884SushobhanKeymaster
There is an alternative though, which is supported by default.
You can have this behavior if you create 2 separate membership plans with same capability.
– Free trial (say 30 days)
– Paid membership plan (no free trial)
While creating the free trial plan enable One Time Subscription checkbox, like this- https://imgur.com/48WPnZA . So now if a user completes their trial period or unsubscribe before the trial ends, they will not be able to again subscribe under free trial plan.
But if you want to set both trial and paid in a single membership then it will be a paid customization
Thank You! - May 9, 2020 at 1:41 pm #128784HMParticipantThis reply has been marked as private.
- May 9, 2020 at 4:32 pm #128835HMParticipantThis reply has been marked as private.
- May 12, 2020 at 8:56 am #129827SushobhanKeymasterThis reply has been marked as private.
- May 16, 2020 at 3:21 am #131581HMParticipantThis reply has been marked as private.
- May 17, 2020 at 5:59 pm #132201SushobhanKeymasterThis reply has been marked as private.
- May 17, 2020 at 6:04 pm #132205HMParticipantThis reply has been marked as private.
- May 24, 2020 at 11:12 pm #134829HMParticipantThis reply has been marked as private.
- May 25, 2020 at 9:56 pm #135125SushobhanKeymasterThis reply has been marked as private.
- May 26, 2020 at 12:33 pm #135304SushobhanKeymaster
Hi,
Please use the following snippet to fix the one-time subscription issue, in future, we will add the fix in our membership plugin-add_filter( 'wcfm_vendor_memberships_args', function($args) { $user_id = get_current_user_id(); if ( $user_id ) { $wcfm_restricted_memberships = (array) get_user_meta( $user_id, 'wcfm_restricted_memberships', true ); if ( ! $wcfm_restricted_memberships ) return $args; $args['exclude'] = array_unique( array_merge( (array) $args['exclude'], $wcfm_restricted_memberships ) ); } return $args; } );
Let me know how it goes. I’ll check the other issue with the slider and update you!
Thank You! - May 26, 2020 at 5:24 pm #135383SushobhanKeymasterThis reply has been marked as private.
- May 29, 2020 at 5:56 am #136380HMParticipantThis reply has been marked as private.
- June 3, 2020 at 4:16 am #137851HMParticipantThis reply has been marked as private.
- June 8, 2020 at 3:22 am #139399HMParticipantThis reply has been marked as private.
- June 8, 2020 at 5:49 pm #139588SushobhanKeymaster
Hi,
Sorry about the delay. You can achieve this setting the Payment mode to “Using WC Checkout” and assigning the membership to a product (membership edit screen). Then a coupon code generated in WooCommerce will work. Please go through this tutorial- https://www.youtube.com/watch?v=SfOMIxNfr3w&feature=youtu.be
Thank You! - June 8, 2020 at 5:56 pm #139590SushobhanKeymasterThis reply has been marked as private.
- June 9, 2020 at 3:09 am #139749HMParticipantThis reply has been marked as private.
- June 9, 2020 at 3:11 am #139752HMParticipantThis reply has been marked as private.
- June 9, 2020 at 3:16 am #139756HMParticipantThis reply has been marked as private.
- June 10, 2020 at 12:29 pm #140181HMParticipantThis reply has been marked as private.
- June 12, 2020 at 9:14 pm #140890SushobhanKeymasterThis reply has been marked as private.
- June 16, 2020 at 11:57 am #141618HMParticipantThis reply has been marked as private.
- June 16, 2020 at 12:03 pm #141620SushobhanKeymasterThis reply has been marked as private.
- June 17, 2020 at 4:30 pm #141946HMParticipantThis reply has been marked as private.
- June 19, 2020 at 6:19 pm #142533SushobhanKeymasterThis reply has been marked as private.
- June 23, 2020 at 5:47 am #143404HMParticipantThis reply has been marked as private.
- June 24, 2020 at 1:44 pm #143805SushobhanKeymasterThis reply has been marked as private.
- AuthorPosts
- You must be logged in to reply to this topic.