• Welcome to KonaKart Community Forum. Please login or sign up.
 

KonaKart Shipping Modules

Started by ada_v, June 25, 2009, 10:42:42 am

Previous topic - Next topic

ada_v

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

ada_v

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!