• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 29, 2024, 12:50:04 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.

Messages - pete

1
Configuration of KonaKart / Re: chinese translate
November 26, 2008, 06:26:42 am
We don't supply a Chinese translation. You could try asking one of our community members such as leesure, otherwise you need to translate it yourself.
2
Take a look at http://www.konakart.com/configurationfaq.php#Change_Skin for the skins that we provide.

The Emporioricami site was developed by http://www.chelidon.com/ so you could ask them to help you out.

3
Miscellaneous / Re: display default country
November 21, 2008, 08:05:59 am
That's even more simple then. You have direct access to the JSP.
4
I think you get that message every time a new user connects to your KonaKart application. You can set your logging level to Warn instead of Info if this is cluttering up your log.
5
Miscellaneous / Re: display default country
November 18, 2008, 08:43:27 pm
If you are using the GWT based one page checkout, you have the source code which you can modify and recompile: http://www.konakart.com/onepagecheckoutfaq.php
6
Miscellaneous / Re: display default country
November 18, 2008, 05:55:08 pm
What's the country section during checkout ?
7
Configuration of KonaKart / Re: about UPS Shipping Module
November 18, 2008, 10:42:48 am
It means that Americans use Pounds and not Kilograms.
8
That's strange. If you take a look at ShowOrderDetailsBody.jsp, you'll see that those are the attributes we use to display the prices in the application.
9
Try looking at the finalPriceIncTax and finalPriceExTax attributes.
10
Configuration of KonaKart / Re: about UPS Shipping Module
November 16, 2008, 10:52:03 pm
Hi,

Take a look at the source code under KonaKart\custom\modules\src\com\konakart\bl\modules\shipping\ups since it is commented and may provide you with the information you need. Also, in the admin app where it is configured, each configuration attribute has yellow float-over text containing a summary of its usage.
11
QuoteWhen I make this API call against an order that has been created using the default OTB data set


I'm not sure what API call you are referring to and what the OTB data set is. What I suggest is to take a look at the InsertOrder.java example under KonaKart\java_api_examples\src\com\konakart\apiexamples.

The prices should be contained in the order product. You cannot retrieve them from the product since the product price could change over time.
12
One of the tiles that you have modified is probably throwing an exception. You should take a look at the Tomcat log.
13
Programming of KonaKart / Re: Forward to Admin Login
November 16, 2008, 10:33:16 pm
Hi,

The Admin App is a GWT application that doesn't use struts. Maybe you could derive the url of the Admin Login within a struts action and create an Action Forward to point to it ?
14
The custom field that you use on the basket item should be propagated to the OrderProduct which resides on the Order. Then you will have to customize the shipping module that you are using to calculate the shipping based on multiple addresses.
15
Do you see anything in the log ? Try setting the logging to debug level.

In order to check that you are formatting your import data properly, you could remove the id and SKU of data that you have exported, and see whether it imports correctly creating new products.