Author Topic: Add a new order module  (Read 1187 times)

jiaqiangyan

  • Newbie
  • *
  • Posts: 4
    • View Profile
Add a new order module
« on: March 16, 2008, 09:28:38 PM »
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

  • Administrator
  • Sr. Member
  • *****
  • Posts: 227
    • View Profile
    • KonaKart Website
Re: Add a new order module
« Reply #1 on: March 17, 2008, 12: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