KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: dnavarro on November 08, 2011, 03:18:09 pm

Title: Konakartadmin - CUSTOM Client communications
Post by: dnavarro on November 08, 2011, 03:18:09 pm
Hi,

  I  would like to send a Newsletter with products information like images, price, name.... and just writing their product IDs in the Template Text.

  I have reimplemented the "SendTemplateEmailToCustomers1.java" class to read the "String message" from the Marketing > Client Communications, and then parse it content to write a custom (velocity) template

  Now, I've followed the the Konakart_User_Guide "Modifying an Existing API call", so:


...but my code hasn't been used (doesn't print a simple System.out.println).


What am I forgetting?.

I didn't understand the point "2. Add our customizations to GetCustomerForId.java".  ¿I need to change another class?.


Thanks.


Title: (SOLVED)Re: Konakartadmin - CUSTOM Client communications
Post by: dnavarro on November 08, 2011, 04:18:42 pm

Solution

konakartadmin_gwt.properties
konakartadmin.gwt.engineclass=com.konakartadmin.app.KKAdminCustomEng

:-[