Project:Ubercart Marketplace
Version:5.x-1.0-beta4
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

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

#1

This 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.

#2

Hi 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!

#3

I am also very interested in this functionality.

See my other support request about this issue in http://drupal.org/node/277915

#4

Has anyone got this to work? I would like this function also.

James

#5

Status:active» closed (works as designed)

This 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.

#6

hi,

still there is no such functionality introduced

We are all waiting eagerly for this .

Vijay nair

#7

I 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...