Forum Replies Created

Viewing 4 Topics - 1 through 4 (of 4 total)
Author Posts
January 11, 2015 at 7:49 pm in reply to: Paypal Adaptive Payments fees 33881
Teemu Teemu

'net_amount' => ($cart_total * $percentage)/100 + ($shipping_total * $percentage)/100,
?

January 11, 2015 at 7:33 pm in reply to: Paypal Adaptive Payments fees 33878
Teemu Teemu

Where this net_amount on dokan_orders table is calculated?

January 11, 2015 at 7:25 pm in reply to: Paypal Adaptive Payments fees 33877
Teemu Teemu

But next thing… Do you have any tips to next problem. If product costs 10 dollars and shipping 10 dollars, i want take seller percentage from total, not only from product price. With my 10% percentage, i get only 1 dollar, not 2 dollar.

January 11, 2015 at 7:21 pm in reply to: Paypal Adaptive Payments fees 33873
Teemu Teemu

Okey, figured that out… For somebody who are looking same thing…

/dokan-paypal-adaptive-payments/classes/class-dokan-paypal-ap-gateway.php add to line 365 next

$payRequest->feesPayer = "SECONDARYONLY";

You can also use PRIMARYRECEIVER or EACHRECEIVER.

Viewing 4 Topics - 1 through 4 (of 4 total)