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

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 - Tim Davenport

1
Programming of KonaKart / using price2 in an order
September 17, 2010, 07:28:45 am
Hi All

Is there a way out of the box to tell the createCheckoutOrder process to use product price2 rather then price/price1?

Regards,

Tim Davenport
Hansen technologies
2
Programming of KonaKart / deprecated new KKEng()
July 02, 2009, 03:10:56 am
Hi Alll     

We have a fairly heavily modified version of KK, and I am currently doing the upgrade from 2.2.6.0 to 3.2.0.0 and have noticed the deprecation of the KKEng() constructor.
     
we use the following code example all over the place to to get configuration items from the configuration table.

KKConfiguration conf;
            KKEng eng = new KKEng();

            conf = eng.getConfiguration("MODULE_PAYMENT_XXXXX_KEY");

...

order.setDivision(conf.getValue());

what is now best practice to get these configuration items?
bearing in mind not all of our classes that use these configuration items have an active KKAppEng (classes exposed as Web services )