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.
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.