• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 19, 2025, 07:54:30 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 - barcode

1
Allright, I implemented the first way, works so far but my heart bleeds because of the performance lost...

Would be nice to see if the next KK version has support for sorting prices inluding the tax.

To way 2: I feared that I miss to update the COSTUM1 field somewhere and show a wrong price to the customer, a catastrophe for a shop in my opinion.

So far.

Barcode
2
Hi there,

I just tried to get my products sorted by price incl the tax but found no way to do that.

String sortByPrice = DataDescConstants.ORDER_BY_PRICE_ASCENDING;
dataDescriptor.setOrderBy(sortByPrice);

Only gives me ordered products without the tax but I use different tax classes for products which
leads to badly sorted products showing the price including the taxes.

Is there a switch I missed or does KK simply don't support this scenario?

Thanks for help.