KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: David on December 18, 2007, 11:06:14 pm

Title: Can't add small prices options
Post by: David on December 18, 2007, 11:06:14 pm
Hi,

I'm adding products to my shop, some of them are like this:

price ex. tax = 0
price with attribute1 = 0.60
price with attribute2 = 0.75
price with attribute3 = 1

the problem is that when I see the product in my shop only the price of the attribute3 is shown

any idea to solve it?

Regards

David
Title: Re: Can't add small prices options
Post by: julie on December 19, 2007, 09:24:38 am
Hi David,

We've reproduced your problem and have identified a small bug in displaying the option price. Therefore you can either increase the price of your options  ;) or install the attached patch.

Take the class called ProdOption.class and place it in a directory called konakart/WEB-INF/classes/com/konakart/al . You have to re-start Tomcat in order for it to pick up the new class instead of the one in the jar.

Regards,

Julie
Title: Re: Can't add small prices options
Post by: David on December 19, 2007, 09:33:36 am
Thanks!!!!

I will install that patch as soon as I can  ;D
Title: Re: Can't add small prices options
Post by: David on December 20, 2007, 09:10:02 am
it works fine, thanks for all