• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 20, 2024, 03:19:18 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 - Satish Shah

1
Hi!

I want to provide an offer for example buy 2 shirts and get 1 tie free.

How can i do it.

As the inbuilt Buy X Get Y Free module only allowed for same product. i.e. Buy 2 shirts and get 1 shirt free (the same shirt).

Can you please guide me?

Thank you,
Satish Shah
2
Hello,

I have installed Payment Gateway that successfully works but after ipn callback I am getting error as follows,

The session "Session id" is not found.

Would you please help me to get out of this.

I am following Paypal payment gateway code files.

Payment done successfully, orders and inventory updates successfully.

from IPN callback i am forwarding users to CheckoutFinishedAction.

Thank You

3
Hello,

I need to charge customers some extra fixed charge if they select Cash On Delivery as payment method.

I think i need to add a orderTotals for that.

Can you please guide me.

Thank You,
Satish Shah
4
Hello,

I am trying to change the name of konakart project from konakart to ROOT. ( Or something else)

But I am not getting my application running well structured.

<%= kkEng.getStyleBase()%> and <%= kkEng.getScriptBase()%> is showing /ROOT/styles and /ROOT/script respectively, but I its not applying on application and application not working fine.

Please help me in solving this.

Thank You.
5
Configuration of KonaKart / E-mail Configuration
December 18, 2013, 10:37:20 am
18-Dec 15:50:47 WARN  (?:run:?) Problem Sending email (subject: Email from Pramu
kh Mobile) to montyrshah@gmail.com
com.konakart.app.KKException: Error sending email: 530 5.7.1 Authentication requ
ired

        at com.konakart.bl.Emailer.send(Unknown Source)
        at com.konakart.bl.EmailSender.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

I have tried:

SMTP server = plus.smtp.mail.yahoo.com
SMTP secure = true

and also tried
SMTP sever = smtp.mail.yahoo.com
instead of
plus.smtp.mail.yahoo.com


non of them working.

Can you please help me..

6
Hello,

I face one problem that is Only 1 quantity of the product with OPTIONS is allowed to be ordered in IE9( i am using this version and dont sure about other versions of IE).

I found there is 1 file generating in "temporary files" when I click no "Add to cart" button for products with option(s).

I need to manualy delete that file.

Its not happening in other browses.

Would you please guide me what i should do to overcome from this problem?

I am using v6.5.1.0 of konakart.

Thank You.
7
Hello..!

A am getting this error when i have tryied to configure for email settings.

DEBUG: JavaMail version 1.4.1
DEBUG: not loading file: C:\Program Files\Java\jre1.6.0\lib\javamail.providers
DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0\lib\javamai
l.providers (The system cannot find the file specified)
DEBUG: !anyLoaded
DEBUG: not loading resource: /META-INF/javamail.providers
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax
.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsyste
ms, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com
.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLSt
ore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsyst
ems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.su
n.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=jav
ax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc],
com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP
3Store,Sun Microsystems, Inc]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.
sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STOR
E,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Prov
ider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc],
pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems
, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun
Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.S
MTPTransport,Sun Microsystems, Inc]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: !anyLoaded
DEBUG: not loading resource: /META-INF/javamail.address.map
DEBUG: not loading file: C:\Program Files\Java\jre1.6.0\lib\javamail.address.map

DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0\lib\javamai
l.address.map (The system cannot find the file specified)
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.s
mtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 25, isSSL false
15-May 15:28:53 WARN  (?:run:?) Problem Sending email (subject: New Password) to
montyrshah@gmail.com
com.konakart.app.KKException: Error sending email: Could not connect to SMTP hos
t: smtp.gmail.com, port: 25
        at com.konakart.bl.Emailer.send(Unknown Source)
        at com.konakart.bl.EmailSender.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

Can any one tell me what should be the solution for it.??

The konakart_mail.properties settings:

  #mail.transport.protocol   = smtp
  #mail.smtp.port           = 25
  #mail.smtp.host           = smtp.gmail.com
  #mail.smtp.auth           = false

Is it correct?? Please correct me if not.

Thank You.
8
Hello friends..!

May i know which version of tomcat i must select for konakart v6.5.1.0?

Also suggest me what size of heap enough for konakart on initial stage??

Thank You.