• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 28, 2024, 07:07:57 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 - Asset

31
I tried to add the name and password as follows but it doesn't work:

<input type="hidden" name="name" value="store1-admin@konakart.com">
Or
<input type="hidden" name="username" value="store1-admin@konakart.com">

and also i tried to set the password

<input type="hidden" name="password" value="******">

The main purpose of doing that is to have only one jsp that the admin enter:username,password and store then send this data to konakartAdmin.html to login
32
Dear All,

How can I configure "Google Analytics" in multi store so that each store shows its own reports?? I know that each store will have different url so google will provide me different code to be placed in the pages, but in the Messages.properties which value i will add to analytics.code property??

Any help in that pls
33
thanks Julie so much for ur great help. It works fine with me but I have more question can I do the same with the username for example?? to send it with the store id and save it in a hidden values??
34
Really sorry Julie. But  I didn't get ur point. If I will create new page that contains the same konakartadmin.html so what the difference i will get??

Here is my new jsp or html:

<html>
   <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <link rel='stylesheet' href='KonakartAdmin.css'>
      <title>Store 1 KonaKart Admin Application</title>
      <meta name="Version" content="5.7.5.0">
      <meta name="Date" content="1:41PM 13-Oct-2011 BST">
   </head>
   <body>
       <div id="nowloading" style="position:absolute;left:50%;top:50%"><img src="loader.gif"/></div>
      <div id="kkAdmin"></div>
      <iframe id='__gwt_historyFrame' style='width:0;height:0;border:0'></iframe>
      <iframe id="__printingFrame" style="width:0;height:0;border:0"></iframe>
      <input type="text" id="userName" name="userName"/>
      <input type="text" id="password" name="password"/>
      <input type="hidden" name="store" value="store1">
   </body>
</html>

this code will never work for sure:S
35
Sorry Julie for disturbance but I don't understand how can I create a page like konakartadmin.html and already this html include only "konakartadmin.nocache.5.7.5.0.7154.js'" this is generated from gwt??

Could you please clarify more?

Thanks for your help.

36
Thanks Julie but my problem is that we are creating the stores dynamically. So i can not create html for each store as I don't know how many store I will have?

Is there any way to change in konakartadmin.html to have free text box (not combo box) to let the admin enter the store name/id he want??
37
Thanks Julie for your reply.

I thought in the solution of making 2 htmls but how can I make different urls and pick one of them? do you mean that I have to make rewrite rule for example ?
38
Dear all,

How can I provide different admin urls to different store?

Example: I have 2stores: store1 and store2. I want admin1 to access store1 with "store1.localhost:8780/konakartadmin" and admin2 access his store admin with "store2.localhost:8780/konakartadmin"

Appreciate your quick response
39
Thanks for your reply but what does it mean "Insert a store in a mall" role?

Another question: If I have 5stores, I know that I can assign different styles and layout to each store. what if the admin wants to create another store and use the same style of  one of the 5stores. can the admin choose the styles used or specific template while creating the new store?

Appreciate your quick response
40
Dear All,

I would like to assign role to user to add new store (in a mutli-store environment) at the same time not to make this user a "Super User", is it possible?

I added "Insert a store in a Mall" for "Store admin" but this is not workin?

Appreciate your quick response
41
Thank your for your quick reply, i need to know if i don't follow these steps and make my own code, does this will impact other modules like Order invoices, payment information...etc

Does it will impact other modules if i used my own payment code instead of coping an existing [and didn't follow the steps of creating payment module as an existing one]?
42
What are the benefits that i am going to gain if i make my new payment module like the one already in Konakart as [authorizenet,payjunction,yourpay..etc] taking into consideration that i will just use cash on delivery (cod) & credit card (cc) and i don't want to permit the admin to (control payment module) by enabling or disabling my payment module?

If i made my own action (control & business logic) and saved payment details information and then connect directly to payment gateway is it the best practice?

Or there are other advantage -than admin control on Payment module- of creating payment module as the one already in Konakart
43
I know that I can change the number returned from the search results in the admin configuration. But what I am asking if I want to retrieve ALL the products, what is the value I have to set in Maximum Values?? i tried -1 but it didn't accept it.
44
Dear all,

There is an issue while uploading an image with arabic name. The image is saved in the folder with dummy characters but in the model with the right name. so when you try to retrieve the image it always gives "image not found"

Appreciate your quick response
45
Dear All,

I want to retrieve ALL products according to some criteria regardless the number of max rows.

I am using "kkAppEng.getProductMgr().searchForProducts(ps)". This method always return 20 records and make paging. I wnat to get the whole records.


Appreciate your quick response