• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 04, 2024, 11:01:39 pm

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

1
Hi,

I discovered some behaviour of Konakart that rather appears to be due to some bug:

1. If a user session is not terminated by performing a logout, then a different user logging in on the login page will inherit info of the previous user (basically, user is not refreshed after login). I consider this a serious issue regarding privacy!

2. In some cases we want to store different delivery/billing user info in the order, but not storing it as a new customer or address. So I made some customization to update user info in the order, however these modifications are not reflected in the checkout confirmation page (but does get saved in the DB), mostly because I guess the getFormattedAddress method doesn't use customer info from the order, but is hardwired to collect user info from user object and user's primary address. This behaviour seems to block some customization (I could display the correct data on checkout conf. page, but lost the formatting).

I hope this info helps to make Konakart an even better product. ;)
2
Programming of KonaKart / Search case sensitivity
June 12, 2008, 02:56:46 pm
Hi,

I have noticed that search is case sensitive. I haven't investigated deeply but I guess it could be customized, but are there plans to make search not case sensitive or add an option for the Admin UI to let the admins decide whether they want case sensitive search?

Thank you
3
Programming of KonaKart / Managing warehouses
May 29, 2008, 02:06:24 pm
Hi,

A plan came up to make our products available in various locations for local pickup. This would require maintaining separate inventories and reorder levels per product for each location. Is there any support for this in Konakart? Or any idea how to implement it?
4
Installation of KonaKart / Search customers
May 26, 2008, 06:04:03 pm
Hi,

I am trying to implement a search function for some agents that would be using the system. They should be able to search for the name/address of returning customers. As far as I see customerMgr API doesn't provide any function that could be utilized for such purpose. I can see that there is an API that can be used for the admin part (CustomerSearchIf). Can you pls tell me whether it is possible to use this API in the app and if so, then how?

Thanks
5
Hi,

I would like to make most address fields optional (no country, street, zip code etc.). I know that a subset of these fields can be set optional in the Admin, but I would need more freedom. What is the best approach to achieve this? (I'm thinking of hidden fields with default values) Can you pls point out which files need to be modified?

Also setting the state-province field optional in admin works only in a limited way...It indeed doesn't appear on the screen, but new user cannot be saved, because of an error message saying that state is missing...so the validation still runs, even though it shouldn't.

Thanks
6
Hi,

I am trying to put links pointing outside Konakart (stored in Product URL in "http://..." format) to the purchased products on the CheckoutFinished page. With nested:write I can display the information, so it does get processed, but when I put nested:link href I get the following error:
ERROR (StandardWrapperValve.java:invoke:253) Servlet.service() para servlet action lanz¾
excepci¾n
javax.servlet.jsp.JspException: ServletException in '/WEB-INF/jsp/CatalogCheckoutFinishedBody.jsp': Canno
t cast to Map for name=EditCartForm property=null scope=null

Any idea?

(I changed EditNotifiedProductForm because it had only one string field, and I need two for the link and the product name and also used ProductIf to get url)


7
Hi,

I have two questions and I would like to mention some things that appear to be bugs:

1. I would need to get a record for each and every product in the order (i.e. if customer orders 3 products of the same kind, I need 3 records with qty=1 each). How can this be achieved?

2. I have some free products/service request among the products, where instead of adding product to basket, I would rather redirect user to another page to input some data needed for the free service. How can this be achieved?


3. Appearent bugs:
- When My account is displayed and language is changed, in header on the left side (after homepage) My account doesn't take new language.
- Buttons Continue Shopping and Sign In don't take Spanish labels.
- Contents of categories tile doesn't refresh when language is changed (only title of tile gets refreshed)
- On UI manufacturers page in the categories combo the last category is not shown ('All categories' + all but last one is displayed only)

Thank you
8
Configuration of KonaKart / Webshop for services
March 27, 2008, 05:43:34 am
Hi,

We are planning to implement a webshop for services and looking for a free, customizable, open-source solution. Some of these services are free, some have fixed prices, some have variable prices depending on certain factors unknown at the time of initiating the service purchase (for example: number of pages/records returned by the request).

Questions:
I. Can the menu items be dynamically set in Magento, depending whether user is a subscriber to a certain service?
II. Can prices be set from administator side for wishlist items and these prices applied in shopping cart? (In order for variable prices to be determined after user expresses interest - adds to wishlist, which I know is not the intended use, but this way we might handle variable prices)
III. Can I add extra statuses to be displayed for line items of orders?

Waiting for your comments/suggestions!