Closed (works as designed)
Project:
Ubercart Marketplace
Version:
5.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2008 at 15:04 UTC
Updated:
9 Nov 2011 at 09:02 UTC
I wonder if it is possible, what I have notice to this module, that store owner manually pays his/her commission to the sellers by clicking "Make Paymentt". It is possible it would automatically pay without clicking it? Or set a time to pay the seller's commission.
Thanks,
Dudskie
Comments
Comment #1
Turgrid commentedThis could be done using a cron task, but no such automatic methods or cron hooks exist out of the box. Custom coding (should be somewhat minimal) is required for the functionality you desire. Due to some Paypal API issues and risks involved, such functionality will not be added to Marketplace at the moment. I would be happy to hear input on this issue or accept patches for review, however.
Comment #2
kgp22 commentedHi I work with Duds :). I think workflow can do this right? And I actually agree with how you implemented mass payment because this way, the store owner can track seller transactions. However we have to come up with a way to make things "automatic." We will inform you of any customizations we've worked on and see what you think about it. Thanks and great work!
Comment #3
omer60 commentedI am also very interested in this functionality.
See my other support request about this issue in http://drupal.org/node/277915
Comment #4
jamesialford commentedHas anyone got this to work? I would like this function also.
James
Comment #5
syndicateStorm commentedThis is by design (see #1). If someone does come up with an elegant solution/patch please feel free to post it in the issue queue or in the support request referenced by omer60 in #3 and I would be happy to review it. Thanks.
Comment #6
vijayitsoft commentedhi,
still there is no such functionality introduced
We are all waiting eagerly for this .
Vijay nair
Comment #7
rafinskipg commentedI did something like this for PayPal here,
http://drupal.org/node/921488
It was for and old version of Ubercart Marketplace, and only for PayPal. The people who owns this project should examine the code and say something...