Hi Paolo,
Thank you very much for the explaination..it makes sense.
I will try and write a script.
I'v just been using konakart for 4-5days and its just great...and im already looking forward for the admin application...using AJAX should be super
I also have a question about installing paypal payment method. I'l have it under a separate topic so that its more organised.
Thankx again.
Shaheem
Thank you very much for the explaination..it makes sense.
I will try and write a script.I'v just been using konakart for 4-5days and its just great...and im already looking forward for the admin application...using AJAX should be super

I also have a question about installing paypal payment method. I'l have it under a separate topic so that its more organised.
Thankx again.
Shaheem
Quote from: paolo on February 25, 2007, 08:52:27 am
Hi Shaeem,
Our admin application is very close to completion. It's just a matter of a few weeks now. We are using AJAX technology in order to provide a snappy user experience, so hopefully you'll like it.
Regarding the problem you have found, the osCommerce admin app uploads images to its htdocs\catalog\images directory since it knows nothing about KonaKart. Being a Java application running in a servlet engine, KonaKart requires its images to be relative to the webapps\konakart\images directory. Maybe rather than editing the database, a simpler solution could be for you to use the osCommerce admin tool to upload the images and then manually copy them (or write a simple script) from the htdocs\catalog\images to the webapps\konakart\images directory. In the database the products_image attribute will contain the name of the image with no directory name in front of it which means that KonaKart will pick it up directly from the webapps\konakart\images directory.
Hope this helps,
Paolo