Context Sensitive Content (CSC)
Sections:
Database Table
Set up
Subcomponent HTML Pages
Suggestive Selling Content
Suggestive Selling Buybuttons
Category Descriptions
Brands Descriptions
Search Engine Content
E-mail Broadcasts
Knowledge-base or Message Board
Blog Tools
Subcomponent Html Content Management
Context Sensitive Content (CSC) is a powerful system which renders embedded content on-the-fly for visitors which contain messages and information keyed to the exact activity or source of the visitor. CSC is also used to create e-mailable content which is sent out via the e-mail broadcast system and knowledge-bases.
CSC can be used in these ways and more:
Website customization is required for all functions other than "SUGGESTIVE SELLING CONTENT" (manual version).
This content is displayed in the product showcase page merged onto the page after the buy buttons. This content is often used in combination with Suggestive Selling Buy Buttons (CSC ContentType = 8)
The CSC record for this content is ContentType = 1.
The CSC Key fields are used:
key1 = keyword is the record selection or linkage field
notes:
This CSC is used to implment suggestive selling such as: "Theres items are best purchased together."
This is a buy button which is displayed on the product showcase page after any Suggestive Selling Content (Contenttype=1) is displayed. CSC linked Items with FFPs will not have their FFP dialogs rendered, instead a CUSTOMIZE or other buttons will replaced the BuyButton for this item.
The CSC record for this content is ContentType = 8.
A CSC Suggestive Selling Content Record (ContentType = 1) must also
The CSC Key fields are used:
key1 = keyword is the record selection or linkage field
key2 = The sku for the suggestive selling BuyButton item to be included
notes:
This content is displayed on any website page as merged or replaced content. This CSC function requires custom ASP webpage development on the site. The key purpose of this Search Engine CSC is to dynamically display different webpage content based on the search engine terms which were entered into the such engine (such as Google or Yahoo).
The CSC record for this content is ContentType = 2.
The CSC system will first attempt to match all four keys (key1,2,3,4), then three keys (key1,2,3), then two keys (key1,2), with one key matches discarded.
The CSC Key fields are used in an SQL select clause to
match incoming HTTP Referral information as follows:
key1 = Search Phrase 1
key2 = Search Phrase 2
key3 = Search Phrase 3
key4 = Search Phrase 4
notes:
The CSC ContentLocation field must match root the webpage being loaded.
This content is used for creating content for e-mail broadcasts or for I-CRM e-mails. The CSC subsystem can be used to create standard set of reusable e-mails or a one time e-mail. Using CSC is the typical way e-blast are authored and sent.
There are two different kinds of CSC E-Mails:
In the case of I-CRM e-mails the CSC content can contain I-CRM mail-merge variables which are replaced with values taken from DB records.
The CSC record for this content is ContentType = 3.
These entries for e-mail broadcasts are:
Make sure all records (CSC and Advertisements) are enabled.
The format of the e-mail:
From: sales@mybiz.com To: mycustomer@theirbiz.com Subject: You have left un-purchased items in your shopping cart
|
VERY IMPORTANT Do not change the record being sent until the e-mail blast has completed. Do not run more than one broadcast job at time. Changing the record before the e-mail blast has begun or running multiple jobs at the same time can result in unexpected results such as mixed subject lines or duplicate emails beging sent out. To check status on an I-CRM job load either the CSC Admin page or Job Queue. When an I-CRM job completes, an email will be sent to the return address set for the message AND to the CC Mail list configured for the storefront.
CATEGORY DRILLDOWN DESCRIPTIONS
This content is used solely as a means of adding a description for category icons when in Matrix product browsing mode. The content of each CSC will be displayed next to the category icon in a similar format as seen in the product display level of drilldown browsing.
The CSC record is related to a category by key1.
E-store framework the configuration keyword catDrilldownLabeling = true OR listingCatDrilldownLabeling = true
The CSC record for this content is ContentType = 5 for products and 6 for listings.
These entries for category labels are:
Note: Categories flagged with an "@" in the category name must use the full category name including the "@" in the category name field of the CSC record.
This content is used solely as a means of adding a description for brand icons when in Matrix browsing mode. The content of each CSC will be displayed next to the brand logo (icon) in a similar format as seen in the product display level of drilldown browsing.
The CSC record is related to a brand by key1.
E-store framework the configuration keyword brandDrilldownLabeling = true
The CSC record for this content is ContentType = 7.
These entries for brands labels are:
SUBCOMPONENT HTML CONTENT MANAGEMENT
CSC can be used to manage the static SUBCOMPONENT HTML content on any webpage (see Dynamic Content Management for more details). Using the CSC admin page is user friendly means of accomplishing the same type of static content management which is done via FTP and an off-line editor.
KNOWLEDGE-BASE OR MESSAGE BOARD
CSC can be used to create newsletters, mini-blogs, message boards, bulletin boards, announcement, or other collections of articles and factoids.
This content can be used for e-mail broadcasts.
The CSC record for this content is ContentType = 1000 - 2000; where each numeric value is a separate knowledge-base
These entries for are:
The system is linked into the e-mail broadcasting system, so with the push of button you can send an article in an e-mail blast to all customers who have signed up (think e-mailed newsletter). In an e-mailed newsletter, up to three type 10 ads will be included at the end of all broadcasts.
SendSafe comes with a Knowledge-base reader. This webpage is designed to index and display a set of articles. To use the Knowledge-base reader, open the webpage: Store.kbreader.asp?Ctype=1000 (where Ctype = the set of records defined by ContentType).
The reader displays a dated list of articles chronologically at the top of the webpage. Clicking on any article will open the article in the "viewer pane" located directly below the list. In the example below, someone has clicked on the "Electric cars of the Future" link.
Set of articles are managed with a very easy to use Admin page. Articles can have any kind of HTML, pictures and text. There is a built in HTML editor on the admin page OR you can use some other editor and then copy & paste.
CSC can be used to create full featured blogs.
This content can be used for e-mail broadcasts.
The CSC record for this content is ContentType = 3000 - 10000; where each numeric value is a separate blog
These entries for are:
Formatting of headlines is controlled by each record by the CSCheadlineFormatCode. Each headline is display in a separate content box arranged one after the other vertically on a page. Beyond the verticial orientation, all other fortmat is controlled by the code.
Headlines:
- Headline code 1 = Standard vertical layout with picture CSCpicturefileB, title, and summary one below the other. The read more link is at the end of the summary. Horizontal lines seperate each headline. BlogFmt1
- Headline code 2 = Abbreviated horizontal layout with picture CSCpicturefileB on the left and a text block on the right consiting of: date,author, & title (no summary). The read more link is at the end of the the content block. BlogFmt2
- Headline code 3 = Press Release layout with date on the left and the title (no summary) on the right. The read more link is at the end of the the title block. BlogFmt3
Articles:
- Article code 1 = Standard vertical layout with picture CSCpicturefileB, title, and article one below the other. The go back link is at the end of the article. BlogArticleFmt1
- Article code 10 = Same as #1, standard vertical layout with picture, title, and article one below the other. the difference is the picture is CSCpicturefileB. The go back link is at the end of the article. BlogArticleFmt1
- Article code 2 = This is 100% Free-form content except for the return (goback) link. All content other than the link it derrived from the ContextSensitiveContent.Content DB field.
- Article code 3 = Press Release layout title, date and release one below the other. CSCpicturefileA will be displayed if present. The go back link is at the end of the release. BlogArticleFmt3
Each headline box is not placed in a table row. Each line is a paragraph break or some other height controlled break. Entire groups of headlines can therefore be easily placed within a table cell (column) as part of top level page layout.
Formatting headlines and articles using CSS is accomplished with the following selectors. Each selection is the same name for each format code (except the number is different i.e. BlogFmt1, BlogFmt2, etc.). There are two sets of CSS selectors; one for headlines and one for articles.
The system is linked into the e-mail broadcasting system, so with the push of button you can send a blog article in an e-mail blast to all customers who have signed up (think e-mailed newsletter). In an e-mailed blog article, up to three type 10 ads will be included at the end of all broadcasts.
Basic Article navigation is accomplished with bart codes. To display a full article a URL parameter is added to the URL the current page. This parameter is called bart code. The bart code is it indexkey for the article to display.
SendSafe comes with tools to display blogs:
Set of articles are managed with a very easy to use Admin page. Articles can have any kind of HTML, pictures and text. There is a built in HTML editor on the admin page OR you can use some other editor and then copy & paste.