• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 30, 2024, 02:49:12 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.

Messages - Anni

31
where do the compiled action classes go? do I have to update the konakart-custom.jar???

regards,
anni
32
hi,

thanks for the answer. I already feared that it would be like this.
but what about not letting the user select it but doing it myself based on the delivery country. I've seen in another post that for doing anything to the prices before checkout, I could edit CheckoutConfirmationSubmitAction.java. would that also be the place to edit the selected currencies?

and another question. how can I check, which product options have been selected?

regards,
anni
33
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
34
hi trevor,

actually I didn't put the compiled code under WEB-INF/classes  :-[ so that would probably be the problem.

thanks,
anni
35
just tested it and still no change  :(

btw, do you know why I can't edit my posts anymore?

regards,
anni
36
hi trevor,

thanks for the answer. I guess that would be the procedure if I wanted to add a completely new shipping module?

but for my other question: I already had a look at the source code you provide and changed it (on both sides, i.e. for the application and the admin app). however it still looks like before. I've just replaced the properties files for the webapps but couldn't test that yet, to see if that was the prob.

regards,
anni
37
hi,

I now changed the example code of the table module to do the same as the zone module. but this doesn't seem to suffice. so, which other files do I have to update?

thanks,
anni
38
so, how can I do this?

regards,
anni
39
hi everyone,

is it at all possible to enable a download if the whole order consisted of digital AND physical products? because in that case the digital download shipping module is (of course)  not available, but I don't know if that the one that enables the download link ... ?

regards,
anni
40
hi julie,

the problem is that I actually need a "new" one that does exactly the same as the zone shipping module. it just has to be a second one. so I only need to know how to set it up for use with the shop and the admin app.

regards,
anni
41
hi,

I need to add a completely new one. I took it that this is when I have to change the variable myself. or do I only have to keep the folder structure (i.e. creating a new package within shipping) and placing my code inside?

regards,
anni
42
hi,

I also need to add a new shipping module and I've already read the faq. the problem is, I've no idea where to find the "MODULE_SHIPPING_INSTALLED" configuration property...

could you point me to it?

thanks,
anni
43
Miscellaneous / Re: KKException at checkout
November 30, 2007, 02:12:32 pm
great, thanks  :)
44
Miscellaneous / Re: KKException at checkout
November 30, 2007, 12:07:33 pm
hi julie,

thanks for the answer. I'm not that sure about mysql. would the command be like this:

alter table orders_products modify products_model VARCHAR(64);

I don't want to mess up the database so I'd like to be sure before attempting any change.

thanks again,
anni
45
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