Hello,
I am trying to include the the OrderSummary contro in my catalog.aspx page, right menu. for this I had to add the control a new parameter to display a short ord summery displays the quantit name and and price.
Problem begins when I am trying t include the control in my catalog.aspx. the data does not displayed, and no error appears. when including in cart.aspx page everything works just fine.
What may be the problem? is there any restriction display the ordersummary only in the CART.ASPX page?
<
dashCommerce:OrderSummary ID="orderSummary" runat="server" IsEditable="false" IsShortMode="true" />
Thanks for help.