• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 10, 2024, 08:33:03 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 - Michael

1
Can't think of anything really easy.

If you only have a few languages perhaps you could add all the model names for each language in the model field and pick out the appropriate one before you use it?   (You would have to extend the size of the products_model column in the database to use this technique as it's only varchar(12) by default).

Another possibility could be to use the product custom fields to store these.   A possibility would be to store some kind of structure (perhaps XML?) that held a model name for each language. You can save these in custom fields - but you may need to extend the size of the chosen column in the database.

Another possibility would be to use the first 12 characters (or whatever you choose) of the product description where there is always one for each language.

Another possibility would be to introduce a new level of indirection by looking up the model name for the required language using what you place in the model field as the key.   You would have to create a table with columns model-key, language-id and model-name yourself.   You would have to also write some custom code to look up these values at the appropriate times by these things are all possible - Check the User Guide for details on all the various customisation techniques.

If it all seems like too much trouble why not just use a code for the model that would be acceptable in all languages and put anything that's language specific in the product description.   This would seem to be the simplest approach.
2
You should also make sure it starts after a restart of your server.  Again you should ask your ISP about these things.
3
Your ISP should be able to answer that.
4
That's a question for your ISP.
5
This sounds like a question for your hosting company
6
A solution to the logic:iterate problem has been found for Liferay 6.0.5 + tomcat 6.0.26

Just extract the contents of the zip file at the following URL into your konakart/WEB-INF/classes directory, restart Liferay and you will see the categories tile populated with categories!

http://www.konakart.com/kits/IterateTagFix-Liferay-6.0.5.zip
7
Programming of KonaKart / Re: Multiportal issue
October 27, 2010, 11:42:38 am
Yes you can do that with the Enterprise version.

There is a simple example/explanation of how to set this up in the User Guide.  See the  "Multi-Store Configuration and Administration" section.