Dec 26

Convert Existing Documents to Products via Kentico CMS API

A very common request that my team and I receive at BizStream revolves around adding on a new chunk of functionality to a web site. This request can come in the form of social media integration or a customer feedback form, but 9 times out of 10 it has to do with adding e-commerce functionality to an existing site. This type of work is very common for sites that have been around for awhile or previously acted as just a brochure type site.

These sites commonly already had product pages defined, but were only intended to serve out information about each product or service a company offers. As a web site grows, the logical next steps are to add the infamous “Buy Now” button, configure e-commerce store settings, hook up a payment gateway, and start collecting more revenue (hopefully).

The above steps are all easy to do if the site is built with content management system like Kentico, but what if the site has 100, 500, or even 1,000 products that already exist? I sure would not want to create those SKUs by hand. This scenario is a perfect time to use some automation to solve the problem.  Below is an example code snippet that used the Kentico CMS API to accomplish this task.

Read more »

Jul 14

Automatically Post Your Content to Twitter and Facebook using Kentico CMS 7 - Part 3

In part 1 of this mini blog post series we setup a Twitter App that we will connect Kentico CMS to automatically publish content to. In part 2 of the series we walked through doing the same thing but with Facebook. Now as we wrap things up, this post will complete the series by getting down to heart of the new Auto Publishing feature of Kentico CMS 7. So if you have not read the previous two posts in the series please do so now, and then come back for the finale.

Read more »

Jul 14

Automatically Post Your Content to Twitter and Facebook using Kentico CMS 7 - Part 2

In part 1 of this mini blog post series we setup a Twitter App that eventually we will connect Kentico CMS to automatically publish content to. This post will continue the series by showing you how to create the last piece of setup that we need, the Facebook App and the Facebook Page. So if you have not read the introduction post please do so now, and then come right back.

Read more »

Jul 14

Automatically Post Your Content to Twitter and Facebook using Kentico CMS 7 - Part 1

This post continues my review of some of the new features of Kentico CMS 7. Up next on my list is the new Auto Publishing feature. This feature adds even more social media integration between Kentico CMS and Twitter / Facebook. The icing on the cake is that Auto Publishing comes right out of the box, no custom code is needed. Today I am not only going to review how to use the new Auto Publishing feature of Kentico, but also show you how to add it to any custom document type that you might have.

Read more »