• Welcome to KonaKart Community Forum. Please login or sign up.
 
June 30, 2025, 01:09:16 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 - vijapandey

1
hi

you can use product options
            String prodId = request.getParameter("prodId");
             prodIdInt = new Integer(prodId).intValue();

            ProductIf selectedProd = kkAppEng.getProductMgr().getSelectedProduct();

            kkAppEng.getProductMgr().fetchSelectedProduct(prodIdInt);


Enjoy

Vijay Pandey