• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 03, 2024, 09:03:30 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.

Topics - 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.

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.
3
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
4
Hello,

I have an issue in KonaKart application that special characters are not displayed correctly when I'm using German language.∫µ˚¬..."øˆ¨¥†®´∑œå
5
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.
6
Hello,

can you please help me. Is it possible using you SOAP interface get the data about products for each order?

Thanks a lot for your help.