• 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 - kkdubey042@gmail.com

1
We have created the product and added the special price for the product, so its working fine, now we have created the catalog and in that catalog we need to show the special price which is displaying fine but once we add that product in the cart we are getting not getting the special instead the cart  show the catalog price. So is there any other configuration to see the special price in cart.
2
Hi,

From the demo kkeclipse (default installation) we have copied the Client app related files like OrderMgr,BaseMgr,etc along with jars and copied the struts Action class logic in our project, as well as copied the web.xml entries into our project web.xml, konakart.properties files,etc . After copying all these , in our project we merged the client app i.e KKAppEng and it works fine when single user logs in,but if two users logs in from two different machine then its unable to maintain the session of the users if one user add the products in cart then the same products are getting visible in other or the other user does not able to proceed he gets exceptions as the product selected in ProductMgr becomes null for the other somehow, so can you please tell what could be the reason of it. For your information we are instantiating the KKAppEng for every user and maintaining the KKAppEng in his session and using the same object in the users complete session, but still the problem persist. please tell me is there any more configuration I need to do.
3
If we create the order for the bundled product then we see only one order products as the order item in orders_product, bu we need to change as per our requirement we need to add all the bundled products into the orders_product as the order item do we have any configuration for this or we can change by doing code change?
4
Hi,

Is there any way to create the konakart order with zero order amount?
5
1)OrderProducts API getSku() method returns though the product contains the SKU


2)orders attributes custom1 value is getting null. Tried all the following every statement gives null
option.getOptionCustom1()
option.getAttrCustom1()
option.getOptionValCustom1()
6
Hi,

can you please tell the column orders_date_finished in orders table for what purpose we can you.

Actually we are planning to use this column in our integration for the date when order receive the payment.
Is it fine to use for mentioned purpose or it has some other purpose..?
7
Hi Team,

We are facing the problem during adding the address detail in "entry_street_address" column of table customers, as our existing customers has large size street address we are not able to add to during the registration, so please can you increase all the address related column size
in next build? or can we modify the column ourself?

Data truncation: Data too long for column 'entry_street_address' at row 1
        at com.konakart.json.KKJSONEngBase.checkForException(Unknown Source)
        at com.konakart.json.KKJSONEng.registerCustomer(Unknown Source)
        at com.konakart.actions.custom.SSOAction.registerCustomerInKK(Unknown Source)
        at com.konakart.actions.custom.SSOAction.handleSSORequest(Unknown Source)

8
Programming of KonaKart / Login with mobile number.
February 04, 2017, 09:41:12 am
Hi team,

We have an requirement to make the email Id as optional are register the user using the mobile number and other details, so is there any way so that user can be able to login using registered mobile number?
9
Hi Team,

We have purchased konakart 8.3.0.0 EE version 1 liscence this month. and we are in customization and setup phase where we are facing some problems in case of Multi Store - single DB - Shared customer - shared product mode.

We have taken the two kkeclipse generated from the installation folder using build commands and trying to achive the setup as described below:

1) setup of kkeclipse with custom changes                                    2)Setup of same kkeclipse with custom changes.

As discussed with already with Konakart team via mail before purchasing, they told that multiple stores can run on multiple servers but the stores should use the single KKEngine using JSON API, so to do the same we have  enabled the JSON API call in both the store considering one will act as store as well as Engine and other setup will talk to the first store KKEng. So in this way we are not able to use the Managers like CustomerMgrIf,SecurityMgrEE,etc  in store second store setup which is running in different server internally uses the JSON API to talks with the first setup which is running on another server.

In this type of setup to customize certain functionality of storefront we are using  in both the setups below code

KKBasePeer.executeQuery(""), so in this is causing below Exception:

19-Jan 21:29:40 WARN  (?:getConnection:?) Database Connection Failed : Torque is not initialized
org.apache.torque.TorqueException: Torque is not initialized
   at org.apache.torque.TorqueInstance.getConnection(Unknown Source)
   at org.apache.torque.Torque.getConnection(Unknown Source)
   at com.konakart.db.KKBasePeer.executeQuery(Unknown Source)
   at com.konakart.db.KKBasePeer.executeQuery(Unknown Source)
   at com.konakart.db.KKBasePeer.executeQuery(Unknown Source)

This exception is coming in second setup which is calling the KKEng of first setup using JSON API, but if we access the same code from the first setup where engine is running, its executing proper.

If anyone face the same problem and got the solution please posts here..