• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 24, 2024, 07:26:24 pm

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 - ramesh

1
Hi,

I want add one order status to existing order status. I do not known where to change the code for that.

Please help me in this regard.


Thanks in advance.
2

Hi,

Is there any option to provide multiple shipping prices to customers while check out and They can decide which shipping agency they would want their order to be delivered.

Currently we are using ZONES modules. Is there any way to add  multiple shipping agency details using other modules.

please help me.

Thanks in Advance.
3

Hi,

In vm template how values are display.......! means via. which sources file.....
Which classes, vm files is reffering to display the values.....!

Any help can be helpfully..................!
Ramesh
4
Programming of KonaKart / CartItem
March 08, 2010, 10:59:41 am
I'm trying to show more information in editcartbody.jsp. In my test,  I have a trigger to insert values in the customers_basket table, for example in custom1.
The point is that item.getCustom1() returns always null.

item is a com.konakart.al.CartItem object.

its urgent

help me...............!

Thanks in advance
5
Configuration of KonaKart / Shipping based on zone rates
December 03, 2009, 10:01:18 am
hi,

   Can any tell me how this shipping based on rates works..........?
   According to the konakart .. For Example
   "3:8.50,7:10.50,... Weights less than or equal to 3 cost 8.50 for destinations in this Zone. Weights greater than 3 but less than or equal to 7,
   cost  10.50 for destinations in this zone."

  if i give 1:4.50,3:8.50,7:10.50 in shipping module and if i change product weight to 1, @ time of check out shipping charges is still showing 8.50.
  it should show 4.50

  i am not getting it... please can any 1 help me

  Thank You.........!
6
Programming of KonaKart / Implementing Gift Card Support
November 09, 2009, 11:04:42 am
Hi,
we need to support gift cards in a konakart shop. We need support for 2 operations:

1) buy gift cards online using credit card
2) paying for a product using a gift card i.e redeem amount available in Gift Card

Are there any classes already available in Konakart which does this functionality, or should we write our own custom classes to achieve this?

How to differentiate between a normal product and Gift Card?

Kindly throw some light on this topic

Any help / suggestions are highly appreciated.

Thanks in advance  :)
7
Reporting / How to implement pagination in reports.
September 10, 2009, 07:56:07 am


Hi Friends,
 
Any body would tell me How to implement pagination  in reports?
8
Programming of KonaKart / OrderDetails_en .vm file
September 10, 2009, 06:18:16 am

hi,

  In KonakartAdmin orders when we click on edit button its displaying order details via "OrderDetails_en .vm" . All details displayed here is via orders table.
  my requirements i want display some more details. Like i am storing some messages in address_book table custom1 field, i want display this message in
"OrderDetails_en .vm". I thought of storing this messages in some custom1 fields of orders table but all custom fields are fully occupied.
 
  How can i display the messages stored in the address_book table custom1 field in "OrderDetails_en .vm"............?

Any help is much appreciable
Thank You
9
Programming of KonaKart / How to add Page Specific Title?
September 08, 2009, 02:30:23 pm

Hi friends,
 
Is it possible to add page specific title like title is different for different page.
How do I achieve this through property file. Please help me.


Thanks in advance.
   
10
Programming of KonaKart / Emails OrderConfirmation
September 03, 2009, 07:05:22 am
hi,
                                 
      iam trying to insert a product image name in order_products table custom1 field before sending orderconfirmation email and then in orderconfirmation
      email iam trying to send product image.
     
      In saveOrder below i boolean value i made it save false so  orderconfirmation email is not going
      but  image name is successfully inserted in the order_products table custom1 field .

      now how can i send only orderconfirmation email to the customer ....?
 
      there is code below....!


                                int orderId = kkAppEng.getOrderMgr().saveOrder(
                  /* sendEmail */false);
            System.out.println(" my orderId====" + orderId);
            checkoutOrder.setPaymentMethod("Cheque or Cash Deposit");
            checkoutOrder.setPaymentModuleCode("chequeorcash");
            
            
            
            System.out.println("********image insertion **************");
            int order_Id;
            OrderDetailsDao orderDetailsDao_custom = new OrderDetailsDao();
            List<OrderDetailsBean> orderDetailsList_custom = new ArrayList<OrderDetailsBean>();
            orderDetailsList_custom = orderDetailsDao_custom.getOrderDetails();
            ListIterator<OrderDetailsBean> lstitr_custom = orderDetailsList_custom.listIterator();
            
            while (lstitr_custom.hasNext()) {
               OrderDetailsBean orderDetailsBean_custom = new OrderDetailsBean();                  
               orderDetailsBean_custom = (OrderDetailsBean) lstitr_custom.next();
               order_Id = orderDetailsBean_custom.getOrders_id();               
               dao.updateProductImage(order_Id);
            }

   Any help is much appreciable
  Thank you
