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

Topics - jmandala

1
Configuration of KonaKart / Shipping Methods
June 19, 2009, 10:10:27 pm
When I proceed to checkout using the demo store in my recent install, I don't have the option to select any shipping methods. Do I need to setup zones or something? What might I be missing?
2
Can anyone let me know if it would be difficult to return product results sorted alphabetically, ignore leading articles such as "a, an, the"?

Thanks! 
3
I would like to program a bookstore in KK. In order to do that I need to be able to associate products, often books, with authors. The product page would list all the authors, and have links to each author page. The author page would include a photo (optional) and a bio + other text, like tour schedule and so on. It would also include a reference back to all the available products display image, title, price, etc.

An example of what I would like to achieve has been built by the Soundstrue shop. And example is here:

Product Page: http://shop.soundstrue.com/shop.soundstrue.com/SelectProd.do?prodId=328&manufacturer=Sounds%20True&category=Tibetan&name=Pure%20Meditation


Author Page: http://shop.soundstrue.com/authors.soundstrue.com/chodronp/

I can imagine how I could enter the text and links to the author pages within the product text field. But I'm not clear on how I would be handle the author information. Specifically, does KK admin provide any admin for creating and managing author information? And is the best way to display the author information to simply custom code each author page, and include some sort of call back function to get a list of associated titles? Or is this a good candidate for the OpenCMS (or other CMS) integration?

Please let me know if this is not clear.

I look forward to your thoughts!

Joshua
4
Configuration of KonaKart / Admin Skins?
June 19, 2009, 02:15:57 am
We are considering using multi-store to host other companies stores, but we're concerned that the admin skin looks a bit "amateur", especially when compared with the attractive KK public website.

My question is whether it is possible to skin the admin site? It looks like at a minimum it should be easy to swap out some of the graphics? For that matter, in the rare case that you aren't aware of it, I would point you to the attractive "Crystal" icon theme. I'm not sure if the license allows for redistributing it, but it's worth exploring. http://www.everaldo.com/crystal/?action=downloads

Thanks!
5
I'm not sure if this is the best place to post this question, but here goes!

In our installation, we will want to transmit a data feed for pick/pack lists to the warehouse. In addition we will want to receive shipping notification for orders from the warehouse, and bill the credit cards based on what has shipped.

I haven't seen (probably overlooked!) any information on KK's docs relating to how orders are fulfilled after they have been entered. I would like help answering the following questions:

1. What process & workflow do folks use to fulfill orders?

2. At what point do people charge CC's?

3. Is there a best practice or doc that discusses this anywhere?

Thanks so much!

Joshua
6
Configuration of KonaKart / Back Ordering?
June 19, 2009, 01:30:54 am
Does KK provide any back ordering features? For example, a custom cart I built allows a user to order items that are out of stock. The order goes into a holding pattern and when it comes back into stock, it automatically gets fulfilled.

If it doesn't already have this feature, does is there a recommended approach for how I could hire someone to build it for me?

Thanks for a very interesting and promising product!

Joshua
7
When I try to build the onepagecheckout for GTW in 3.2.0.0, I get the following error output. Can anyone provide some clues as to the source and resolution of the problem?

[root@rd onepagecheckout]# ../bin/ant
Buildfile: build.xml

clean:
     [echo] Cleanup...

compile:
     [echo] Compile the sources
    [mkdir] Created dir: /opt/services/mandaladesigns/shop-demo.mandaladesigns.com/custom/onepagecheckout/bin
    [javac] Compiling 71 source files to /opt/services/mandaladesigns/shop-demo.mandaladesigns.com/custom/onepagecheckout/bin
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [echo] GWT-Compile the sources

setConfigs:
     [echo] Set Configs to:
     [echo]     adapter         = mysql
     [echo]     driver          = com.mysql.jdbc.Driver
     [echo]     user            = USR
     [echo]     password        = PWD
     [echo]     url             = jdbc:mysql://localhost:3306/shop_demo?zeroDateTimeBehavior=convertToNull
     [echo]     validationQuery = select 1

run:
     [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /opt/services/mandaladesigns/shop-demo.mandaladesigns.com/custom/onepagecheckout/lib/libswt-win32-3235.so
     [java]    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1677)
     [java]    at java.lang.Runtime.load0(Runtime.java:770)
     [java]    at java.lang.System.load(System.java:1005)
     [java]    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:132)
     [java]    at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
     [java]    at org.eclipse.swt.widgets.Display.<clinit>(Display.java:125)
     [java]    at com.google.gwt.dev.GWTShell.<clinit>(GWTShell.java:301)
     [java] Could not find the main class: com.google.gwt.dev.GWTShell.  Program will exit.

BUILD FAILED
/opt/services/mandaladesigns/shop-demo.mandaladesigns.com/custom/onepagecheckout/build.xml:117: Java returned: 1