• Welcome to KonaKart Community Forum. Please login or sign up.
 

how to get all konakart TaxRates

Started by Iruñea, December 24, 2008, 10:37:19 am

Previous topic - Next topic

Iruñea

Hi Konakarts! :)

Does anybody know how can I get all the different taxes which are defined in kkAdministrator?

order.getTaxRateObjectArray gives me all the taxes a order has but what Im looking for is an array with all kk defined tax rates. Something like this:

eng = new KKEng();
TaxRateIf[] taxes = eng.getAllTaxeRates();


but I dont find such a method in KKEng...

THanks!

trevor

Take a look at the AdminApp API. You'll find it there.