• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 06, 2025, 08:56:33 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.

Messages - bibi

1
Sorry for misguidance

only this on each struts action class called by the jsp is enough and functional

1 Modify de setPageTitle(), setMetaDescription(), setMetaKeywords() functions with the following
        kkAppEng.setPageTitle(getCatMessage(request, "seo.mytitle.title"));
        kkAppEng.setMetaDescription(getCatMessage(request, "seo.mydescription.description"));
        kkAppEng.setMetaKeywords(getCatMessage(request, "seo.mykeywords.keywords"));
2 Recompile
3 replace your konakart_custom.jar from the /lib
2
Hi

I've found a way to do it without much effort, i didnt take time to test all the pages (if problems i will update the post) i would like to share it with you all

1 Change the getKKAppEng() function of the BaseAction.java
2 Modify de setPageTitle(), setMetaDescription(), setMetaKeywords() functions with the following
        kkAppEng.setPageTitle(getCatMessage(request, kkAppEng.getPageTitle()));
        kkAppEng.setMetaDescription(getCatMessage(request, kkAppEng.getMetaDescription()));
        kkAppEng.setMetaKeywords(getCatMessage(request, kkAppEng.getMetaKeywords()));
3 Recompile

4 Adding on the current JSP the following portion of code
will do the job
       <% kkEng.setPageTitle("my.titleforthecurrentjsp");%>
my.titleforthecurrentjsp is the index key of the message catalog u want to set


I didnt check yet the meta keywords, but i will update if any problem detected

It take some time for the generated class to stabilize for the accurate  title, but it work fine now



PS: problem may arise on the performance side, i will check that too

Best regards
3
Hi

I've found a way to do it without much effort, i didnt take time to test all the pages (if problems i will update the post) i would like to share it with you all

1 Change the getKKAppEng() function of the BaseAction.java
2 Modify de setPageTitle(), setMetaDescription(), setMetaKeywords() functions with the following
        kkAppEng.setPageTitle(getCatMessage(request, kkAppEng.getPageTitle()));
        kkAppEng.setMetaDescription(getCatMessage(request, kkAppEng.getMetaDescription()));
        kkAppEng.setMetaKeywords(getCatMessage(request, kkAppEng.getMetaKeywords()));
3 Recompile

4 Adding on the current JSP the following portion of code
will do the job
       <% kkEng.setPageTitle("my.titleforthecurrentjsp");%>
my.titleforthecurrentjsp is the index key of the message catalog u want to set


I didnt check yet the meta keywords, but i will update if any problem detected

It take some time for the generated class to stabilize for the accurate  title, but it work fine now



PS: problem may arise on the performance side, i will check that too

Best regards
4
Hi

I've found a way to do it without much effort, i didnt take time to test all the pages (if problems i will update the post) i would like to share it with you all

1 Change the getKKAppEng() function of the BaseAction.java
2 Modify de setPageTitle(), setMetaDescription(), setMetaKeywords() functions with the following
        kkAppEng.setPageTitle(getCatMessage(request, kkAppEng.getPageTitle()));
        kkAppEng.setMetaDescription(getCatMessage(request, kkAppEng.getMetaDescription()));
        kkAppEng.setMetaKeywords(getCatMessage(request, kkAppEng.getMetaKeywords()));
3 Recompile

4 Adding on the current JSP the following portion of code
will do the job
       <% kkEng.setPageTitle("my.titleforthecurrentjsp");%>
my.titleforthecurrentjsp is the index key of the message catalog u want to set


I didnt check yet the meta keywords, but i will update if any problem detected

It take some time for the generated class to stabilize for the accurate  title, but it work fine now



PS: problem may arise on the performance side, i will check that too

Best regards
5
I thought there was way to do it on the server without recompiling, any way thx

6
Hi,

I am trying to find any easy way to implement Unique Title and meta description for each page( for SEO ) of a website?

By the way,  can you help???
:-[


Thanks
7
Hi,

Is it possible to call getMsgValue() from a client side instance?

<bean:define id="kkEng" name="konakartKey" type="com.konakart.al.KKAppEng"/>

<head>
<% kkEng.setPageTitle(kkEng.getEng().getMsgValue("message.example", 1, "us_US"));%><title ><bean:message key="<%=kkEng.getPageTitle()%>"/></title>
</head>

Errors log says that : getMsgValue function is not defined with KKEngIf

Thanks

8
Hi All,

Is there any easy way to implement this unicity (Unique Title and meta description for each page for SEO )for each page of the website?

Thanks

PS:i'm using the konakart 4.2
9
Really, no way?  :-[

best regards
10
Hi All,

Is there any easy way to implement this unicity (Unique Title and meta description for each page for SEO )for each page of the website?

Thanks

PS:i'm using the konakart 4.2
11
Hi,

Thanks for your answers, do you think i can authorize (or refuse) a checkout process using a coupon code?thanks

Best regards
12
Thanks for the reply,

Is there anyway to do it with the community edition?
Best regards
13
Hi ,

Is there an easy way to configure product invisibility based on the customer group??

Thanks
14
Hi,

I've used the kk community edition under windows (vista) and it works fine, but now i want to convert to linux, is it possible to use the modified files (JSPs and JAR generated with modification)with the Linux OS?

Thanks

   
15
Thanks for your reply