hi,

i installed ec 5.x-3.6 using drupal 5 and there is no ec commision module .
but it is in earlier version 5.x-4alpha.
i need ec commision on my site so what i do ?

Comments

gordon’s picture

Status: Active » Fixed

The commissions system is not available for 3.6, and can't be implemented in 3.6 because of the method that 3.6 handle receipts.

It is only available for 4.x versions of e-Commerce. However the version of 4.x for Drupal 5 has been abandoned because of a number of issues and commissions has yet to be upgraded to Drupal 6.

Also commissions is not feature complete and will only provide a method of recording commissions. The process of paying these out to the customer has not been implemented or the ability to send the actual money to the customer.

I am planning of doing this, but at this stage it is more important to get e-Commerce finished for Drupal 6.

dalvir’s picture

Title: commision in ec 5.x-3.6 » #2

thanks for reply,

we want that on every purchase 80% amount given to node owner

for now i think it would work for me that i create table (ec_custom) having fields

txnid (transaction id)
nid
uid_purchase (who purchase)
uid_node (node owner)
price (node price)
qty (quantity)
amount (80% amount of purchase)
status (pending,paid)

but i want to insert it on transaction complete. I think i have to call my function where transaction complete processes done.
also i need transaction id
so where i call my function with transaction id variable

ec_custom_insert()

admin can change commision status (i will create php block)
node owner can see total commision pending and paid (i will create php block)
i try by myself but waiting for ur thoughts on that....

gordon’s picture

Title: #2 » commision in ec 5.x-3.6

The way that 3.6 works I don't think that it will work very well as the hooks into trapping changes to transactions are very poor.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.