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

2
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.
3
No that's not the case, actually its happening with two different users from two different machines..
4
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.
5
Thanks Julie, Is there any other way to do this?
6
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?
7
In this case the product itself has zero price, but in our case the product prices will be there but still during order creation time we need all the order amounts zero.. We are doing this case for reshipment of order items..
8
Hi,

Is there any way to create the konakart order with zero order amount?
10
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()
11
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..?
12
Thanks Brain,

In the same line, we have the user account ID based as mobile number as well as emailId, User can login using the emailId as well as mobile number, so we are considering the 'customers_telephone' column to store our users mobile number so can we add the unique constraints on  'customers_telephone' column of 'customers' table.

And how will be the user be able to login using the mobile number? is there any way to make user login using the mobile number?

please clarify..
13
Thank you for your reply,

Currently we are migrating our existing DB in konakart DB,eg some related tables in complete purchase flow like in our DB we have 'SaleOrder' table which we are going to map with the Konakart 'orders' table, so in this case our existing data size is more than the 'orders' table column size in Konakart DB, so in such cases can we modify the 'orders' table column size? if we modify, will it affect during upgradation process? or do we need to take care of this during upgradation process?
14
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)

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