• Welcome to KonaKart Community Forum. Please login or sign up.
 

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 - LawrenceWebS

1
My goal is to make sure that if the customer locale is fr_CA, the currency that gets added to the order is CAF rather than CAD. The reasoning behind this is to accommodate the province of Quebec (fr_CA). The province of Quebec Canada has a different format in currency (similar to French). It use spaces instead of comma as the thousand separator, and the dollar sign is on the right side.

i.e.
Currency:
id = 3
code = CAD
decimalPlaces = 2
decimalPoint = .
symbolLeft = $
symbolRight =
thousandsPoint = ,
title = Canadian Dollar
value = 1

id = 6
code = CAF
decimalPlaces = 2
decimalPoint = ,
symbolLeft =
symbolRight =  $
thousandsPoint = 
title = Canadian French
value = 1
2
Can we link the language locale with currency code in multi-store? At the moment, currencies and languages are two separate tables. Please see example below:

Languages contains en_CA, fr_CA and en_US locale.
Currencies contains CAD (Canadian Dollar), CAF (Canadian French) and USD (US Dollar).

The goal is to
(a) store en_CA orders with currency code CAD.
(b) store fr_CA orders with currency code CAF.
(c) store en_US orders with currency code USD.

Does anyone know how can this be connected programmatically without hard coding any values by store?

3
It seems that the french email version of the Order Status Change (OrderStatusChange_fr.vm) is being replaced with OrderStatusChange_en.vm. It defaults to the english version even if it is _fr.

Does anyone know how to fix this issue? Canada English works fine. This only happens for any orders in french (_fr). It is not using the correct two character country code when the order status is changed to shipped.

I did checked and verified the following:
The AdminVelocityContextMgr java in com.konakartadmin.blif is set properly.
The com.konakartadmin.blif.AdminVelocityContextMgr is declared properly in konakartadmin.properties.
The konakart_velocity.properties are set properly.
The templates folder is setup properly as well as the OrderStatusChange_fr.vm file exist.

Please help.






4
The issue above has been fixed. The project is missing the JSSE.JAR and JCE.JAR Jar Setup from C:\JAVATOOLS\GLASSFISH3\JDK\JRE\LIB. This are required in the server for security purposes.
5
Hi Everyone.

Here is the rest of the logs. Thank you in advance for anyone that could possibly help me.

19-Jan 07:17:25 ERROR (ShippingMgr.java:getShippingQuotesPrivate:593) Could not instantiate the Shipping Module null
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.ConnectException: Connection timed out: connect

faultActor:
faultNode:
faultDetail:
   {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection timed out: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(Unknown Source)
   at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.SocksSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
   at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
   at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:92)
   at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
   at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
   at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
6
Hi Everyone,

I'm having problems getting shipping quote to process on my Eclipse (IDE)  environment. When I choose the Cart Items.do, during the debug/run, it shows the following exception messages below.

Does anyone know how to resolve this issue? Is it related to SSL? We are currently customizing the Konakart client and this is the only issue we have before we roll it out to production. Our localhost is port 8080 which is open.

Thanks

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18-Jan 15:10:44 ERROR (OrderTotalMgr.java:refreshConfigs:182) Could not instantiate the OrderTotal Module com.konakart.bl.modules.ordertotal.taxcloud.TaxCloudin order to refresh its configuration.
java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.lang.reflect.Constructor.newInstance(Unknown Source)
   at com.konakart.bl.modules.ordertotal.OrderTotalMgr.getOrderTotalModuleForName(OrderTotalMgr.java:474)
   at com.konakart.bl.modules.ordertotal.OrderTotalMgr.refreshConfigs(OrderTotalMgr.java:178)
   at com.konakart.bl.modules.ordertotal.OrderTotalMgr.<init>(OrderTotalMgr.java:115)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.lang.reflect.Constructor.newInstance(Unknown Source)
   at com.konakart.bl.MgrFactory.instantiateOrderTotalMgr(MgrFactory.java:829)
   at com.konakart.bl.MgrFactory.getOrderTotalMgr(MgrFactory.java:813)
   at com.konakart.app.KKEng.updateCachedConfigurations(KKEng.java:915)
   at com.konakart.bl.EngineConfigCacheUpdater.updateConfigs(EngineConfigCacheUpdater.java:243)
   at com.konakart.bl.EngineConfigCacheUpdater.run(EngineConfigCacheUpdater.java:179)
Caused by: com.konakart.app.KKException: The store address could not be verified using the USPS verification service probably due to a communications problem.
   at com.konakart.bl.modules.ordertotal.taxcloud.TaxCloud.setStaticVariables(Unknown Source)
   at com.konakart.bl.modules.ordertotal.taxcloud.TaxCloud.<init>(Unknown Source)
7
Also Julie, this company is from a province that has only one tax, which doesn't work for us because we have multiple taxes...
8
Quote from: julie on January 16, 2012, 02:40:01 pm
http://www2.caaquebec.com/boutique/Welcome.do are Canadian. Not sure if they had to do anything special.


Thanks Julie. I checked the website and they use the One Page Checkout process with no customization on the Tax Module calculation.
9
Hi Everyone,

We recently purchased the KonaKart Enterprise Edition and started enabling the necessary modules in KonaKart Admin to create and process an order.

When we enabled the Tax module, I notice that the tax calculation are combined. In Canada, we have two types of tax, a GST (Government Service) and a PST (Provincial Sales). Each is calculated individually from the total order amount. I setup the GST (5%) and PST (7%) to have a priority of 1 in the tax rates portion of the Konakart Admin. This is a main requirement in our province to do business online.

For Example:
In Manitoba, the PST, like GST, is calculated on the retail price only. The two taxes are then added to the retail price for your total.
Retail price:   $100
GST (5%):   $5
PST (7%):   $7
Total:                  $112

I would like to know if Konakart Enterprise Edition has a Tax Module designed for the Canadian market? Is there anybody with similar situations?
Or do we need to customized the current tax module to achieve this calculation and display in the Konakart Order Total Page and Invoices?

Thank you.