KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: jiaqiangyan on March 17, 2008, 02:28:38 am

Title: Add a new order module
Post by: jiaqiangyan on March 17, 2008, 02:28:38 am
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!
Title: Re: Add a new order module
Post by: kate on March 17, 2008, 05:47:03 am
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