• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 09, 2024, 06:49:30 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.

Messages - bobrowley

1
Programming of KonaKart / Re: Shipping addresses
June 11, 2009, 04:04:36 am
Could you post your solution? I'm looking for a solution so that the customer can easy changes the shipping address when checking out.
2
Configuration of KonaKart / Re: Admin validation
May 20, 2009, 04:45:02 am
I found this article:

http://www.konakart.com/custom_validation_faq.php , which said:
Quote
Only a certain subset of fields can have their validation overridden in this way, but if you need other fields to be made available for validation please get in touch with support at KonaKart.

Currently you can define validation rules for the following fields:

Product.contentType     
Product.custom1         
Product.custom2         
Product.custom3           
Product.custom4         
Product.custom5           
Product.description     
Product.quantity         
Product.model             
Product.name             
Product.sku             
Product.weight         

All of these fields appear (commented out) in the default CustomValidation.properties file in the default installation for ease of reference.


How can I set the validation for the Category.name? And how can I "get in touch with support at KonaKart"?
3
Configuration of KonaKart / Can't make Solr work
April 17, 2009, 03:54:40 am
Hi guys,

After changing the "Base URL of Solr Search Server" to http://localhost:8080/solr/, and change the "Use Solr Search Server" to true, I intend to instruct Solr to index the product catalog by clicking the "Add" button in the "Manage Solr Search Engine", but it notified me that:

QuoteSolr functionality has not been installed
Exception Message = Solr functionality has not been installed


The Solr is installed on the same container(tomcat5) with KonaKart(http://localhost:8080/konakart).

Any idea?
4
Quote from: trevor on April 15, 2009, 11:17:39 am
It may as you say look cleaner, but are you sure that a search engine prefers it? You are actually presenting the search engine with less information. i.e. There is no model information and the manufacturer and category aren't spelled out as clearly.


But my boss prefers it, just kidding :D.

Maybe we could append the model info to the URL, example:

http://www.konakart.com/konakart/Keyboards/Microsoft/Microsoft%20Internet%20Keyboard%20PS/MSINTKB/

Anyway, I found this site, they use KonaKart too:
http://www.whimsandlikes.com/favors/Welcome.html
5
Quote from: trevor on April 15, 2009, 11:07:54 am
What would you want instead of this?

http://www.konakart.com/konakart/SelectProd.do?prodId=25&manufacturer=Microsoft&category=Keyboards&name=Microsoft%20Internet%20Keyboard%20PS/2&model=MSINTKB



http://www.konakart.com/konakart/Keyboards/Microsoft/Microsoft%20Internet%20Keyboard%20PS/
6
Quote from: trevor on April 15, 2009, 08:57:31 am
Whimsandlikes uses KonaKart. Have you tried contacting them directly?


Hi again :D

No, I didn't. They publishes their email on the contact form but I'm not sure that's the email of the developer department.

I think they are using the Tuckey URL rewrite (http://tuckey.org/urlrewrite/).
7
Quote from: trevor on April 15, 2009, 09:18:07 am
If it has the product name, manufacturer and category on the URL, why do you say that it isn't friendly? Search engines will pick up that information.


But the URL is not nice one, example, the different between these 2 URLs:

http://localhost:8082/konakart/SelectCat.do?catId=4&prodsFound=2&redir=true&category=Graphics%20Cards

and

http://localhost:8082/konakart/Graphics%20Cards/

It looks clean, and nice, right?
8
Quote from: heidi on May 17, 2008, 05:49:51 am
Hi,

Have you seen this?:  http://www.konakart.com/configurationfaq.php#How_can_i_configure_search_engine

Heidi


As far as I understand, this one only append the product name, category name ... to the URL on the address bar, it doesn't make the URL friendly.
9
Programming of KonaKart / Friendly URL on Konakart?
April 15, 2009, 08:48:04 am
Hi guys,

Has anyone successfully made the URL friendly with the search engine? Like this one :
http://www.whimsandlikes.com/favors/Welcome.html

Thanks in advance, and sorry for my English.
10
Programming of KonaKart / Re: Forward to Admin Login
January 21, 2009, 02:14:58 am
Quote from: ryanlynch on November 16, 2008, 11:03:25 pm
Thanks for the response.

I decided to just build out a custom login page in my app using the KKAdminIf API -- works well!


Hi ryanlynch,

Could you tell me how to implement the custom login page in another web app, using KKAdminIf API?
I have a custom web app, and I intend to insert it into the custom section of Konakart admin. But I need to check whether the user has logged in or not.

Thank you, and sorry for my English :D

Have a nice day!