Hi, I try to access to current customer cart in a portlet.
I use code provided in java_api_examples. I create a new Object which extends BaseApiExample and then i get an engine instance.
But if i use
KKEngIf eng = getKKEngByName("com.konakart.app.KKEng", engConf);, I can't access to getCustomerMgr().getCurrentCustomer() method.
And of I use
eng = getKKEngByName("com.konakart.al.KKAppEng", engConf);, I can access to the method but eng is
null.
I tried with a MgrFactory but i just have access to getCustMgr() method which does'nt have a getCurrentCustomer() method.
I don't know if I'm clear
What's the good way to get the current customer baskets ?
Thanks !
