• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 19, 2024, 10:28:04 am

Recent posts

Pages1 2 3 ... 10
1
Programming of KonaKart / Set Order Currency
Last post by giacomokk - October 10, 2022, 12:40:16 pm
Hi, i'm using konakart v8.5.0.0.

With java api is there a way to create an order setting its currency code?

I'm trying with the CreateOrderOptions class but in my kk version i can't find the 'setCurrencyCode' method.

Can you help me?

Thanks.
Giacomo
2
Programming of KonaKart / How to edit order payment deta...
Last post by giacomokk - March 30, 2022, 03:29:29 pm
Hi, is there a way for editing an order payment details after changing the order payment method?

Regards,
G
3
Programming of KonaKart / Error with tax rates
Last post by giacomokk - February 23, 2022, 06:37:44 pm
Hi, i'm using the community version 8.5.0 and i've an error calculating the tax order total. I see that all the tax rates created are applied to the order total even if i did not defined any tax area mapping record.

Can you help me?
4
Configuration of KonaKart / Error sending Mail on Payara w...
Last post by Andreas - January 30, 2022, 03:51:19 pm
Hi,

since a short time i got this error sending mails:

  30-Jan. 16:43:50 WARN  (EmailSender.java:run:52) Problem Sending email (subject: Email From Tachyon Online) to info@tachyon-online.de
com.konakart.app.KKException: Error sending email: class io.jenkins.plugins.javax.activation.DelegatingCommandMap cannot be cast to class javax.activation.MailcapCommandMap (io.jenkins.plugins.javax.activation.DelegatingCommandMap is in unnamed module of loader jenkins.util.AntClassLoader @502ebe1a; javax.activation.MailcapCommandMap is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @40fa700)
        at com.konakart.bl.Emailer.send(Emailer.java:998)
        at com.konakart.bl.EmailSender.run(EmailSender.java:49)
        at java.base/java.lang.Thread.run(Thread.java:829)

If i undeploy Jenkins 2.332 on Payara 5.2021.10 this error don't appear.

Anybody also this strange issue.

Thx
Andreas
5
Feature Requests / Re: Crowd Funding and Recurrin...
Last post by jon.w - December 15, 2021, 11:40:27 am
Thanks Brian.  Just wondering if there was any further consideration of this feature.

If there are other parties who have an interest in this feature development please do add your thoughts.  Perhaps there is an option to build an extension as a konakart community initiative.
6
Programming of KonaKart / Re: Error by uploading product...
Last post by marco - January 25, 2021, 04:35:33 pm
Hello,

since you changed the default installation path, I think you'll need to fix the relevant web.xml.

For example, for the admin app, you should edit the file:

\webapps\konakartadmin\WEB-INF\web.xml

Changing this code:


...
 <param-name>permittedLocations</param-name>
 <param-value>
 .*/[Kk]ona[Kk]art/data/.*,
 .*/[Kk]ona[Kk]art/digitalDownload/.*,
 .*/[Kk]ona[Kk]art/pdf/.*,
 .*/[Kk]ona[Kk]art/.*/reports/.*/.*rptdesign,
 .*/[Kk]ona[Kk]art/webapps/konakart/images/.*
 </param-value>
 ...

into something like this:

...
 <param-name>permittedLocations</param-name>
 <param-value>
 .*/myshop/webapps/[Kk]ona[Kk]art/data/.*,
 .*/myshop/webapps/[Kk]ona[Kk]art/digitalDownload/.*,
 .*/myshop/webapps/[Kk]ona[Kk]art/pdf/.*,
 .*/myshop/webapps/[Kk]ona[Kk]art/.*/reports/.*/.*rptdesign,
 .*/myshop/webapps/[Kk]ona[Kk]art/webapps/konakart/images/.*
 </param-value>
 ...


Hope this helps.

marco
7
Programming of KonaKart / Error by uploading product ima...
Last post by kameraad759 - January 20, 2021, 07:51:52 am
Hello,

I get the following error, when uploading a product image.

There has been a problem with the upload
Exception Message = Access to file:/E:/myshop/webapps/konakart/images/prod/F/F/2/5/FF252FEA-5071-4812-BFD0-D1AC66606F1D_1_UPLOADED.jpg is not permitted [9.4.0.0]

My DB is named myshop and also the base directory is myshop. The rest is default

What can I do?

Thanks
8
Feature Requests / Sort order on content
Last post by tms - January 19, 2021, 11:34:58 am
Hi!

It would be great if you could define sort order for content in Konakart, or sort content by some field.

Example:
When fetching content by type all content which match the type would be returned sorted in the order which is defined by a "sort order" field on content (similar to the modules sorting)

or

ContentSearchIf would give the option to sort by custom field, or some other field.

I would prefer adding a "sort order" field on all content  :)
9
Configuration of KonaKart / Re: Removing 'Konakart' from U...
Last post by kameraad759 - January 13, 2021, 03:07:10 am
Its a long time ago, I hop you read this post.

But can you tell me how web.xml is like and the config file? Like this:

<filter>
  <filter-name>RedirectFilter</filter-name>
  <filter-class>com.cj.redirect.RedirectFilter</filter-class>
  <init-param>
    <param-name>config</param-name>
    <param-value>E:\Konakart\conf\config.txt</param-value>
  </init-param>
</filter>

<filter-mapping>
  <filter-name>RedirectFilter</filter-name>
  <url-pattern>/konakart/*.jsp</url-pattern>
</filter-mapping>

and the config.txt like:

/konakart/*=http://www.xyz.com

I have no succes with it, but I think I made a mistake.

Thanks
Hans
10
Programming of KonaKart / Hide konakart in URL link
Last post by kameraad759 - January 11, 2021, 01:47:12 am
Hello,

When I use Store front, I see always something like this:

http://www.website.us/konakart/Electronics.......

I do not want to see konakart. I want like this:

http://www.website.us/Electronics.......

Just this seems to be the root of the website.

How can I configure this? Maybe with a hide a part of the link. Can you help me?

Thank
Hans
Pages1 2 3 ... 10