• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 07, 2025, 04:17:06 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 - salieri

1
Programming of KonaKart / how to get free shipping cost
September 03, 2009, 02:38:07 pm
Hi,
Is it possible to get price of free shipping when this module is set to false ?

when I try this :
<%=kkEng.formatPrice(quote.getFreeShippingOver())%>

I get null value.

Greetings
Salieri
2
Hi,
I'd like to add new shipping module with the same functionality as flat rate has, but with different shipping cost and description.
How can I hit this ? I was trying to copy flat rate and change name of class and everything with word "shipping". But KonaKart still doesn't see my new module.
Which code in flat rate I must change ?
3
problem solved

I added this in konakartadmin.properties

torque.dsfactory.store1.connection.url      = jdbc:mysql://localhost:3306/konakart?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8
4
yes,
unfortunately in my data base polish letters are also represent by "?"
page admin is coded in ISO-8859-2, can I change it to UTF-8 in some way ?

5
hi,
version of my konakart is :  3.2.0.0 (built 9:06PM 1-Feb-2009 GMT)
version of my mysql db :  5.0.51a

when I try to add new product in admin application which contains polish letters it replaced them with "?"
I tried with my data base charset set as uft-8 and latin2 but it changed nothing.

what can I do ?