• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 13, 2025, 01:03:11 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 - jingdewang

1
Thank you, Brian. I would never dream of asking you to make a such test for me.  谢谢!

After your confirmation, I did some tests in my environment again. Finally, I found the cause.

I had installed a web server certificate that uses domain name as common name. When I accessed the admin app, I used https://Webserver's IP. In this case, IE will display a caution, so it does hold back the downloading of the image.

I modified the javascript in 17F0BE3EA5641F07D7577BBE62732065.cache.html to avoid the problem above-mentioned. It worked fine now.

Thank you again for your nice help.
2
Just because the admin app cann't be access via internet. I want to configure it be accessed from internal IP only. Am I on a crooked road?
3
 :-[Yes,I should descript the details of my new employment.

employ step:
1. run the installation wizard firstly.
2. move the directory "/home/konakart/webapps/konakartadmin" to "/home/konakart/webapps1/konakartadmin".
3. change the configuration in "conf/server.xml", added a new <Host/> section as below:
<Host name="192.168.0.254" debug="0" appBase="webapps1" unpackWARs="true" autoDeploy="true">
<Context path="" docBase="/home/konakart/webapps1/konakartadmin"/>
</Host>
4. restart konakart.

The problem appeared when I access the admin console using HTTPS protocol: "https://192.168.0.254".

Actually, I had done the test on WindowsXP successfully. Everything was okey.
Now, my os is CentOS 5.

Thanks.
4
It seemed that the page uses a "com.google.gwt.user.client.ui.impl.ClippedImagePrototype" object clipped from "87BC0F2D1E5C757E80F9A1A73869C40E.cache.png" to display those pics. I noticed "87BC0F2D1E5C757E80F9A1A73869C40E.cache.png" is in the root directory, and can be access directly from IE.  Did I do wrong things? Thanks a lot.
5
Hi,

I can't see the logo and arrow images from admin console in a new depolyment of my app.  I don't know what happened.

Any clew?

Thanks.

Jingde

6
Configuration of KonaKart / Re: about UPS Shipping Module
November 18, 2008, 11:22:29 am
 ;D thank you very much, Pete
7
Configuration of KonaKart / Re: about UPS Shipping Module
November 18, 2008, 10:38:03 am
Hi,

The UPS Access License Number / UserId and Password were achieved from UPS.

And I got the following error message:

java.lang.Exception: There has been an error returned from UPS for the request :

<?xml version="1.0" ?><AccessRequest xml:lang='en-US'><AccessLicenseNumber>1C3502E570B52194</AccessLicenseNumber><UserId>wjdtest</UserId><Password>123456a</Password></AccessRequest><?xml version="1.0" ?>RatingServiceSelectionRequest><Request><RequestAction>Rate</RequestAction><RequestOption>Shop</RequestOption></Request><Shipment><Shipper><Address><PostalCode>91746</PostalCode><CountryCode>US</CountryCode></Address></Shipper><ShipTo><Address><AddressLine1>1 Way Street</Addre
ssLine1><City>Los angeles</City><PostalCode>10025</PostalCode><CountryCode>US</CountryCode></Address></ShipTo><ShipFrom><Address><PostalCode>91746</PostalCode><CountryCode>US</CountryCode></Address></ShipFrom><Package><PackagingType><Code>00</Code></PackagingType><PackageWeight><UnitOfMeasurement><Code>KGS</Code></UnitOfMeasurement><Weight>12.0</Weight></PackageWeight></Package></Shipment></RatingServiceSelectionRequest>
The error details are :
Severity = Hard
Code = 111057
Description = This measurement system is not valid for the selected country.

        at com.konakart.bl.modules.shipping.ups.Ups.getQuotesFromUPS(Unknown Source)

What does this mean?

Thanks.

Jingde
8
Configuration of KonaKart / Re: about UPS Shipping Module
November 18, 2008, 07:48:00 am
Thanks a lot. I'm on my way UPS.
9
Configuration of KonaKart / Re: about UPS Shipping Module
November 18, 2008, 06:36:53 am
Hi, Pete
Thanks for help.
How can I get a test UPS Access License Number / UserID / Password? Should I apply it from UPS?
Jingde
10
Configuration of KonaKart / about UPS Shipping Module
November 16, 2008, 04:29:51 pm
Hi,

Being a newbie of UPS Shipping, I found it's difficult to understand the configuration about the UPS Shipping Module. Is there any docs about it?

any help is appreciated.

wjd
11
Configuration of KonaKart / Re: discount not work
October 20, 2008, 04:02:58 pm
Hi, ryan

Though I am in China, my store is for a friend of US. It supports English only now.
I'll post the URL here when the site is online.
Thank you for your instruction.

Jingde
12
Configuration of KonaKart / Re: discount not work
October 20, 2008, 03:34:27 pm
I just modified the order of Total module from "4" to "40". The sky became blue. :)
13
Configuration of KonaKart / Re: discount not work
October 20, 2008, 03:31:17 pm
Thank you, ryan.

The system worked well now according your direction.
14
Configuration of KonaKart / discount not work
October 20, 2008, 02:50:01 pm
Hi,

I had configured a promotion, type is "order total discount". The module of Order Total Discount was also being installed in Admin console.

When I put some products in my cart and went to checkout using Authorize.Net, the page of order confirmation can display "-5% prodxx: -$481.00 " , but the price in the page of Payment was still not minus the discount.

Did I make sth. wrong?

Thx.

You guys had done an excellent work, BTW.

Jingde