KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Sony George on December 14, 2009, 07:26:17 pm

Title: two methods in AdminOrderProduct.class is missing in OrderProduct.class
Post by: Sony George on December 14, 2009, 07:26:17 pm

when an oder is placed i need to send the invoice and packing slip to an email id , for this in OrderIntegrationMgr.java
i used velocity template OrderInvoice_em.vm. but two methods
getTotalPriceExTax() and getTotalPriceIncTax() which are in AdminOrderProduct.class
are missing in OrderProduct.class, so i am not able to create the template...

any work around ???

regards