KonaKart Community Forum

Installation / Configuration => Shopping Widgets => Topic started by: heidi on May 16, 2012, 10:14:37 am

Title: Shopping Widgets
Post by: heidi on 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 (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!
Title: Re: Shopping Widgets
Post by: innes on May 16, 2012, 10:59:11 am
Looks really good.

Will it be in both Community & Enterprise editions?

Can you filter what products are available in the widget?  For example can I select only certain categories. manufacturers or product types?

I can see lots of applications.

Regards,
Innes
Title: Re: Shopping Widgets
Post by: ryan on May 16, 2012, 11:10:27 am
QuoteWill it be in both Community & Enterprise editions?


I don't think the commercial aspects have been finalized yet.

QuoteCan you filter what products are available in the widget?


The first widget we've developed that you can see in the demo is for a single product. You define the product id in the html that you insert:

<div kkProdId='1' kkAffiliateId='86754' class="kk-prod" />


The widget above displays product with id == 1.

In the future we may develop more widgets that show arrays of products etc.
Title: Re: Shopping Widgets
Post by: rkonakart on January 14, 2013, 12:50:36 pm
Dear ryan,

This is very nice idea I like it so much but I have a question:

How to embed my HTML to the Facebook :S Shall I have to know how to create application on Facebook or what? I need more detailed steps if possible.
Title: Re: Shopping Widgets
Post by: ryan on January 14, 2013, 01:03:33 pm
You just need to have your own Facebook page and add some JavaScript to it for each widget:

<div kkProdId='1' kkAffiliateId='86754' class="kk-prod" />

<script type="text/javascript">
      var url = "http://www.konakart.com/konakart/widgets/prodWidget.min.js";
      document.write(unescape("%3Cscript src='" + url
        + "' type='text/javascript'%3E%3C/script%3E"));
</script>

See  https://www.facebook.com/konakart/app_190322544333196 for an example.
Title: Re: Shopping Widgets
Post by: rkonakart on January 14, 2013, 02:20:32 pm
I created static HTML application and I added the following code but nothing happen:(I don't know much about Facebook applications :S)

<div kkProdId='1' kkAffiliateId='86754' class="kk-prod" />

<script type="text/javascript">
      var url = "http://www.konakart.com/konakart/widgets/prodWidget.min.js";
      document.write(unescape("%3Cscript src='" + url
        + "' type='text/javascript'%3E%3C/script%3E"));
</script>
Title: Re: Shopping Widgets
Post by: ryan on January 14, 2013, 05:13:38 pm
Try:

<td><div kkProdId='2' kkAffiliateId='86754' class="kk-prod" /></td>

<script type="text/javascript">
  var url = "https://www.konakart.com/konakart/widgets/prodWidget.min.js";
  document.write(unescape("%3Cscript src='" + url
            + "' type='text/javascript'%3E%3C/script%3E"));
</script>

It was recently made https.
Title: Re: Shopping Widgets
Post by: rkonakart on January 14, 2013, 10:32:29 pm
thanks Ryan, yes the problem was in "https"
Title: Re: Shopping Widgets
Post by: rkonakart on February 13, 2013, 11:29:03 am
Did you change the link of your widget?

This one not working now
https://www.konakart.com/konakart/widgets/prodWidget.min.js
Title: Re: Shopping Widgets
Post by: ming on February 13, 2013, 11:44:22 am
It's because of the new 6.5.0.0 version.... just released...   it works here:

http://www.facebook.com/konakart/app_190322544333196 (http://www.facebook.com/konakart/app_190322544333196)

Try:
var url = "https://www.konakart.com/konakart/shoppingWidgets/js/prodWidget-6.5.0.0.min.js";
Title: Re: Shopping Widgets
Post by: rkonakart on February 13, 2013, 03:22:19 pm
You will keep the support with the enterprise version 6.3 or you will stop supporting it?
Title: Re: Shopping Widgets
Post by: ming on February 13, 2013, 03:43:31 pm
Do you mean JSON support?   JSON is fully-supported in all Enterprise versions from at least 6.3.0.0   

First support of JSONP was in v6.3.0.0
Title: Re: Shopping Widgets
Post by: rkonakart on February 14, 2013, 09:55:38 am
No I mean general if there is any issues in 6.3 you will support it (in case the fix in 6.5 for example)
Title: Re: Shopping Widgets
Post by: Brian on February 14, 2013, 11:27:49 am
For supported customers we have a policy of supporting versions for about 5 years after their final release dates.   I have just checked the support contract and can confirm that support is provided for v6.3.0.0 until end of 2017.

In practice it's normally a good idea to upgrade long before the 5yr limit comes up in order to keep up with other dependant products and systems - eg. java versions, database versions, browsers etc. etc..

We try to make it as easy as possible to upgrade KonaKart between releases so that the cost of upgrading is not high.   If you program your solution using the APIs the upgrade is usually extremely painless as we try to make the APIs backwards compatible between versions.
Title: Re: Shopping Widgets
Post by: rkonakart on February 19, 2013, 10:58:54 am
Thanks Brian for your clarification :)

Last question and really sorry for disturbance, Can we buy version 6.3 or when we buy we have to get the latest version?
Title: Re: Shopping Widgets
Post by: Brian on February 19, 2013, 11:27:48 am
I don't see why not but it's not for me to say.  You should write to sales@konakart.com for that kind of question.
Title: Re: Shopping Widgets
Post by: rajesh.yalee on January 31, 2015, 11:08:59 am
Hi

Can you let me know :

how to get js code of shopping widgets and in fb where to add ?