Forum Replies Created

Viewing 5 Topics - 1 through 5 (of 5 total)
Author Posts
August 18, 2015 at 6:23 am in reply to: Feature Request: Additional hooks in templates 67730
Brent Brent

I found these currently implemented hooks which seem to be working well for my needs.

dokan_order_content_inside_after
dokan_order_inside_content

August 17, 2015 at 3:31 pm in reply to: Shipping Calculations Incorrect 67611
Brent Brent

I’ve resolved this myself.

For anyone finding this in the future. The bug is because shipping is recalculated for each order, so your shipping method needs to account for this and by looping through the $package, and providing per seller costs.

August 17, 2015 at 3:29 pm in reply to: Bug: dokon_get_template_part 67608
Brent Brent

Well, I found it, because it was giving me the following error:

Fatal error: Call to undefined function dokon_get_template_part() in C:\dev\web\bcom\nebrowse2\wp-content\plugins\dokan\classes\template-withdraw.php on line 305

I’ve corrected it in my install.

August 17, 2015 at 3:16 pm in reply to: Feature Request: Additional hooks in templates 67602
Brent Brent


I’ve implemented the following in my theme, just above and below the

within those files. I could see others wanting additional hooks, but these two worked in my use case.
August 17, 2015 at 1:33 am in reply to: Shipping Calculations Incorrect 67387
Brent Brent
  1. Customer placed a single order: (21). Customer is shown total of $23.00
  2. Dokan splits order into two orders. 22 and 23. Take a look at the Note: in screen shot.
  3. Order #22 = $20
  4. Order #23 = $13
  5. Order #22 + Order #23 = $33.00 Total.
  6. Order #21 says $23.00, but Order #22 + Order #23 = $33.00 Total – These totals should match
Viewing 5 Topics - 1 through 5 (of 5 total)