• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 15, 2024, 10:21:09 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 - mdesjard

1
My store is available both in french and in english.

In english, I can navigate all categories properly, but in french, I get a strange redirection bug.

If I go to a sub category in english, here's the link I get: https://secure.boutiquelechevalier.com/konakart/SelectCat.do?catId=55&prodsFound=-1&category=Board+games

But if I go in french, it translates the last parameter name, category becomes catégorie, could that be the issue? https://secure.boutiquelechevalier.com/konakart/SelectCat.do?catId=55&prodsFound=-1&Cat%C3%A9gorie=Jeux+de+Soci%C3%A9t%C3%A9

Thanks in advance for any help you can provide.
2
Hi, where can I find french images for the button, for 4.2?

Also, I had the site translated in french a while ago, when I was in 2.x, do you think I can use my properties file in 4.2 without problems?

Thanks in advance!
3
Hi,

I have konakart 2.2.0.4 running on my old hosting service. They now provide 4.2, so I created a new instance with this new version on another instance of the server.

It's a clean install. Now I would like to migrate my database from the old system to the new one.

Can I export from the old one into the new one?

Make a copy of the old database on the new system and then run the upgrade scripts, then point the new application to the upgraded database?

What is the best way to proceed? Thanks!
4
Hi,

I'm starting to upload images to my store. I set image1 to be the regular image to be displayed in lists. And then I set image2 to be the bigger image for when people "click to enlarge" but i realized that it's always image1 that is displayed.

So if I want a bigger image to be shown, I have to set image1 as the big image, but it makes list load slower because now it has to load all those bigger image and then crop them to the small size.

Where are image2, 3 and 4 supposed to be used?

Could I  configure the system to use image2 as the big version of the image? How do I do that?

Thanks
5
I'm trying to export my products to do some batch processing on them (categorization)

And I'm getting this error:
======================================================================================================
Create a file containing product data from the KonaKart database using the KK Engine
======================================================================================================
Picked up _JAVA_OPTIONS: -Xms64m -Xmx64m
Properties file found = /home/mdesjardins/import_export/classes/kkImporter.properties
06-Feb 21:52:29 INFO  (KKAdmin.java:init:237) Finished Initialising Log4j
06-Feb 21:52:29 INFO  (KKAdmin.java:init:240) The configuration file being used is /home/mdesjardins/import_export/classes/konakartadmin.properties
06-Feb 21:52:29 INFO  (KKAdmin.java:init:245) Initialising KKAdmin
06-Feb 21:52:29 INFO  (KKAdmin.java:initKonakart:467) KonaKart Admin V2.2.0.7 built 10:57AM 22-Oct-2007 BST
06-Feb 21:52:29 INFO  (KKAdmin.java:init:247) Finished Initialising KonaKartAdmin
06-Feb 21:52:29 INFO  (KKAdmin.java:init:253) Initialising Torque
06-Feb 21:52:30 INFO  (KKTorque.java:init:53) Initialising KonaKart-Torque for org.apache.torque.adapter.DBMM
06-Feb 21:52:30 INFO  (KKAdmin.java:init:266) Finished Initialising Torque
06-Feb 21:52:31 WARN  (AdminSecurityMgr.java:login:137) User 'admin@konakart.com' has just logged in to the Admin App
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at com.konakart.importer.ExportData.getFormattedProductData(Unknown Source)
        at com.konakart.importer.ExportData.getProduct(Unknown Source)
        at com.konakart.importer.ExportController.processDataFile(Unknown Source)
        at com.konakart.importer.ExportController.doExport(Unknown Source)
        at com.konakart.importer.ExportRunner.main(Unknown Source)

My file has 110 products in it out of the about 400.
6
Programming of KonaKart / Can't checkout in french
February 06, 2008, 04:23:05 pm
Hi, I'm not sure if it's the right forum for that kind of problem. Please move to the right place if it's not.

I created a french version of the properties file and I'm trying to test using the french version of the site. In english, I can do a complete checkout using free shipping and cash on delivery. But when I try to check out while in french mode, I get this error when I try to submit the order:

The details of the malfunction are :

Exception Name = com.konakart.app.KKException
Exception Message = Cannot find order for Id = 11
Exception Stack Trace =
at com.konakart.bl.EmailMgr.sendOrderConfirmationEmail(EmailMgr.java:792)
at com.konakart.app.KKEng.sendOrderConfirmationEmail(KKEng.java:1497)
at com.konakart.al.OrderMgr.sendOrderConfirmationEmail(OrderMgr.java:323)
at com.konakart.al.OrderMgr.saveOrder(OrderMgr.java:309)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)

Any help will be appreciated
7
Programming of KonaKart / Checkout module questions
November 27, 2007, 06:17:38 pm
Hi, I'm new to KonaKart.

I want to use it to create an internet store for an already existing brick and mortar store.

We already have credit card processing in store. Also, we won't keep up to date stocks on the site, so at checkout, I would like to just take the credit card information. Store it temporarily in a file on my server (encrypted of course) and once the order is validated and shipping is calculated, then process the credit card in store. In that case, the shipping fees would just be an estimate.

Also, I would like to offer in store pickup as a payment and shipping options. If that is selected for payment, I would like the shipping method to adjust automatically.

Are those things possible? If so, please tell me which payment module would be most similar so that I can start from there to create my new modules.

If anybody already have something similar, would you be willing to share the code?

Thanks in advance for any help you can provide!