Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shipping doesn't get included on multi-vendor orders. #878

Closed
danielbreves opened this issue Jul 27, 2020 · 3 comments
Closed

Shipping doesn't get included on multi-vendor orders. #878

danielbreves opened this issue Jul 27, 2020 · 3 comments

Comments

@danielbreves
Copy link

danielbreves commented Jul 27, 2020

I have Vendors set as Shipping Fee Recipient. This works fine for single vendor orders, but not multi-vendor orders. For multi-vendor orders shipping fees are not included.

Screen Shot 2020-07-27 at 8 59 34 pm

Single vendor order:
Screen Shot 2020-07-27 at 8 31 04 pm

Multi-vendor order:
Screen Shot 2020-07-27 at 8 31 19 pm

Dokan logs:

2020-07-27T08:37:53+00:00 DEBUG New Order #471 created. Init sub order.
2020-07-27T08:37:53+00:00 DEBUG Got 4 vendors, starting sub order.
2020-07-27T08:37:53+00:00 DEBUG Creating sub order for vendor: #20
2020-07-27T08:37:53+00:00 DEBUG #472 - Creating Shipping.
2020-07-27T08:37:53+00:00 DEBUG #472 - No shipping method found. Aborting.
2020-07-27T08:37:53+00:00 DEBUG Created sub order : #472
2020-07-27T08:37:54+00:00 DEBUG Creating sub order for vendor: #10
2020-07-27T08:37:54+00:00 DEBUG #473 - Creating Shipping.
2020-07-27T08:37:54+00:00 DEBUG #473 - No shipping method found. Aborting.
2020-07-27T08:37:54+00:00 DEBUG Created sub order : #473
2020-07-27T08:37:54+00:00 DEBUG Creating sub order for vendor: #13
2020-07-27T08:37:54+00:00 DEBUG #474 - Creating Shipping.
2020-07-27T08:37:54+00:00 DEBUG #474 - No shipping method found. Aborting.
2020-07-27T08:37:54+00:00 DEBUG Created sub order : #474
2020-07-27T08:37:54+00:00 DEBUG Creating sub order for vendor: #2
2020-07-27T08:37:54+00:00 DEBUG #475 - Creating Shipping.
2020-07-27T08:37:54+00:00 DEBUG #475 - No shipping method found. Aborting.
2020-07-27T08:37:54+00:00 DEBUG Created sub order : #475
2020-07-27T08:37:54+00:00 DEBUG Completed sub order for #471.
sabbir1991 pushed a commit that referenced this issue Sep 9, 2020
* fix: product variation author id update for product quick save fixed #874 #878 #883

* query limit increased in product query

* fix: codes updated with phpcs standard

* add translation in select option
@danielbreves
Copy link
Author

@sabbir1991 I don't see how #914 fixes this issue. I don't use product variations or vendor shipping. The problem here seems to be that dokan core does not split shipping to sub-orders at all.

@kapilpaul
Copy link
Contributor

@danielbreves we tried to reproduce the issue but did not found the issue as you stated. Please check the screenshots for reference.

https://prntscr.com/uescbu
https://prntscr.com/ueschd

If you are still getting this issue please check the settings/contact support.

tareq1988 pushed a commit that referenced this issue Oct 20, 2020
* fix: product variation author id update for product quick save fixed #874 #878 #883

* query limit increased in product query

* fix: codes updated with phpcs standard

* add translation in select option
@echodev3
Copy link

echodev3 commented Jun 8, 2022

We are also experiencing this problem. We would like to purchase the PRO version soon but it seems like we are finding more bugs every time we test.

We are using

  • Wordpress 6.0
  • WooCommerce 6.5.1
  • Dokan (free) - 3.5.1

Shipping fees are not being split up on multi vendor generated suborders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants