c-topherl / brewCom

0 stars 0 forks source link

order.html/buildCart #41

Closed joelmeister closed 8 years ago

joelmeister commented 8 years ago

unit_id is getting indexed by the productId on the order page. We may have the same product id on there twice but with different units, so we may grab the wrong row. i added product_unit_id to the get_product_units response. Can we use that to build the order page and cart rather than productId? I think it's a small change to order.html and buildCart, but you'll know better than me.

c-topherl commented 8 years ago

Done.