• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 04, 2024, 01:13:34 am

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

1
I have a requirement such that the price of the product is different based on the country.  If the customer's country is XYZ, then it would be less.  If it is any thing else, then it would be more.  How do I do this? 

I know there are 4 to 5 different prices that can be set for each product.  But the problem would be: How do I show these prices based on the country.  Particularly because the customer will login or sign-up only at the end.  Even after login, I am not sure how I retrieve the correct price based on his country.

Any help would be great
2
I see in the Admin Panel that there are many custom fields for each entity.  However what I do not understand is that how do I display these in the screen?  For example, I want to use a custom field under product to store the Author name. 

To achieve this, I think while creating the Product, I will just enter the name of the author in Product Custom 1 field.  But how will i make this display in the screen in the product Details Page.

Any help would be great.
3
Configuration of KonaKart / Changing the image path
April 26, 2009, 03:30:31 am
While create a product, the image base URL and image base path shows respectively as:

http://localhost:8780/konakart/images/

E:/MyFolder/konakart/webapps/konakart/images

I want these to be changed to a different location as per my actual target deployment.  Where should I change this and how can I change this?
4
I am trying to create a new product through the konakart admin applicaiton.  But even after I enter many details, the Insert button is always disabled.  Hence I am unable to create new products.  Any help would be great.
5
Installation of KonaKart / Installation using VMWare
April 25, 2009, 01:01:28 pm
My actual hosting environment is Linux.  But due to permission issue I am unable to install Konakart directly in the hosting environment.  It was suggested in this forum that in such a case I can install Konakart in my local environment and then copy the WAR files into the actual target environment.

However I do not have Linux environment in my desktop.  Hence I am planning to use VMWare player.  My question is that if I install Konakart using the VMWare and then copy the WAR files into the target enviornment, am I fine?  Will there be any issues with this approach?  Please note that the base OS is still Windows XP.

Your quick response will be greatly appreciated.
6
Installation of KonaKart / How to change to InnoDB
April 24, 2009, 10:04:19 am
I am new to Konakart and would like to install this software in the Linux OS/MySQL DB.  I read in the documentation that MySQL should be using InnoDB.  But I checked with the Hosting Provider and they mentioned that their MySQL DB uses MyISAM by default and hence cannot be changed globally to InnoDB.  However the suggestion from their side was to manually alter all tables like "alter table Table1 Engine=InnoDB"

Is the above correct?  If so, where do I get the list of all tables that I should be altering for this?  If there are any other easier options als7o, please let me know.

Thanks.