11
Hi Friends,
Could anyone suggest me how to use setCustom1() method of OrderProductIf class to set image name in that field. I'm trying to achieve his after the response is sent from Payment Gateway.

Any example code would be a great help  :(

Thanks a lot for all your support
12

Hi Friends,
 
  I am trying to get customer password using customer.getPassword() method to send it as a part of welcome mail. But it always returns "null". Does any one has  tried and  found any solution  to achieve this

Please send me your comments.

Thanks in advance.
13
Programming of KonaKart / com.konakart.bl exception
August 19, 2009, 11:19:50 am
 Hi Friends,
I decompile EmailMgr.class file. Then i try to compile this java file after some modification, I got erro,any body would explain any wrong in this code. I am very sure that there is no error in two lines of mine code.

Thanks in advance.



public Emailer getEmailer()
        throws KKException
    {
        return new Emailer();
        Exception exception;
        exception  ;  // Here is erro :  Syntax error, insert "AssignmentOperator Expression" to complete Expression
        if(exception.getClass().getName().equals("com.konakart.app.KKException"))
        {
            throw (KKException)(KKException)exception;
        } else
        {
            throw new KKException(exception);
        }
    }
14
Reporting / how to use exsting css in our new report
August 14, 2009, 08:10:15 am
Hi friends,

I am new to birt report.I generated a new report,This look and feel (table) should be same as konakart report.

I do not known how to make use of exsting css konakart in my report.

Thanks in advance.
15
Reporting / Birt viewer error
July 28, 2009, 02:02:03 pm
  I am using birt-rcp-report-designer-2_5_0


I am new to  birt viewer.
  I am not able connect to data base.



  I got this error while test connection ;
Plz  give which driver class , driver url and JNDi url i have to give .

org.eclipse.birt.report.data.oda.jdbc.JDBCException: The selected driver cannot parse the given url.
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.testConnection(JDBCDriverManager.java:591)
   at org.eclipse.birt.report.data.oda.jdbc.ui.util.DriverLoader.testConnection(DriverLoader.java:118)
   at org.eclipse.birt.report.data.oda.jdbc.ui.profile.JDBCSelectionPageHelper.testConnection(JDBCSelectionPageHelper.java:635)
   at org.eclipse.birt.report.data.oda.jdbc.ui.profile.JDBCSelectionPageHelper.access$7(JDBCSelectionPageHelper.java:619)
   at org.eclipse.birt.report.data.oda.jdbc.ui.profile.JDBCSelectionPageHelper$7.widgetSelected(JDBCSelectionPageHelper.java:541)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
   at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
   at org.eclipse.jface.window.Window.open(Window.java:801)
   at org.eclipse.birt.report.designer.ui.dialogs.BaseDialog.open(BaseDialog.java:110)
   at org.eclipse.birt.report.designer.data.ui.actions.EditDataSourceAction.doAction(EditDataSourceAction.java:68)
   at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:70)
   at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
   at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
   at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
   at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
   at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.birt.report.designer.ui.rcp.DesignerApplication.run(DesignerApplication.java:38)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
16
Reporting / Birt viewer
July 27, 2009, 11:21:41 am


how Can add extra column to rtp design files?



Plz help me?