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

Add a new order module

Started by jiaqiangyan, March 17, 2008, 02:28:38 am

Previous topic - Next topic

jiaqiangyan

because of the different business logic, we use a different product table instead of the konakart default product table.
we still use the konakart order relative tables: orders, orders_products  and so on.
now , I want to add a new order module. can you tell me the steps ? 
and if I still use the com.konakart.bl.modules.ordertotal.BaseOrderTotalModule's interfaces, what should I take care of ?
thanks a lot!

kate

Hi,

The easiest approach is to copy and rename one of the existing order total modules - pick one that's similar to the one you want to add of course.  All of the source you need for this is provided.

Regards, Kate