Author Topic: “Notify Me of Updates” Box for Each Product ?  (Read 2217 times)

shirin

  • Jr. Member
  • **
  • Posts: 25
    • View Profile
“Notify Me of Updates” Box for Each Product ?
« on: June 25, 2008, 04:41:50 AM »
Hi konakart,

When a customer checks this feature, what happens then? Does the store Admin get a list of those
who clicked this function?.


Thanks


ryan

  • Administrator
  • Sr. Member
  • *****
  • Posts: 205
    • View Profile
    • KonaKart Website
Re: “Notify Me of Updates” Box for Each Product ?
« Reply #1 on: June 25, 2008, 05:07:50 AM »
In the Customer Communications section of the Admin App you can send a template based eMail to all customers that have signed up to be notified about a particular product.

If you want a list of customers that have signed up to be notified about a product, you should create a new BIRT report.

shirin

  • Jr. Member
  • **
  • Posts: 25
    • View Profile
Re: “Notify Me of Updates” Box for Each Product ?
« Reply #2 on: June 25, 2008, 05:21:24 AM »
Hi ryan,

Thanks for your prompt reply.

But can u told me what type of variable i can use in eMail Tempate.

Suppose if i want to use like :

Dear <customer name>,
      This mail regards to the notification of product <product name>

      Follwing changes applied on product:
            <list of changes>

==================

Thanks for your further assistant.




ryan

  • Administrator
  • Sr. Member
  • *****
  • Posts: 205
    • View Profile
    • KonaKart Website
Re: “Notify Me of Updates” Box for Each Product ?
« Reply #3 on: June 25, 2008, 05:27:41 AM »
Look at the example template, Newsletter_en.vm  mentioned in the online help of the admin app.

shirin

  • Jr. Member
  • **
  • Posts: 25
    • View Profile
Re: “Notify Me of Updates” Box for Each Product ?
« Reply #4 on: June 25, 2008, 06:18:11 AM »
Hi Ryan,

I am not able to find any details for that. Can u give me more detail for same.

And should i need to use SendTemplateEmailToCustomers.java or other files to perform the task.

Thanks

shirin

  • Jr. Member
  • **
  • Posts: 25
    • View Profile
Re: “Notify Me of Updates” Box for Each Product ?
« Reply #5 on: June 25, 2008, 06:32:35 AM »
Hi,

I added new Notification_en.vm to Admin classes where other vm/properties files resides with content:

Hi, this is test message.

Bu i am getting following error while sending the mail from Admin app.

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
   at java.lang.String.substring(String.java:1938)
   at com.konakartadmin.bl.AdminEmailMgr.sendTemplateEmail(Unknown Source)
   at com.konakartadmin.bl.AdminTemplateEmailSender.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:619)