<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hybrid Forge &#187; shopping cart software</title>
	<atom:link href="http://www.hybridforge.com/blog/tag/shopping-cart-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hybridforge.com/blog</link>
	<description>eCommerce Consultants</description>
	<lastBuildDate>Thu, 02 Sep 2010 21:56:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Custom Design Skins for Interprise Suite eCommerce</title>
		<link>http://www.hybridforge.com/blog/221/web-design/create-interprise-suite-custom-skin/</link>
		<comments>http://www.hybridforge.com/blog/221/web-design/create-interprise-suite-custom-skin/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 22:25:14 +0000</pubDate>
		<dc:creator>Rod Miles</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[eCommerce Software]]></category>
		<category><![CDATA[interprise suite]]></category>
		<category><![CDATA[shopping cart software]]></category>

		<guid isPermaLink="false">http://www.hybridforge.com/blog/?p=221</guid>
		<description><![CDATA[I recently developed another custom eCommerce design skin for one of our Interprise Suite eCommerce (ISE) clients. While I have created custom design skins for ISE several times, each time I begin I realize how few online resources are available to help web designers skin the shopping cart side of ISE.]]></description>
			<content:encoded><![CDATA[<p>I recently developed another <a href="http://www.hybridforge.com/design-forge/ecommerce-web-design.php">custom eCommerce design skin</a> for one of our <a href="http://www.hybridforge.com/ecommerce-software/interprise-suite.php">Interprise Suite eCommerce (ISE)</a> clients. While I regularly design custom skins for ISE, each time I begin I realize how few online resources are available to help web designers skin the shopping cart side of ISE. So, I decided to walk through an example of creating a custom design with a different home page design/layout then the design/layout of the inner pages of the site. </p>
<p><strong>Notes on this example:</strong> I assume the reader to have a web design mockup file ready (e.g., a Photoshop file), and to have an intermediate skill level for writing valid X/HTML markup and CSS. This example also assumes that Interprise Suite is installed and that the website is up and running in your dev environment.</p>
<h3>ISE Skin Basics</h3>
<p>Some basic Interprise Suite concepts that will make your custom design skin experience go smoothly:</p>
<ul>
<li>You can invoke a different skin through a browser by using the following querystring, where &#8220;X&#8221; is the unique skin #:<br />
<em class="padLeft">http://www.my-ecommerce-site.com/?skinid=X</em></li>
<li>All skin templates are located in the following directory, which is where you should put your CSS, images, Javascript, and custom XmlPackage files:
<div class="padLeft"><em>&#8230;/my-ecommerce-site/skins/skin_X/</em><br />
<em> &#8230;/my-ecommerce-site/skins/skin_X/css/</em><br />
<em> &#8230;/my-ecommerce-site/skins/skin_X/XmlPackages/</em><br />
etc.</div>
<p>(<strong>Note:</strong> make a backup copy of &#8220;&#8230;/skin_1/&#8221; you&#8217;ll need this later, plus just in case anything goes wrong throughout your customization process and you need to revert.)</li>
<li>Learn to love <em>Skin Tokens</em>, you&#8217;ll use these a lot. Skin tokens are snippets of text [e.g., (!SKINTOKEN!)] that you can place in your template files for automatically adding specific ISE information to your template. For example, following are the skin tokens I typically use in my templates. Some of the information generated by these tokens can be setup in the ISE client tool:
<ul>
<li>(!METATITLE!) &#8211; page title</li>
<li>(!METADESCRIPTION!) &#8211; page meta description</li>
<li>(!METAKEYWORDS!) &#8211; page meta keywords</li>
<li>(!JAVASCRIPT_INCLUDES!) &#8211; required in your template (ISE Javascript libraries)</li>
<li>(!PAGEINFO!) &#8211; not required, but very useful for generating page instantiation info</li>
<li>(!USERNAME!) &#8211; by default, this generates &#8220;You&#8217;re logged in as: <a href="#">XYZ</a>&#8220;</li>
<li>(!SKINID!) &#8211; the current skin id being used, useful for various path-ing requirements</li>
<li>(!SIGNINOUT_TEXT!) &#8211; by default, switches between &#8220;Login&#8221; and &#8220;Logout&#8221; automatically as necessary</li>
<li>(!SIGNINOUT_LINK!) &#8211; by default, switches between &#8220;signin.aspx&#8221; and &#8220;signout.aspx&#8221;</li>
<li>(!MINICART!) &#8211; generates a &#8220;mini shopping cart&#8221; to show items currently added to a visitor&#8217;s cart</li>
</ul>
</li>
</ul>
<h3>Creating the Interprise Suite Skin Template Files</h3>
<p>Now for the good stuff. Web designers have their own personal process for generating the required X/HTML markup and CSS from a design mockup file (like a Photoshop file). I&#8217;m not going to suggest any changes to your process, but here is the general process I use for customizing ISE:</p>
<div class="imptBox">
<h4>My ISE Customization Steps:</h4>
<ol>
<li>Create HTML template files and CSS from a design file. Plus, a couple of quick sanity tests for the design.</li>
<li>Create custom ISE image buttons (used throughout the site).</li>
<li>Wire-up the required ISE components: ASP.net controls, XmlPackages, and Skin Tokens in your template.</li>
<li>Upload your files and change necessary configuration options in the ISE client.</li>
<li>Reset the ISE Web Cache</li>
</ol>
</div>
<h4>1. Create HTML Template Files and CSS Stylesheets</h4>
<p>So, you have a design mockup already &#8211; great! In my example I&#8217;ve created a different &#8220;home&#8221; page layout than the &#8220;inner&#8221; pages of the site. I&#8217;m not going to detail how to cut up your design file &#8211; there are lots of great resources online that would do more justice to the topic than I. That said, to follow along, get your design cut up into 2 HTML files with the following structure on your local/testing server:</p>
<div class="padLeft">home template:   &#8230;/ise-template/home-template.htm<br />
inner template:   &#8230;/ise-template/template.htm<br />
css file(s):    &#8230;/ise-template/css/<br />
image file(s):   &#8230;/ise-template/images/<br />
javascript file(s):   &#8230;/ise-template/js/</div>
<p>For now, don&#8217;t worry about getting any of the String Tokens in place. Focus on the HTML and CSS of the template files themselves and perform the following sanity tests on your design:</p>
<ul>
<li>How does font-scaling work +/- 2 font sizes? Does your design hold together?</li>
<li>Have you used CSS font-families so that visitors without your fancy &#8220;minion pro&#8221; font still have a good browsing experience? Just a note, while the infamous &#8220;Tahoma&#8221; looks great in most Windows environments, in Safari (Windows &amp; Mac) it looks chunky &#8211; consider using something more Safari friendly in your font-family.</li>
<li>How does your design work in various versions of Safari, Firefox, Google Chrome, and Internet Explorer (IE)? <a rel="nofollow" href="http://litmusapp.com/" target="_blank">Litmus</a> can help you determine this. And for the various versions of IE, I&#8217;ve been using a handy little tool (still in alpha release at the moment my writing) called <a rel="nofollow" href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IE Tester</a>.</li>
<li>How does your design look and handle in a mobile browser like Blackberry or IPhone? eCommerce customers shop from all kinds of devices.</li>
</ul>
<h4>2. Create Custom ISE Image Buttons</h4>
<p>The buttons i&#8217;m referring to are the buttons that come with the default skins included with ISE. For example:</p>
<p align="center"><img src="http://www.hybridforge.com/images/interprise-suite/buttons/browsebycategory.gif" alt="ISE Button 1" /><br />
<img src="http://www.hybridforge.com/images/interprise-suite/buttons/1_billinginfo.gif" alt="ISE Button 2" /></p>
<p>If you like these buttons, use them. If you don&#8217;t, get ready for a little Photoshop fun as (from my last count) there are over 100 different image buttons to customize throughout the website. All these buttons can be placed in your images folder:</p>
<div class="padLeft">&#8230;/ise-template/images/</div>
<p>Be sure to name them properly, else ISE won&#8217;t be able to find them. First, make a backup of all default skin buttons that come with ISE (check a default skin directory of ISE &#8220;../my-ecommerce-site/skin_1/images/&#8221;) and copy them wherever you&#8217;re checking your design cuts (&#8220;…/ise-template/images/&#8221;). Then as you create each new button, simply overwrite the same image button file, ensuring the file name stays the same.</p>
<h4>3. Wire-up the Required ISE Components</h4>
<p>Now that your basic design is tested and the general ISE image buttons are customized, it&#8217;s time to hook up your template with ISE. First things first, copy your &#8220;template.htm&#8221; file and rename it &#8220;template.ascx&#8221;; and copy your &#8220;home-template.htm&#8221; file and rename it &#8220;home-template.ascx&#8221;. These are the required ASP.net extensions for ISE.</p>
<p><em>Required ASP.net Components for your template:</em></p>
<ol>
<li>Take a look at the backup copy of &#8220;skin_1&#8243; you made before you started &#8211; you did make one, right? Open &#8220;skin_1_backup/template.ascx&#8221; and copy the first 3 lines of the file into your custom &#8220;template.ascx&#8221; file. They should begin something like &#8220;&lt;%@&#8230;&#8221; &#8211; these are the ASP.net controls and registers.
<div class="code">
<ol>
<li><span>&lt;%@ Control Language=&#8221;c#&#8221; AutoEventWireup=. . . %&gt;</span></li>
<li class="alt"><span>&lt;%@ Register TagPrefix=&#8221;ComponentArt&#8221;. . . %&gt;</span></li>
<li><span>&lt;%@ Register TagPrefix=&#8221;ise&#8221;. . . %&gt;</span></li>
</ol>
</div>
</li>
<li>Just inside your &lt;body&gt; tag, place the following line. This line basically translates into your &lt;form&gt; tag which makes all the ISE whiz-bang magic possible:
<div class="code">
<ol>
<li><span>&lt;body&gt;</span></li>
<li class="alt"><span>&lt;asp:Panel ID=&#8221;pnlForm&#8221; runat=&#8221;server&#8221; Visible=&#8221;false&#8221;  /&gt;</span></li>
</ol>
</div>
</li>
<li>Inside the &#8220;content area&#8221; of your templates, place the following ASP.net tag. This tag is where &#8220;content&#8221; items (such as topics, shopping carts, messages, etc.) will be displayed in your template:
<div class="code">
<ol>
<li><span>&lt;div id=&#8221;content&#8221;&gt;</span></li>
<li class="alt"><span>&lt;!&#8211; ISE Content Area &#8211;&gt;</span></li>
<li><span>&lt;asp:PlaceHolder ID=&#8221;PageContent&#8221; runat=&#8221;server&#8221;&gt;</span></li>
<li class="alt"><span>&lt;/asp:PlaceHolder&gt;</span></li>
<li><span>. . .</span></li>
<li class="alt"><span>&lt;/div&gt;</span></li>
</ol>
</div>
</li>
</ol>
<p><em>Instantiate the Skin Tokens Required</em>:</p>
<ol>
<li>The &lt;head&gt; section of your template files should look something like this:
<div class="code">
<ol>
<li><span>&lt;head&gt;</span></li>
<li class="alt"><span> &lt;title&gt;(!METATITLE!)&lt;/title&gt;</span></li>
<li><span> &lt;meta name=&#8221;description&#8221; content=&#8221;(!METADESCRIPTION!)&#8221; /&gt;</span></li>
<li class="alt"><span> &lt;meta name=&#8221;keywords&#8221; content=&#8221;(!METAKEYWORDS!)&#8221; /&gt;</span></li>
<li><span> &lt;link href=&#8221;/skins/Skin_(!SKINID!)/css/default.css&#8221;<br />  rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; /&gt;</span></li>
<li class="alt"><span> &lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; <br />  charset=utf-8&#8243; /&gt;</span></li>
<li><span> &lt;script src=&#8221;/jscripts/core.js&#8221; type=&#8221;text/javascript&#8221;&gt;<br /> &lt;/script&gt;</span></li>
<li class="alt"><span> (!JAVASCRIPT_INCLUDES!)</span></li>
<li><span>&lt;/head&gt;</span></li>
</ol>
</div>
</li>
<li>Include the (!PAGEINFO!) token just below the opening &lt;body&gt; tag and before the previously mentioned ASP.net tag:
<div class="code">
<ol>
<li><span>&lt;body&gt;</span></li>
<li class="alt"><span>(!PAGEINFO!)</span></li>
<li><span>&lt;asp:Panel ID=&#8221;pnlForm&#8221; runat=&#8221;server&#8221; Visible=&#8221;false&#8221; /&gt;</span></li>
</ol>
</div>
</li>
<li>Include the (!USERNAME!) token wherever your design calls for it, I typically put this information inside the top (or header) section of the design:
<div class="code">
<ol>
<li><span>&lt;div id=&#8221;header&#8221;&gt;</span></li>
<li class="alt"><span>&lt;span id=&#8221;userName&#8221;&gt;(!USERNAME!)&lt;/span&gt;</span></li>
<li><span>.  .  .</span></li>
<li class="alt"><span>&lt;/div&gt;</span></li>
</ol>
</div>
</li>
<li>Breadcrumbs:
<div class="code">
<ol>
<li><span>&lt;div id=&#8221;breadcrumbs&#8221;&gt;(!SECTION_TITLE!)&lt;/div&gt;</span></li>
</ol>
</div>
</li>
<li>My Shopping Cart and Login/Logout links:
<div class="code">
<ol>
<li><span>&lt;a href=&#8221;(!SIGNINOUT_LINK!)&#8221; id=&#8221;topLogin&#8221;&gt;<br />(!SIGNINOUT_TEXT!)&lt;/a&gt;</span></li>
<li class="alt"><span>. . .</span></li>
<li><span>&lt;a href=&#8221;/shoppingcart.aspx&#8221; id=&#8221;topCart&#8221;&gt;<br />My Shopping Cart ((!NUM_CART_ITEMS!))&lt;/a&gt;</span></li>
</ol>
</div>
</li>
<li>Mini-cart Display, which I typically use on a side panel.
<div class="code">
<ol>
<li><span>&lt;div id=&#8221;miniCart&#8221;&gt;(!MINICART!)&lt;/div&gt;</span></li>
</ol>
</div>
</li>
</ol>
<p><em>Instantiate your ISE XmlPackages:</em></p>
<ol>
<li>Call the Search Box XmlPackage:
<div class="code">
<ol>
<li><span>&lt;div id=&#8221;iseSearchBox&#8221;&gt;(!XmlPackage<br />Name=&#8221;skin.search&#8221;!)&lt;/div&gt;</span></li>
</ol>
</div>
</li>
<li>If you want to display your shop categories, call the Categories XmlPackage:
<div class="code">
<ol>
<li><span>&lt;div id=&#8221;catListing&#8221;&gt;(!XmlPackage<br />Name=&#8221;rev.categories&#8221;!)&lt;/div&gt;</span></li>
</ol>
</div>
</li>
</ol>
<p>There are several other XmlPackages available to you, depending on your needs and the type of eCommerce website you are creating. Check the ISE documentation for more help on this.</p>
<div class="imptBox dlBox">You can download <a href="http://www.hybridforge.com/blog/post-assets/hf-ise-template.txt" target="_blank" title="hf-ise-template.txt">my ISE sample template</a>, but please review it for compliance with your specific version of ISE. This one was written for ISE 5.3.</div>
<h4>4. Upload your Files &amp; Change ISE Client Configuration Options</h4>
<p>Upload your template files (all images, all css, and .ascx files) to the desired skin directory. Typically, I just use Skin_1. Since I&#8217;ve already made a back-up of this, there is no harm in having your Skin set as Skin_1 &#8211; plus it saves you one step in the ISE client. Overwrite all the existing files with the ones you have created. Leave all the other files there, as-is. There&#8217;s no need to mess with them at this point. Now, all your files should now be uploaded to the server in a directory structure similar to this:</p>
<div class="padLeft">…/my-ecommerce-site/skins/skin_1/template.ascx<br />
…/my-ecommerce-site/skins/skin_1/home-template.ascx<br />
…/my-ecommerce-site/skins/skin_1/css/&#8230;<br />
…/my-ecommerce-site/skins/skin_1/js/&#8230;<br />
…/my-ecommerce-site/skins/skin_1/images/&#8230;</div>
<p>Next, open and login into your Interprise Suite client tool. Inside the client, you&#8217;ll need to goto the &#8220;eCommerce&#8221; module (800 eCommerce), and open &#8220;Utilities &gt; Setup &gt; Application Configuration&#8221;. (In here, make sure if you have multiple websites running, you are working with the correct site.)</p>
<p>Inside the &#8220;Application Configuration&#8221; select the group name &#8220;SITEDISPLAY&#8221;. There is an option here called &#8220;DefaultSkinID&#8221;, make sure this is set to the same Skin_X directory you are using for your skin files. If you are overwriting Skin_1 (as I have suggested) you do not need to change this, typically.</p>
<p align="center"><img src="http://www.hybridforge.com/blog/post-assets/ise-default-skinid.png" alt="Interprise Suite Default Skin ID" width="498" height="54" /></p>
<p>Then, select the group name &#8220;SKINS&#8221;. There are 2 options here to change. Ensure that &#8220;HomeTemplate&#8221; is set to the same file name you uploaded to the server (in this example &#8220;home-template.ascx&#8221;. The &#8220;HomeTemplateAsIs&#8221; option should be set to &#8220;false&#8221; if you are allowing users to define content on the home page through the ISE client &#8220;Topics&#8221; pages. If you set this to value to &#8220;true&#8221; then ISE will assume that you are providing all content for the home page inside your &#8220;home-template.ascx&#8221; file itself.</p>
<p align="center"><img src="http://www.hybridforge.com/blog/post-assets/ise-home-template.png" alt="Interprise Suite Default Skin ID" width="498" height="69" /></p>
<h4>5. Reset the ISE Web Cache</h4>
<p>You&#8217;ll likely need to reset the ISE web cache for your design to take effect completely. Also, if you make any changes to the template and/or ISE configuration settings you may need to reset it again, so it&#8217;s nice to know where to find it in the ISE client tool. One place you can find the &#8220;Reset Web Cache&#8221; button is under the eCommerce module (800 eCommerce), then select &#8220;Tools&#8221; > &#8220;Web Store&#8221;. Once inside the &#8220;Web Store&#8221; option, at the top of the tool bar you can see the button:</p>
<p align="center"><img src="http://www.hybridforge.com/blog/post-assets/ise-reset-web-cache.png" width="450" height="95" alt="ISE Reset Web Cache" /></p>
<h3>Congratulations &#8211; Your ISE Custom Skin Is Now Active!</h3>
<p>At this point you should be able to see your custom design skin for Interprise Suite on the front-end of the website. Customizing Interprise Suite eCommerce can be tricky at points, but it&#8217;s worth it in the end as ISE is one of the best eBusiness solutions online when you need to manage inventory and provide eCommerce. </p>
<p>I hope i&#8217;ve helped you see how you can get around some of the issues of creating a custom ISE skin and that you&#8217;ve found this useful. We would love to hear from you if you have other thoughts on the process outlined above. If you have further questions about customizing Interprise Suite we invite you to <a href="http://www.hybridforge.com/contact.php">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hybridforge.com/blog/221/web-design/create-interprise-suite-custom-skin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Strategies for a Successful eCommerce Site Part 2: Choose your Platform</title>
		<link>http://www.hybridforge.com/blog/86/ecommerce-strategy/part-2-choose-your-platform/</link>
		<comments>http://www.hybridforge.com/blog/86/ecommerce-strategy/part-2-choose-your-platform/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 04:15:18 +0000</pubDate>
		<dc:creator>Geoff Kliza</dc:creator>
				<category><![CDATA[eCommerce Strategies]]></category>
		<category><![CDATA[eCommerce platform]]></category>
		<category><![CDATA[shopping cart software]]></category>

		<guid isPermaLink="false">http://www.hybridforge.com/blog/?p=86</guid>
		<description><![CDATA[Choosing your eCommerce Platform - There are a number of eCommerce products to choose from Each has its strengths and weaknesses and finding the right fit depends greatly on the types of products you are selling and the size of your budget.]]></description>
			<content:encoded><![CDATA[<h2><strong>Part 2: Choose your eCommerce Platfor</strong>m</h2>
<p>There are a number of eCommerce products to choose from that range from hosted (<a title="eBay" href="http://pages.ebay.com/storefronts/start.html" target="_blank" rel="nofollow">ebay</a>, <a title="Amazon" href="http://webstore.amazon.com/WebStore-for-eCommerce-Business/" target="_blank"  rel="nofollow">Amazon</a>), to free open sourced (<a title="OSCommerce" href="http://www.hybridforge.com/ecommerce-software/oscommerce.php" target="_blank">OSCommerce</a>, <a title="Magento" href="http://www.hybridforge.com/ecommerce-software/magento.php" target="_blank">Magento</a>), to licensed (<a title="AspDotNetStoreFront" href="http://www.hybridforge.com/ecommerce-software/aspdotnetstorefront.php" target="_blank">AspDotNetStoreFront</a>, <a title="ISE" href="http://www.hybridforge.com/ecommerce-software/interprise-suite.php" target="_blank">Interprise Suite eCommerce</a>). Each has its strengths and weaknesses and finding the right fit depends greatly on the types of products you are selling and the size of your budget. There are 3 key strategic considerations when choosing a platform: Inventory management, SEO,  and Cost.</p>
<h3>1) Inventory Management and Point of Sale:</h3>
<p>Managing inventory is tough. Managing the same inventory in two places is ridiculous. If you have an existing inventory management system in place, you should look for an eCommerce solution that can synchronize or integrate with your existing software.</p>
<p>If you have a brick and mortar operation but are only putting a small subset of products on the Web, consider the future. It will be a lot easier to work from an inventory management / Point of Sale solution and push products to the Web than to build an on-line inventory and try to link that with your Point of Sale later. Look for a package that <a title="Hybrid Commerce" href="http://www.hybridforge.com/hybrid-commerce.php" target="_blank">integrates Inventory Management, PoS and eCommerce</a> at a minimum.</p>
<h3>2) SEO Friendliness:</h3>
<p>Let&#8217;s face it, SEO is no longer a competitive advantage on the Internet; it is a necessity. You will spend time and money initially and in the long run to attract customers to your site. You should be very careful when choosing an eCommerce platform that it formats HTML and URLs in an <a title="Becoming Search Engine Friendly" href="http://www.hybridforge.com/design-forge/search-engine-optimization.php">SEO friendly manner</a>. Most current eCommerce platforms will do this, but some are better than others. Part 3 is dedicated to SEO considerations.</p>
<h3>3) Cost Factors:</h3>
<p>Typically, the key strategic decision in choosing a platform is if you can get it to do what you need within your allotted budget.  The following are areas that will cost you time and money when implementing your eCommerce solution:</p>
<ul>
<li>Software Licenses</li>
<li>Web Hosting</li>
<li>Site configuration and Product Setup</li>
<li>Graphics Design and Layout</li>
<li>Custom Feature Development</li>
<li>Payment Gateway Integration</li>
</ul>
<p>The trick is to pick the software that will minimize your costs in these areas while providing the maximum alignment with your product marketing strategy.</p>
<h4>Software Licenses</h4>
<p>If your needs are simple, you can probably get away with available open-source (free!) software. As your needs become more complex, there is often a trade off between license fees and custom development. A open source site may cost $10K in customization to get it to do what a $1K licensed shopping cart may do out of the box.</p>
<h4>eCommerce Web Hosting</h4>
<p>There are many providers who offer eCommerce software as a service (SaaS), where you can essentially rent an eCommerce site and payment system. This may be a way of offsetting expensive license fees, or a cost effective way of testing a product in the eCommerce sphere. Otherwise you will have to <a title="hosting" href="http://www.hybridforge.com/ecommerce-operations/secure-web-hosting.php" target="_blank">host your eCommerce site</a> somewhere.</p>
<h4>Site Configuration and Product Setup</h4>
<p><span style="color: #808080;"><strong><em>Number of Products</em></strong></span></p>
<p>Adding one item to your store is easy. Adding 1000 might not be. You will want to look at the ways you can upload inventory information into the software including images, product descriptions, key words and any other configuration the software allows. Some packages will offer import wizards, others will require some SQL skills, which may mean the difference between some one-on-one time with Excel or hiring a consultant.</p>
<p><span style="color: #888888;"><strong><em>Types of Products</em></strong></span></p>
<p>This will be a deciding factor for some packages: they simply may not support the types of product you want to sell. Most current packages support downloads and hard goods. Services can be somewhat tricky depending on what information the customer is required to provide. Some platforms support kit items (think <a target="_blank" title="Dell Computers" href="http://www1.ca.dell.com/content/products/category.aspx/desktops?c=ca&amp;cs=cabsdt1&amp;l=en&amp;s=bsd"  rel="nofollow">Dell&#8217;s computer configuration</a>), some don&#8217;t. Some make it easy to create product attributes (matrix items) (size and color as an example) where some require you to create separate items for every SKU.</p>
<p><span style="color: #888888;"><strong><em>Product Information</em></strong></span></p>
<p>How do you intend to communicate your product value proposition? Can it be done simply with words and pictures, or does it require animation or more sophisticated media? Most <a title="eCommerce Software Packages" href="http://www.hybridforge.com/ecommerce-software.php">eCommerce software packages</a> support multiple images, which in many cases is enough to communicate the necessary features of a product, but you may have some special requirements like Flash integration or product feature grids.</p>
<h4>Graphics Design and Layout</h4>
<p>This is one area where you have good control over your costs. If you have a small budget, sites like <a title="Template Monster" href="http://www.templatemonster.com/category.php?tid=-+Any+-&amp;search_words=-+Any+-&amp;from_=-+Any+-&amp;to=-+Any+-&amp;type=14,16,18,27&amp;cat=&amp;style=&amp;author=" target="_blank" rel="nofollow">Template Monster</a> provide templates for OSCommerce, Magento, Zend Cart, and C.R.E. Loaded. If you have a larger budget and are positioning your brand in a premium space you should consider spending money here for a <a title="Custom eCommerce Web Design" href="http://www.hybridforge.com/design-forge/ecommerce-web-design.php">custom eCommerce web design</a>.</p>
<p>Some packages are easier to skin than others. Some also allow for multiple skins that can be easily changed, scheduled, or triggered by category.</p>
<h4>Custom Feature Development</h4>
<p>If you have specific requirements that are met by existing features, then you can often get the features built by <a title="Software Customization" href="http://www.hybridforge.com/design-forge/software-customization.php">custom software design shops</a>. Again, this often a cost trade off with licenses, but some packages are more development friendly than others. If you are determined to develop some features, try to pick software that has a strong development community and a track record for easy customization.</p>
<h4>Payment Gateway Integration</h4>
<p>Whether you are planning to use third party gateways like Google Checkout and Paypal, or you want to integrate with your existing merchant accounts it is important to understand what support is available for receiving payments. <a title="Payment Gateway Customization" href="http://www.hybridforge.com/ecommerce-operations/payment-gateways.php">Payment gateway customization</a> can be expensive, but at the end of the day, this is the point at which you make your money on-line so it has to work. I&#8217;ll go into more detail on this in Part 4.</p>
<h3>Budgeting and choosing what&#8217;s right for you</h3>
<p>Now that you know what you&#8217;re after, take a look at the software platforms that are out there. Don&#8217;t fear the expensive ones because they can often save you an immense amount of time, and therefore cost, to set up and configure your store. Find the best fit for your budget that aligns with your objectives and start turning your eCommerce vision into a revenue stream!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hybridforge.com/blog/86/ecommerce-strategy/part-2-choose-your-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
