How can create order according to attributes
-
Hello Everyone ,
In this condition products having the same attribute will be clubbed into a single order and different orders will be created for different attributes also the products that do not have the chosen attribute associated with them will be clubbed into a single order.
Like, if an order has 6 products out of which 2 products have desired attribute associated to them and rest four have no desired attribute, so now the order will be split into 2 different orders, one having products with desired attribute and one having products without the desired attribute. For example, our store has multiple warehouses and we want to split orders based on warehouse options.
We can do this through our extension in the following ways:
We create a warehouse attribute. In this warehouse attribute, we create various options like warehouse A, warehouse B and warehouse C. This warehouse attribute is assigned to our used attribute set. We create products and assigned a requisite warehouse. Now a customer has placed an order with 5 products
Product A belongs to Warehouse B
Product B belongs to Warehouse A
Product C belongs to Warehouse A
Product D belongs to Warehouse C
Product E belongs to none of the warehouses
In this case, our order will be split into 4 different orders:Order 1 having products of warehouse A, i.e Product B and C
Order 2 having a product of warehouse B, i.e Product A
Order 3 having a product of warehouse C, i..e Product D
Order 4 will be of none of the warehouses, i.e Product ENote : can you provide any idea how can save order using attributes same name attributes will be added into single order .
- This topic was modified 4 years, 11 months ago by .
- This topic was modified 4 years, 11 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘How can create order according to attributes’ is closed to new replies.