Hi,
I have another problem :
- any shipping module that I installed not appers in the client-side application.
- I need to install the Table Rate Module but when I confirm the order, below the text please select the shipping method nothing appears.
- I tried also to install different modules and the behavior is the same
Thanks
Ada
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!