• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 03, 2024, 08:08:12 pm

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

1
Hello KonaKart team,

we've found next problem - languages are remain in shop

Go to Admin section - localisation. There are two languages - EN and DE
Now open the shop (user view). The languages still show Portuguese and Spanish.

Thanks.
2
Hello KonaKart team,

may be someone can help me with this problem?
Database using UTF-8 encoding, but using of UNICODE character code or hexadecimal code or URL encoding (ä).
Can you suggest any solution?

Thanks.
3
Hello.

Please make an improvement for the administration interface. Not all elements on pages there can be customized because of the CSS class definition was lost for them.
The structure should be the same on every page in konakart admin part. The correct structure is:

<body>
<div id="kkAdmin">
<table class="konakart-MasterPanel">
<tr>
......
</tr>
<tr>
<td>
......
</td>
<td>
<table class="konakart-DetailInner">
<tr>
<td>
<table>
<tr>
.........
</tr>
<tr>
<td>
<table>
<tr>
.........
</tr>
<tr>
<td>
_ <table class="konakart-MasterRightPanel">
........
_ </table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>

But some tabs have the other structure. The inner table does not have this class="konakart-MasterRightPanel" so we can't apply the CSS styles to the table (to make the round borders of the box with box-shadow, for example). This tabs are:
1) Tab "Products" - > Update Product Quantities
2) Tab "Products" - > Update Prod Available Date
3) Tab "Tool" - > Delete Expired sessions
4) Tab "Tool" - > Refresh Caches
5) Tab "Tool" - > Manage Solr Search Engine
6) Tab "Tool" - > Publish Products

Thanks.
4
Hi Trevor,

do you have any idea why this error has happened? Will you suggest me something?

Regards,
Irina
5
Why are you ignoring this problem?

Regards,
Irina
6
Hi,

Will anybody answer on my question? Greg?

Thanks.
8
We are using MSSQL 2008 RC2.
9
Sorry I forgot to add that tis is reproduced in administration part.
Yes the error reproduced for default installation also.

Regards,
Irina
10
Hello ,

when I select a Product item in Product menu and sort them by Price I get next error:
(org.apache.torque.TorqueException) - java.sql.SQLException: ORDER BY items must appear in the select list if SELECT DISTINCT is specified.

I can specify full error message if you need.

Thanks,
Irina
11
Hi Greg,

we are using MSSQL 2008 RC2, and, for example, in DB table [dbo].[products_description] column [products_description] has type nvarchar(MAX), nvarchar by default uses UTF-8. When we adding new product it correctly display  special characters, but products added by default (on installation), isn't, for example 'Unterstьtzung fьr zwei bzw.'. The same situation with imported values to table [dbo].[kk_msg]

Can you suggest any solution? How to fix the data that was imported to DB from files? We are using 5.2.0.0v.

Thanks.
12
Hello,

I have an issue in KonaKart application that special characters are not displayed correctly when I'm using German language.∫µ˚¬..."øˆ¨¥†®´∑œå
13
Hello!

Can anyone help me with this problem?

Thanks.
14
Hello,

I have a problem with getting product price with tax and tax itself in % for each product using your API, the fields in DB aren't null. They are simply null.
We are using getOrders() to get the list of order from shop, then we get the list of products for each order getOrderForOrderId();
It is possible to get product price by product ID, but all other important fields for ordered product is Null.

Can you help please?
How to get Tax% for each ordered product using your API?

Thanks for your help.
15
Can anyone please help me?