{{ extends 'global/Page.html' }} {{ block title }}Product 11 New Order{{ endblock }} {{ block content }}

You decided to update your order for product 11 from {{player.Q1_11}}. The new demand distribution is N~({{C.MEANPROD11}},{{C.SDPROD11}}) and shown in the graph below. Please enter your new order quantity.

Original Parameters Updated Parameters
Retail Price ${{C.RETAIL}} ${{C.RETAILPROD1}}
Purchase Price ${{C.WHOLESALE}} ${{C.WHOLESALEPROD1}}
Demand Distribution N~(500,200) N~({{C.MEANPROD11}},{{C.SDPROD11}})
Change Fee ${{player.change_fee}}
Original Order {{player.Q1_11}}
{{ formfields }} {{ next_button }} {{ endblock }}