david_pham
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates Manager] Affiliate can earn even the customer still not paid@affmngr: I installed your plugin, most of things is good. But there are some drawbacks when translate and view transactions in Affiliate Home.
1) Not commpletely translate the text in *.po file
For example some text:
Credit for sale of… PURCHASE LOG ID
to (in Date Range)
credit
adjustment
….
In DatabaseInstaller.php (some text recorded directly in to database when install the plugin)
Insert into database – 1,’base’,’First Name‘,50,’string’,1,’firstName’,1,0) …2) Don’t have pagination in transaction table so if affiliate open this tab it will show all transactions
That are some reviews on my point.
Thanks for your excellent plugin.
Forum: Plugins
In reply to: [Affiliates Manager] Affiliate can earn even the customer still not paid@affmngr, Thanks, I debugged and saw that. But when i cancel the order on backend nothing happen. Also the credit field in list table like below. Anyway if this plugin provide admin the right to modify status of commission is better for me.
3 credit 01/01/1970 confirmed Credit for sale of 199000 VND (PURCHASE LOG ID = 3533) 3533 ₫19,900.00 ₫80,200.00
4 credit 01/01/1970 confirmed Credit for sale of 205000 VND (PURCHASE LOG ID = 3534) 3534 ₫20,500.00 ₫60,300.00
5 credit 01/01/1970 confirmed Credit for sale of 398000 VND (PURCHASE LOG ID = 3532) 3532 ₫39,800.00 ₫39,800.0The date is wrong. I looked the code and see
$data = array(); $data['dateCreated'] = time(); //Maybe this caused the wrong date $data['referenceId'] = $txn_id; $data['affiliateId'] = $affiliate->affiliateId; $data['type'] = 'credit'; $data['description'] = $description; $data['amount'] = $creditAmount; $wpdb->insert( $table, $data);Forum: Plugins
In reply to: [Affiliates Manager] Affiliate can earn even the customer still not paidHi,
I got the same problem with woocommerce. Actually, we just pay for affiliate commission when the order was done. So after the order is created, it should be keep “pending” status for affiliate and when it is done the admin will “confirm” the commission for that order. If the order is canceled then the commission for that order is also “cenceled”.
But when I test with this plugin, it always pays commission without approve from admin and without any modifications for admin. Is there any way to make it work for me, could you advice ?
Thanks,
David