We need an order_id & order property in line items entity. For this, we need these tasks completed:

- Add an order_id column in line_items table.
- Add order_id and order properties to the line items entity.
- Make sure that the add to cart logic adds the order id to the line item table, both in user and in manager screens.
- Check if line items recursively load orders
- Views integration, which means a relationship between line items and orders.
- Test rules integration

Comments

pcambra’s picture

Issue tags: +dcsprint5

Adding tags

netsensei’s picture

Status: Active » Needs review
rszrama’s picture

Status: Needs review » Fixed

Pulled this in with various changes to how the order ID gets set (I'm doing it on create now), among other things. Great job. : )

Status: Fixed » Closed (fixed)
Issue tags: -dcsprint5

Automatically closed -- issue fixed for 2 weeks with no activity.