Reedyn / Just-Another-Webshop

Webshop built for a university PHP project
2 stars 1 forks source link

Listing orders doesn't show total value #58

Closed Reedyn closed 10 years ago

Reedyn commented 10 years ago

When listing orders it doesn't show total value.

Options

  1. Calculated by getting all the products' value that pertain to a certain order
  2. Save value of order at the moment it is placed (preferred option as we wouldn't need to calculate every single time + the value wouldn't change if we change prices later)