• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 09:24:48 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 - nitros

1
Programming of KonaKart / Konakart 2.2.6 Kudos!
May 29, 2008, 04:20:18 pm
    I would like to thank the Konakart team for release version 2.2.6.  We were able to upgrade our existing customized Konakart version from 2.2.4 to the latest with much ease.  This release has made customization of Konakart much easier and the user guide is a must read for everyone.  Not to mention, the tags, the product bundles and engine customizations are much anticipated features. We were really at a stage where we started designing how to do it ourselves, fortunately Konakart version 2.2.6 was released.... :)

Congratulations to Konakart team for providing the community with such an excellent piece of software.

If anyone looking for a list of file changed/added/deleted from Konakart version 2.2.4 to Konakart 2.2.6.  Please reply and I will publish the list unless Konakart team wants to officially publish it themselves.

Ps: Please feel free to relocate this post somewhere else as this is not really related to programming.
2
Hi,

   I have been using konakart for sometime and it is a great product.  I am happy I found the right software for us but as you there is always need for more....:)

My scenario demands a way to search for products belonging to more than one manufacturer but not all manufacturers.  Is there a way in Konakart to display products using wither Quick Search or Advance Search to retrieve products by multiple manufactures?  I have been using quick search functionality but it gives me an option to either search for one manufacturer or all.  I even tried using a loop in the action class but it retrieves and displays only the last manufactuer's products.

Please let me know if there is a way.
3
Programming of KonaKart / Quick Search functionality
March 24, 2008, 07:34:05 pm
I would like to know if Konakart uses Apache Lucene to search text for item name and description.  If not, then could you please explain how search is performed in Konakart and on what fields does it search on.
4
Programming of KonaKart / KK_API_CALL table
February 14, 2008, 09:53:32 pm
I was wondering what is the purpose of this table and how I can use this table to plugin calls back to my program from Konakart?/////////
5
My need is to find products which has an address (contacts) associated with it.  Any customer who searches for products first provides us with their address and we want to customize Konakart to pull the products within 10 miles from the customer.....

Steps to do that:
1.  All product's address has geocode already mapped using Google Maps API
2. Take the customer's address and get the geocode using Google Maps API.
3. Call Google Maps API for each product to find the distance between two geocodes (customer and product)

The above approach does not look like an optimized solution.  Can anyone suggest a better way of doing it?  BTW we are using Konakart to implement it.