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!
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