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

Order creation issues #5

Open
EvaldasOff opened this issue Nov 28, 2024 · 6 comments
Open

Order creation issues #5

EvaldasOff opened this issue Nov 28, 2024 · 6 comments

Comments

@EvaldasOff
Copy link

There are 2 main issues when creating an order.

  1. When you create an order with a vendor item, this order is not represented in the vendor order list.
  2. When you create an order with 2 different vendor items, I believe the order must be visible in both order lists but only with this vendor item (create separate orders for each vendor?)
@IgorKhomenko
Copy link
Owner

What I found is that the order_order_store_store table is empty after the new order is created, means the order is not attached to any store hence nothing to display in Dashboard

I'm looking into it

@IgorKhomenko
Copy link
Owner

@EvaldasOff this is a PR with split order implementation #6

@Tech-dev-coder
Copy link

@IgorKhomenko I found some issues when an order is placed the orders appear twice I found that one appears as payment captured and one is non-captured for the same order the captured one is going to other vendors and also same order appears in store front twice.
I tried to fix but i am not getting can you help
Screenshot From 2024-12-04 22-04-16
Screenshot From 2024-12-04 22-07-25

@IgorKhomenko
Copy link
Owner

A follow up POR with split order improvements (see description) #8

@HeinKoZin
Copy link

Can spread subtotal of order for each vendor?

@IgorKhomenko
Copy link
Owner

@HeinKoZin are you referring to Dashboard or Storefront?

For Dashboard I assume it already works this way after we did items: groupedItemsPerStore[storeId],

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