WCVendors
Forum Replies Created
-
You would have to hire a developer to custom code this functionality for you.
Hi Jonas,
A blank white screen usually means 500 Internal Server Error. This means that some code somewhere on your site is broken, and is crapping out your site. Call your webhosting company, ask them to show you where your sites error_log file is. Look at the bottom of it. You’ll see a pile of errors that will tell you what plugin/theme is causing the issue, the exact file, and the exact error. Let me know!
We fired off a few emails to PayPal asking them to clarify on their new deprecated notices. Usually they do reply to us since we’re one of their developers. If I get any news on this I’ll update you here, please do the same with respect to your AP account approval process. ??
Cheers
Shop managers do not have access to the vendor pages.
I’m pretty sure PayPal wont pay it because it’s $0.08. They do have minimums when sending money via mass pay. Get it up to a dollar and give that a test!
Look at the top of the KB article ??
API selection: select parallel payment but don’t check “chained payment”
Chained payments is not what you need. We do not support chained payments. You want Parallel Pay, and you want the vendor to be the primary receiver. (as outlined in our KB article)
What was the reason it was rejected? Was it due to deprecation?
Nice! Leave it to PayPal to add stuff to a deprecated list on 4th of July weekend. Aren’t they awesome? ??
Your app should still work just fine, deprecated doesnt mean “wont work” deprecated means “phasing this out”. We’ve known PayPal was upgrading their systems, this is the first notice of it. We’ll always keep WC Vendors current, so you should never experience any disruptions of service as a result of it.
https://www.wcvendors.com/kb/ – click the article on how to configure paypal adaptive payments. Nothing is deprecated at all! ??
Howdy! Easy fix. It’s a page not being set.
wp-admin > WooCommerce > WC Vendors > Pages — Ensure the top 3 pages are set, the terms & conditions page is optional.
wp-admin > WooCommerce > Settings > Accounts — Ensure your My Account page is set, otherwise people cant login.
It’ll be one of the two!
Forum: Plugins
In reply to: [MANGOPAY for WooCommerce] WC Vendor VS YITH MULTI VENDOR & MANGOPAYFor instructions on how to setup WC Vendors, go to https://www.wcvendors.com/kb/ and read the setup guides for Free & Pro there. Those should get you going! Then you’d configure the Mangopay gateway as the author here has instructed you to do so in their own setup guides.
Cheers
I have no idea, I didnt write the SMS plugin. Writing custom code and using filters for a plugin that is not WC Vendors is a bit beyond our skill level. ??
That being said, how you store the vendors mobile number is also up to you. Might I suggest wcvendors.com/kb/ and add a custom field to the vendor dashboard’s shop settings page? You could code it so that the custom field is a text input and the vendors enter their phone number there.
From there, you would use the meta key from the custom field you just wrote, and send that to your filter for the SMS plugin. Using get_user_meta would probably be of some use to you, just not sure since again we dont write the SMS plugin and dont know how it works.
Awesome! There you go then!
WC Vendors is free. If you want to know how it works, install it. ?? It’s pretty easy! There is no built in functionality in WC Vendors to allow them to copy products from the admin account. You could code this in, as custom PHP, of course!