• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 05:27:26 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - jiaqiangyan

1
I add a new ordertotal module :
in  konakart/custom/module/src
I create a java file : EryijuOrderTotal.java  in the package :  com.konakart.bl.modules.ordertotal.eryijuordertotal; 

and then I run the ant : (the working directory is konakart/custom)

$bin/ant compile_modules
$bin/ant copy_jars
$bin/ant make_wars

now copy the wars to my tomcat home directiory
$copy wars/*.war ../../../tomcat/webapps/           

now I restart the tomcat, log on : localhost:8080/konakartadmin  .
but I can't see  eryijuordertotal in the modules.

can you tell the reasons? are there any steps I made wrong ?
2
Programming of KonaKart / Add a new order module
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!