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!