• 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.

Topics - LawrenceWebS

1
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?

2
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.






3
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)
4
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.