• Welcome to KonaKart Community Forum. Please login or sign up.
 
March 28, 2024, 12:26:26 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.

Messages - heidi

1
Shopping Widgets / Shopping Widgets
May 16, 2012, 10:14:37 am
Hello KonaKart Community,

We'd like to bring your attention to a new feature that will be in the next public release of KonaKart. We'll be introducing Shopping Widgets and we have added a couple to a facebook page for you to try out http://www.facebook.com/konakart/app_190322544333196 .

We're very excited about this feature because it will give our customers the opportunity to spread the word about their products on multiple web sites such as social networks and blogs. A single widget displays details of a product and allows a prospective buyer to configure the product, add it to the cart, see the final price (including shipping, taxes and promotions) and initiate the checkout process. What's more, a widget can be associated with an affiliate code to reward your affiliate partners.

Please take a look at the demo and let us know what you think (reply to this post or create a new post in this section) because we may still be in time to add some good ideas for the next release.

Thanks - hopefully you will be able to make creative use of these Shopping Widgets!
2
Just in case that wasn't clear...  the points 1) to 4) at the end of Greg's post were options... you don't do all of them... just choose one of them!
3
Hi Jason, That's good news.  Thanks for confirming that!
4
Greg has written a simple step-by-step guide for installing on Liferay which might help:

http://www.konakart.com/forum/index.php/topic,1429.msg5703.html#msg5703
5
Reporting / Re: GetDbParams is not defined
March 31, 2010, 02:42:06 pm
I can't think why it would be a java version issue.  Why do you suspect that?

Isn't it just that it can't find the jar?   I can sympathise as I've often had trouble trying to find the right place for these things with BIRT reports.

The purpose of the GetDbParams is to get the db parameters from the defined properties file.

You might just find it a lot easier to work with if you plug in your own db values instead.  The BIRT designer is a little esier to work with if you do this as you get sample values for your queries etc.
6
You can show whatever images you like, large or small.   You can use any naming convention you like so long as your JSP code can find them.

7
Have you tried moving konakart_import_export.jar into your konakart webapp?
8
It's very simple...  just study the examples and documentation for using the SOAP APIs generally:

http://www.konakart.com/docs/soapAPIs.html

The examples are for the application engine (KKWSEng)...  for the admin engine's web services just basically replace KKWSEng with KKWSAdmin and you're all set.

9
As you have found, you need to enable the web services.  The easy way to do that is using the ant task enableWebServices.  Check the docs...

By the way, KonaKart uses Axis 1.4 for its web services.

Also, it's *far* easier to use the web services versions of the KonaKart engines (KKWSEng and KKWSAdmin) to code web service clients if you're using java.

The example you're following is possible but it's a lower-level technique.  With the web service versions of the KonaKart engines, you just instantiate the engines and you're ready to call methods..  all the SOAP work is done for you.   One advantage in using this technique over the way you're doing it is that the interfaces to the two KonaKart engines are identical between the direct and SOAP versions.  Therefore, this allows you to instantiate the engine you require (SOAP or direct) by name at runtime to give you tremendous implementation flexibility.

--Heidi



10
Yes, you are free to make each store look completely different if you wish.
11
Configuration of KonaKart / Re: FCKEditor
March 12, 2010, 01:47:31 pm
We have already integrated a Rich Text Editor for the next version ok KonaKart..    See attachment.

Not sure when the next public release will be (for the version that comes after 4.2.0.1) but if any supported customers are interested in taking an early version, please get in touch through the normal channels.



12
I clicked through and had no problems at all.... 

I see you aren't using the one page checkout.  Maybe you just changed that?

13
This could be related to a GWT incompatibility with your browser.   

Have you tried accessing it with another browser?

What is the javascript error that you get?  (I'm assuming you're getting one of these).

Which version of KonaKart are you using? and which browser?
14
Normally people would change the JSPs to display the images how they want.

If you want to stick close to the demo storefront application you should supply image sets per product as follows:

product.jpg            100x80
product_big.jpg       400x320

product_1.jpg         100x80
product_1_big.jpg   400x320

product_2.jpg         100x80
product_2_big.jpg   400x320

product_3.jpg         100x80
product_3_big.jpg   400x320

product_4.jpg         100x80
product_4_big.jpg   400x320

Look at the examples provided to see what I'm describing here.   Look at what is stored for the respective product images in the Admin App for this naming convention..  from this definition the image names above are derived by the demo application - so they must follow the above naming convention for it to work.

Some shopkeepers make the mistake of using images that are far too large which frustrates visitors on lower bandwidth connections... so try to keep your images as small as you can!

15
Installation of KonaKart / Re: instalation sql server
February 22, 2010, 12:07:33 pm
So it appears that SQL Server 7 doesn't support FUNCTION definitions.  You'll need a more recent version of SQL Server that supports those.  I'm not certain when they introduced support for FUNCTIONs..  but SQL Server 7 is pretty old now (? 1998).   I know that SQL Server 9 (SQL Server 2005) works fine so I expect that newer versions also work...   SQL Server 8 (SQL Server 2000) may also work, but I haevn't tried it myself.