• Welcome to KonaKart Community Forum. Please login or sign up.
 

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

16
Hello Marco,

I changed C:\Konakart\webapps\konakart\WEB-INF\classes\Messages_en.properties, and also for the other languages. Added:
my.returns.page.message=This is the Return field

I changed C:\KonaKart\custom\appn\src\com\konakart\actions\ReturnsAction.java. Changed the line:
returnsContent = kkAppEng.getMsg("common.add.info");
in
returnsContent = kkAppEng.getMsg("my.returns.page.message");

Restarted Konakart.

Still I see "Add your information here", when I start the client. Is the src directory the right place to change ReturnAction.java? Not some where in the wepapps directory? I did exactly what you wrote, but still I do not see any change in the Return field. What do I miss?

Thanks
Hans


17
Just an simple example with commands, so the JSP will be build with the new context.
18
Thanks Marco for your reply,

I changed ReturnsAction.java as you wrote.I also add in all the Message.properties files my.returns.page.message = This is returned.

I restarted Konakart server (is this needed?), opened the UI Konakart client, but I do not see the message in Returns field. It still displays "Add your information here" instead of "This is returned".

Do I miss a step? A build or something? How do I display the text in the client?

Thanks
19
Configuration of KonaKart / HTTP Status 500 error
December 09, 2020, 01:44:38 am
When I set Enable KonaKart Content in the Administration tool and I startup the Konakart UI client, program crashes immediately in the MainLayout.JSP. See att error.txt.

It is a standard installation on Windows 10 and XAMPP

Thanks for any answers.
20
How do I change the content text for for instance AboutUs or Returns? I can change it in the AboutUsBody.jsp, but thats not likely the idea of content management. I change some text fields in the database (text) in Content id23, but when I startup the Konakart client and I click on About Us or Returns, I do not see the text in AboutUs field or in Returns field.

So how can I change this text in the database, and see the result in the Konakart client?

Thanks
Hans
21
Programming of KonaKart / Using API (how)
December 06, 2020, 09:20:20 am
In chapter 10 from the user manual, section text content, the following line is written:

"Once the content text is defined you can access it from the storefront using the KonaKart APIs and selecting the required content by specifying its Content Id which is automatically assigned when the content is created."

I do not understand this. "Access from the storefront using the APIs and selecting the content".

Can someone please give me an example step by step how to do this? I am not familiar with this.

Thanks
Hans
22
Programming of KonaKart / Want to change phonenumber
December 05, 2020, 01:16:43 am
Hello,

New at Konakart. Know to write a little in HTML and CSS. When I start up the Konakart UI client, I see in the footer the Konakart email and phonenumber. I only find by search in "Footer_jsp.java" the phonenumber. Many other things I find in these *.java scripts, such as "SelectProd.action", showing banners on the homepage. But all these files are *.java.

I suppose I have to build the files in one way to get a new jsp or whatever. Can someone help me out a little bit, how I change the phonenumber and/or how I build new files, so I can see the changes in the client? Something to do with build.xml and the command ANT? Never done this, so please explain and teach me a little.

Thanks
Hans

I use Windows 10 and XAMPP (for tomcat) and Konkart version 9.4 (latest).