M
M
Michael2017-09-05 16:40:39
Magento
Michael, 2017-09-05 16:40:39

How to group orders?

There is a task for grouping orders with the ability to display these orders in a group. The first thing that came to my mind was to add a field to the orders table, which will contain a random string for orders in the group. I think that in this case you don't need to worry about collisions. Another idea is more classic: create an "order groups" table and link it to the orders table. All this in magento 2.
What is the best way to do it or what is the best way not to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
CodeKeeper, 2017-11-29
@CodeKeeper

There is a task for grouping orders with the ability to display these orders in a group.

It is not entirely clear what groups are we talking about?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question