• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 19, 2024, 07:35:56 am

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 - Anni

1
Miscellaneous / Product options on product details page
January 22, 2008, 12:59:23 pm
hi everyone,

I've noticed that product options are displayed in a random manner on the details page, e.g. at one time the order for a color option is red-green-blue, another time it's blue-red-green. so always a different option is pre-selected when you view the product details.

is there a way to sort them or can't that be changed?

regards,

anni
2
Miscellaneous / Wrong jsps displayed???
December 17, 2007, 03:38:53 pm
hi,

I've got a problem with the checkout-jsps. the ones which are displayed are either long outdated or don't exist in that way at all. still, I can't get the correct ones to show up.
the problemativ pages I"ve found up to now are CatalogCheckoutDeliveryBody.jsp
3
hi,

just a small request for the next version. it would be good, if tax rates whithout a corresponding tax class, would be deleted automatically. as it is now, if you delete a tax class that is used for a tax rate, the rate isn't displayed anymore but they is still there (at least the admin app says there are more). that rate can't be deleted manually (via admin app) anymore.

regards,
anni
4
hi,

I've just downloaded the new version of konakart but am reluctant to install it. while there are upgrade scripts for the database, I'm unsure if my customized jsps are also kept (though I guess not).

so, is it possible to run the update and keep my customizations just like that or should I backup them first? (i.e. if the jsps in general still look the same)

regards,
anni
5
Programming of KonaKart / User selecting the currency???
December 04, 2007, 03:38:11 pm
hi everyone,

I was wondering if it's possible (with the existing code) to allow users to select the currency they want to use. similar to the languages tile. or can I actually use that jsp as a guideline and write something similar for currencies?

regards,
anni
6
Miscellaneous / KKException at checkout
November 30, 2007, 11:35:04 am
hi everyone,

I've just tested the cart some more and got the following exception at checkout:


The details of the malfunction are :

Exception Name = com.konakart.app.KKException
Exception Message = org.apache.torque.TorqueException: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'products_model' at row 1

Exception Stack Trace =
at com.konakart.app.KKEng.saveOrder(KKEng.java:1404)
at com.konakart.al.OrderMgr.saveOrder(OrderMgr.java:301)
at com.konakart.actions.CheckoutConfirmationSubmitAction.execute(CheckoutConfirmationSubmitAction.java:160)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:619)


can anyone help with that?

thanks,
anni
7
hi,

there is a problem for additional shipping addresses. for me, when I don't specify them directly at checkout, I can't create them at all. I always get the message: date of birth is not a date. this also prevents me from editing addresses I added at checkout. same error. tomcat says "unparsable date" and yes, it is. I think the date generated should be the current one ... the one tomcat displayed had the correct day and year but complete nonsense for the month (so today would be: 29/56/2007 ...).

what can I do about that?

thanks in advance,
anni
8
hi everyone,

I've added four different shipping zones for this module. three of them have specific countries, the fourth would be every country that isn't included in the other zones.
is there a short way to specifying this or do I have to insert all remaining country codes individually for the last zone?

regards,
anni
9
Configuration of KonaKart / problem with sending emails
November 27, 2007, 01:02:48 pm
hi everyone,

I have a problem with sending mails. whenever I try, I get the following error:

javax.mail.MessagingException: 501 Authentification failed or POP3 logon too old.

how can I solve this problem? the email address and smtp-server I use are just for testing purposes, but all other smtp-servers available to me also require authentification.

regards,
anni
10
Programming of KonaKart / problem with getDescription()
November 23, 2007, 10:50:35 am
hi again,

I got another problem. on the shop's home page I want to display the latest product with its description. getting the correct image and the product name is no problem. however, when I try to insert the product description via its getDescription()-method, only null is displayed.  ???
any idea, what went wrong? because it works perfectly on the product's details page ...

regards,
anni
11
hi everyone,

for the shop I'm working on I only want to display products of a specific (sub-)category on the shop home. is it possible to do that without hard-coding the category id into the corresponding jsp?

thanks in advance,
anni
12
Miscellaneous / Bug? Duplicated product entries ...
November 23, 2007, 10:29:13 am
hi,

I don't know if anyone else encountered this, yet, but when I added some products to the shop it occurred twice that a new product was suddenly duplicated. it's not much of a problem, but quite confusing. only wanted to mention it, just in case.

regards,

anni
13
hi,

I was wondering if it is possible to specify the prices for different currencies directly with the product, i.e. like product A is always 2€/1£/3$, without having at least two of them (the non-default ones) calculated?

I haven't seen any option for this in the admin app so I guess, I'll need to write a new servlet for this. or is this already implemented and I just didn't see it?

thanks in advance,
anni
14
hi,

I've just started customizing the layout for the shop I'm working on. it's supposed to look nearly the same as the website to which it belongs - i.e. especially the header and footer of the shop.
the original website header is running two cgi-scripts, which just display some pictures. they're located  somewhere on the same server as konakart.

my problem is that the webapp seemingly can't find them, however I define the path. I also tried copying the scripts and placing them in the webapp's folder - same result.

so, my question is, whether this is possible at all? and if so, how?

regards,

anni
15
hi,

I'm want to integrate konakart with an existing website, which runs on a windows 2003 server. my question to this is, where I have to install konakart. would it still be "c:\program files" or do I have to set it up where the website is located?

regards
16
Reporting / Problem with BIRT?
November 08, 2007, 10:37:16 am
hi,

did anyone else see this message on the "My Store Status" page of the admin app?

-----
The following items have errors:

Chart Orders in the Last 30 Days (Chart Only):
+ Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc
Cannot load JDBC Driver class: not found

-----

regards,
anni