A part of the code from CatalogCheckoutDeliveryBody:
<%= orderMgr.getShippingQuotes() %>
<logic:notEmpty name="orderMgr" property="shippingQuotes">
<logic:iterate id="quote" name="orderMgr" property="shippingQuotes" type="com.konakart.appif.ShippingQuoteIf">
...............
</logic:iterate>
</logic:notEmpty>
- but the orderMgr.getShippingQuotes() is always 0.
I don' understand why!
<%= orderMgr.getShippingQuotes() %>
<logic:notEmpty name="orderMgr" property="shippingQuotes">
<logic:iterate id="quote" name="orderMgr" property="shippingQuotes" type="com.konakart.appif.ShippingQuoteIf">
...............
</logic:iterate>
</logic:notEmpty>
- but the orderMgr.getShippingQuotes() is always 0.
I don' understand why!