<?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>dawhoo &#187; aspdotnetstorefront</title>
	<atom:link href="http://www.dawhoo.com/tag/aspdotnetstorefront/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dawhoo.com</link>
	<description>a little this a little that</description>
	<lastBuildDate>Fri, 23 Jul 2010 04:58:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SWF Viewer for ASPDotNetStoreFront</title>
		<link>http://www.dawhoo.com/swf-viewer-for-aspdotnetstorefront/</link>
		<comments>http://www.dawhoo.com/swf-viewer-for-aspdotnetstorefront/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 22:11:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Technology]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Management]]></category>
		<category><![CDATA[aspdotnetstorefront]]></category>
		<category><![CDATA[Shopping Cart Image Viewer]]></category>
		<category><![CDATA[SWF Image Viewer]]></category>

		<guid isPermaLink="false">http://www.dawhoo.com/?p=82</guid>
		<description><![CDATA[If you are using ASPDotNetStoreFront for your shopping cart, then you know how the popup image viewer looks and to me, it doesn't look all that great. After working with ASPDNSF for some time, I am finally starting to 'get it' and I thought I would share some of my secrets for working with this shopping cart.]]></description>
			<content:encoded><![CDATA[<div id="attachment_85" class="wp-caption alignleft" style="width: 310px"><a href="http://www.hostelboardcompany.com/p-1646-oneill-hyper-freak-mens-boardshorts-blu.aspx" target="_blank"><img class="size-medium wp-image-85" title="swf_image_viewer" src="http://www.dawhoo.com/wp-content/uploads/2009/06/swf_image_viewer-300x243.jpg" alt="swf_image_viewer" width="300" height="243" /></a><p class="wp-caption-text">ASPDotNetStoreFront SWF Image Viewer Popup</p></div>
<p><a href="http://www.hostelboardcompany.com/p-2017-oneill-psychofreak-2535-mens-wetsuit-0910-3347.aspx"><strong>SWF Image Viewer Demo</strong></a> (this is a live site, so if you order something, you will be charged!)</p>
<p>If you are using <strong>ASPDotNetStoreFront</strong> for your shopping cart, then you know how the popup image viewer looks and to me, it doesn&#8217;t look all that great. After working with ASPDNSF for some time, I am finally starting to &#8216;get it&#8217; and I thought I would share <em>some of my secrets</em> for working with this shopping cart.</p>
<p>You&#8217;re going to need a little working knowledge of ASPDNSF to do this, so if you&#8217;re not comfortable doing this yourself, <a href="http://www.dawhoo.com/contact/"><strong><span style="color: #0000ff;">contact me and I can set this up for your site</span></strong></a>. The code provided below does work, but is not as complete as it could be&#8230; (I can&#8217;t give away all my secrets). If you need help setting this up and would like the complete package (including SWF viewer), I charge a flat rate of $250 to set this up and it comes with everything you&#8217;ll need, plus a few extra tweaks you&#8217;re not going to find in this guide.</p>
<p>First of all, you&#8217;re going to need a SWF for making a gallery page. I used <strong>Zoomify Design</strong> as it&#8217;s inexpensive, simple to use and works very well. Zoomify Design costs $29 and it&#8217;s worth every penny to me. I am going to assume you know how to use Zoomify and if you don&#8217;t, read the documentation. It&#8217;s pretty easy and once you get it set up, it&#8217;s easy to make the files for your call to a SWF popup image viewer.</p>
<p>Create a flash directory to store your files on your server. I created my flash folder inside the root of the website, but you can choose almost any location, as long as the folder is readable.</p>
<p>You&#8217;re going to need to have a custom product.xml package. You can just copy one of existing product.XML packages for your products. I used <strong>product.SimpleProduct.xml.config</strong> Be sure and give your XML a new name, I use product.Flash.xml.config</p>
<p>Edit the XML package and look for this line of code in your XML package. It will appear in several place and it&#8217;s best to edit them all.</p>
<blockquote><p><span style="color: #3366ff;">&lt;xsl:value-of select=&#8221;aspdnsf:LookupProductImage(ProductID, ImageFilenameOverride, SKU, &#8216;medium&#8217;, 0, $AltText)&#8221; disable-output-escaping=&#8221;yes&#8221; /&gt;</span></p></blockquote>
<p>Comment out the code so it looks like:</p>
<blockquote><p><span style="color: #ff0000;">&lt;!&#8211;</span><span style="color: #3366ff;">&lt;xsl:value-of select=&#8221;aspdnsf:LookupProductImage(ProductID, ImageFilenameOverride, SKU, &#8216;medium&#8217;, 0, $AltText)&#8221; disable-output-escaping=&#8221;yes&#8221; /&gt;</span><span style="color: #ff0000;">&#8211;&gt;</span></p></blockquote>
<p>It&#8217;s better to <strong>comment it out</strong>, in case you make a mistake, it will be easier to fix. Right below the code you just commented out, place this bit of code to call the SWF.</p>
<blockquote><p><span style="color: #0000ff;">&lt;a href=&#8221;</span><strong><span style="color: #ff0000;">flash/<span style="color: #0000ff;">{ProductID}</span>/viewer.htm</span></strong><span style="color: #0000ff;">&#8221; target=&#8221;_blank&#8221;&gt;&lt;img src=&#8221;images/product/medium/{ProductID}.jpg&#8221; /&gt;&lt;br /&gt; &lt;center&gt;</span><strong><span style="color: #ff0000;">Multi Image Viewer</span></strong><span style="color: #0000ff;">&lt;/center&gt;&lt;/a&gt;</span></p></blockquote>
<p>The areas in red are the only changes you will need to make a change to the code to make it work. Change the href path to reflect the location of the folder and the name of the htm file that calls the swf within the product folder. The {ProductID} pulls the dynamic file name for each image so leave that in tact. This code can be modified to suit your needs. Now upload the product.XML file into your XML folder on your webserver.</p>
<p>Choose the item you want to use the SWF multi image viewer. Each product has a unique user ID number and that&#8217;s what you&#8217;re going to name the folder that contains the SWF viewer and image files. Process the images <strong>per the directions for Zoomify</strong> and upload the folder into the flash folder on the website. (eg: upload the folder 2345 to the /flash directory on your website.</p>
<p>Go to your edit product page and choose the XML package you created for the item and you&#8217;re done. Be sure and check out the new page to make sure it looks the way you want and everything is working. A few lines of code, a little preperation and you&#8217;ve turned your vanilla ASPDNSF image viewer into a powerful and dynamic image viewing system that&#8217;s going to increase sales and make your customers very happy.</p>
<p><a href="http://www.hostelboardcompany.com/p-2017-oneill-psychofreak-2535-mens-wetsuit-0910-3347.aspx">Here is a working example on a live site.</a></p>
<p>If you would like to have me do this for you and give you the complete package, with everything ready to go, <a href="http://www.dawhoo.com/contact/"><strong>contact me</strong> </a>and I will try and get back with you as soon as possible. Please leave a phone number and a good time to contact you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dawhoo.com/swf-viewer-for-aspdotnetstorefront/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization for Shopping Carts: ASPdotNetStorefront</title>
		<link>http://www.dawhoo.com/search-engine-optimizatoin-for-shopping-carts-aspdotnetstorefront/</link>
		<comments>http://www.dawhoo.com/search-engine-optimizatoin-for-shopping-carts-aspdotnetstorefront/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 18:50:42 +0000</pubDate>
		<dc:creator>dawhoo</dc:creator>
				<category><![CDATA[Internet Technology]]></category>
		<category><![CDATA[aspdotnetstorefront]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[Shopping cart]]></category>

		<guid isPermaLink="false">http://dawhoo.com/blog/search-engine-optimizatoin-for-shopping-carts-aspdotnetstorefront/</guid>
		<description><![CDATA[SEO Review of ASPDotNetStorefront online store

While many shopping carts and online stores have made great leaps in making their carts search engine friendly, they all seem to have room for improvement. Many shopping carts require fairly substantial modification to optimize the product, category and  topic pages for the shopping cart. Some shopping carts are [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SEO Review of ASPDotNetStorefront online store<br />
</strong></p>
<p>While many shopping carts and online stores have made great leaps in making their carts search engine friendly, they all seem to have room for improvement. Many shopping carts require fairly substantial modification to optimize the product, category and  topic pages for the shopping cart. Some shopping carts are much better than others and ASPdotNetStorefront is one of them.<span id="more-15"></span></p>
<p>Out of the box, ASPdotNetStorefront is geared to being a a great ecommerce online shopping cart. But where ASPDNSF excels far above the rest is in the ability and scope of search engine optimizing. The level and depth of control over meta tags and their ease of access with ASPDNSF is brilliant. The user can set the page title, keywords and description all from the web administrator page. There is no need to edit core shopping cart files or change your .htaccess files, these featureas are all built into the store front and accessed using only a browser. That makes customization much easier and more effective. Other online shopping carts also have this ability, but you&#8217;re usually stuck with a global keyword or description and even then, URL and title descriptions are usually less than perfect.</p>
<p>Every single page is ASPDNSF is customizable for title, keywords and description and it&#8217;s so easy to do. If you&#8217;ve been working with shopping carts, you know how rare these features can be.  After years of working with various programs and applications, I can say, ASPDNSF has the best SEO abilities of any of the shopping carts I have used. No other cart even comes close to this cart when it comes to search engine optimization. You can achieve a similar level in many of the free carts, like Zen Cart and OSCommerce, but they all fall short on ease of use, level of control and the time it takes to edit that you can get with ASPDNSF.</p>
<p>Without proper marketing, your sales will always suffer. ASPDNSF makes search engine marketing as simple as it gets. Of all the features touted by the makers of this online shopping cart, search engine optimization is one of the features they&#8217;re under promoting. I know they built the cart around VISA PABP compliance and they designed the cart to easy for your customers to use, but their search engine optimization settings and configurations make it feel like the cart was made to be search engine compatible.</p>
<p>So, if you&#8217;re looking for a shopping cart with excellent search engine optimization potential, then you&#8217;re going to find your enlightnment with their shopping cart. You can even sign up for a free 30 day trial to play around with the cart and check out just how powerful and customizable a cart they have.</p>
<p>But with this power, comes great responsibility. You can have the best product and still lose to an inferior product with better marketing. It happens all the time (McDonalds, Budweiser, VHS, etc..)  Choosing the right cart is an important, but choosing the right words or NOT choosing the wrong words are even more important. You need someone with search engine experience to get the best results from this shopping cart. You need someone that knows how to talk to search engines and turn your product pages into sales. You can set the meta keywords and description for every page, but without the right words, you&#8217;re going to miss the potential that this cart provides.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dawhoo.com/search-engine-optimizatoin-for-shopping-carts-aspdotnetstorefront/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Online shopping cart ecommerce guide: ASPDotNetStoreFront</title>
		<link>http://www.dawhoo.com/online-shopping-cart-ecommerce-guide-aspdotnetstorefront/</link>
		<comments>http://www.dawhoo.com/online-shopping-cart-ecommerce-guide-aspdotnetstorefront/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 19:20:40 +0000</pubDate>
		<dc:creator>dawhoo</dc:creator>
				<category><![CDATA[Internet Technology]]></category>
		<category><![CDATA[Web Management]]></category>
		<category><![CDATA[aspdnsf]]></category>
		<category><![CDATA[aspdotnetstorefront]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[OSCommerce]]></category>
		<category><![CDATA[Shopping cart]]></category>
		<category><![CDATA[zen cart]]></category>
		<category><![CDATA[zencart]]></category>

		<guid isPermaLink="false">http://dawhoo.com/blog/2008/04/03/online-shopping-cart-ecommerce-guide-aspdotnetstorefront/</guid>
		<description><![CDATA[In this series, I will try and broach some of the pros and cons of various  shopping cart and various ecommerce solutions. Part 2: ASPDotNetStoreFront. If you&#8217;re looking for the ZenCart guide, check here.
ASPDotNetStorefront is a lot to type out, so hereafter, I will refer to it as ASPDNSF, which is easier to type.
ASPDNSF [...]]]></description>
			<content:encoded><![CDATA[<p>In this series, I will try and broach some of the pros and cons of various  shopping cart and various ecommerce solutions. Part 2: ASPDotNetStoreFront. If you&#8217;re looking for the <a href="http://dawhoo.com/blog/2008/04/01/online-shopping-cart-ecommerce-guide-zencart/">ZenCart guide, check here.</a></p>
<p>ASPDotNetStorefront is a lot to type out, so hereafter, I will refer to it as ASPDNSF, which is easier to type.</p>
<p>ASPDNSF is another great shopping cart. This cart is used by some big names and it&#8217;s used by them for a reason &#8211; the cart is great. Out of the box, this cart excels. It has the basics you would expect from an online shopping cart: payment gateways, shipping gateways and so much more. Image handling with ASPDNSF is really good and by far, the best out-of-the-box image management I&#8217;ve used. But all these features come at a price, which is currently $1295 for the &#8216;good&#8217; version. If you want the source, which you will, add an additional $995. Want updates, that will cost another $299. Total price for the store, the source and 1 year of updates: $2,589.00 &#8211; yep.  Wait, don&#8217;t make up your mind just yet, even though that seems like a lot of money, it&#8217;s not a bad deal when you consider what you&#8217;re getting.</p>
<p><span id="more-17"></span></p>
<p><strong><font color="#800000">ASPDotNetStoreFront &#8211; The Good</font></strong></p>
<p>Image management in ASPDNSF is very simple and very robust. Simple and powerful isn&#8217;t something you&#8217;ll usually find with a shopping cart, but somehow, they manged to make it work. Not only does it work, it works miracles. All those nice mouse-over images you see in online stores are built into this cart. With some carts, you have to manually add in the image function for every item, which is very time consuming and requires a good deal of programming knowledge.  And then there&#8217;s Zoomify, a fantastic flash image viewer that is a godsend for detailed imaging in shopping carts. It takes a little work to use with each product, but it&#8217;s all drag and drop and anyone can use it &#8211; no programmer needed.</p>
<p>Another one of the great  things about ASPDNSF is PABP compliance. You&#8217;ll never appreciate how much this means until you get the subpoena. TJ-Max and Marshals are currently facing a multi million dollar lawsuit thanks to their site&#8217;s data being hacked. This storefront was built with security in mind and that&#8217;s something that can not be said of many store fronts. Security should be a major concern of all shopping carts, but sadly, it is not. ASPDNSF takes security seriously and is yet another reason they&#8217;re one of my favorite shopping carts.</p>
<p>Search engines LOVE ASPDNSF. You won&#8217;t find an easier to use search engine method than the one used in this cart. It&#8217;s so customizable and simple to use, it shames most other shopping carts. This is a huge positive when it comes to a storefront and something I can not stress enough as being mission critical. Search engine optimization is damned good with ASPDNSF.</p>
<p>Inventory control is nothing short of spectacular. A lot of carts don&#8217;t track inventory by size, color and whatever other variants you may have, but ASPDNSF does and it does it very well. It&#8217;s also easy to change, update and manage inventory if you have a brick and mortar store. There&#8217;s even a third party tool called T-Hub that will integrate the store with QuickBooks POS and that&#8217;s something you&#8217;re really going to need once the online orders start rolling in.</p>
<p><strong><font color="#800000">ASPDotNetStoreFront &#8211; The Not So Good</font></strong></p>
<p>Product management with ASPDNSF isn&#8217;t the best out there, but it&#8217;s not the worst either. While adding products and variants are very easy to do, changing prices and availability are not easy. ZenCart and OSCommerce have a very nice indicator for IF a product is published, but this is not the case in ASPDNSF. You will have to manually check on an item&#8217;s published status, which can be very time consuming. However, adding variants (size, color, etc.) are much easier to accomplish in ASPDNSF than ZenCart or OSCommerce default installs.</p>
<p>Templates are going to require knowledge in XML and XLS to really get the look you want and even then, without the source code, you&#8217;re still going to be at the mercy of the default program. However, with the source, you can do almost anything your programmer can imagine. It&#8217;s really powerful, but the power comes at a price &#8211; ease of use.</p>
<p>Support for ASPDNSF isn&#8217;t the best. You get 30 day support with your purchase, but the support is limited to problems and built-in features. If you want something not in the feature list, you&#8217;re going to have to hire someone to make it happen. Their forum, while informative, lacks the user base of ZenCart and OSCommerce and so a lot of the features you may want aren&#8217;t addressed and as such, they don&#8217;t exist without hiring someone to make your features and that&#8217;s not cheap.</p>
<p><strong><font color="#800000">ASPDotNetStoreFront &#8211; The Ugly</font></strong></p>
<p>$$$ it&#8217;s going to cost you a fairly substantial amount to get your site where you probably want it to be and that&#8217;s something you&#8217;re going to have to consider when looking for an online storefront. Without the source, your hands will be tied when it comes to really making your site &#8216;zing&#8217;.</p>
<p>Some features you expect from a storefront don&#8217;t exist in ASPDNSF, which is a shame. Being able to filter products is possible, but the method is clumsy and down right confusing to many customers. With the source, you can make your own filtering, but it will cost you more money in programmer fees. Product filtering is a feature many customers expect and you will lose customers from lack of product filtering.</p>
<p>Google Analytics suffer with ASPDNSF. On the feature list, you&#8217;ll find Google Analytics as a feature of ASPDNSF. I&#8217;ve found the opposite to be true. You can get almost all features to work, but not all. There&#8217;s a odd situation where you can use some of Analytic&#8217;s features, but not all of them. Depending on the method you use, you can get certain features to work. As it stands, I have every feature of analytics except site searches. I&#8217;ve been told this issue is going to be resolved, but I&#8217;ve yet to see as resolution to this issue.</p>
<p>Windows hosting. I&#8217;m a linux guy, so using a Windows-ISS based host wasn&#8217;t something I wanted. Windows hosting costs more than Linux/Apache and lacks some of the features I&#8217;ve become used to using. I know, this is a preference issue, but it&#8217;s a big change for me and my hosting style and needs.</p>
<p><strong><font color="#800000">ASPDotNetStoreFront &#8211; What it all means</font></strong></p>
<p>ASPDNSF is still my favorite storefront, despite its few shortcomings. If you&#8217;re looking to sell a few products that don&#8217;t have size and color variations, ASPDNSF may not be the best choice for you. But if you&#8217;re serious about ecommerce and your shopping cart, ASPDNSF is a bargain. It handles variants, sizes and inventory as good, if not better than any other shopping cart I&#8217;ve used and that&#8217;s with a default install. You also get a nearly infinite amount of products to add and that something you&#8217;re not going to get from many shopping carts. SEO is a breeze with this cart and while there are a few minor issues with SEO, this cart is by far, the easiest to use with SEO.</p>
<p>The cost may be off putting to some, but it&#8217;s also a one-time expenditure. A lot of other carts charge per month or even per sale, which to me is ridiculous. In the long run, you&#8217;ll be happy with the money you spent on ASPDNSF. It&#8217;s going to cost at least the same amount, in programmer fees or time, to get ZenCart and other free carts to act like ASPDNSF.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dawhoo.com/online-shopping-cart-ecommerce-guide-aspdotnetstorefront/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Online shopping cart ecommerce guide: ZenCart</title>
		<link>http://www.dawhoo.com/online-shopping-cart-ecommerce-guide-zencart/</link>
		<comments>http://www.dawhoo.com/online-shopping-cart-ecommerce-guide-zencart/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 06:08:05 +0000</pubDate>
		<dc:creator>dawhoo</dc:creator>
				<category><![CDATA[Internet Technology]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Site Updates]]></category>
		<category><![CDATA[aspdotnetstorefront]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[shopping cart guide]]></category>
		<category><![CDATA[shopping cart review]]></category>
		<category><![CDATA[zen cart]]></category>
		<category><![CDATA[zencart]]></category>

		<guid isPermaLink="false">http://dawhoo.com/blog/2008/04/01/online-shopping-cart-ecommerce-guide-zencart/</guid>
		<description><![CDATA[When you&#8217;re ready for an online shopping cart, there are a lot of questions you need to ask yourself. What cart will work best for my situation? What about Visa&#8217;s PABP and PCI compliance? Credit card gateways, PHP, ASP, custom carts or out of the box; which one do I need? Should you host your [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re ready for an online shopping cart, there are a lot of questions you need to ask yourself. What cart will work best for my situation? What about Visa&#8217;s PABP and PCI compliance? Credit card gateways, PHP, ASP, custom carts or out of the box; which one do I need? Should you host your shopping cart or do you want to have your cart hosted? Perpetual license or a one time fee? And that&#8217;s just the beginning.</p>
<p>In this series, I will try and broach some of the pros and cons of various shopping cart and various ecommerce solutions. We will begin with ZenCart.</p>
<p>Zen Cart is a really nice online shopping cart. Out of the box, it works. It&#8217;s basic, but it does work.  There&#8217;s a beauty to its simplicity, thus Zen. Out of the box, you get basic image handling, easy to use and create templates and built in credit card processing gateways. You also have the ability to add a lot of features that would cost thousands extra for most pay shopping carts, but with Zen Cart, most every extension and contribution that add functionality to your cart are free. $0 is a very attractive price for a piece of such powerful software, but there&#8217;s a cost. ZenCart management is not for the faint of heart. ZenCart requires a fairly high level of knowledge to really have a good shopping cart.</p>
<p><span id="more-16"></span></p>
<p><font color="#de010a"><strong>ZenCart &#8211; The Good</strong></font></p>
<p>One of the best things about Zen Cart is it&#8217;s free. Yep, free. Not only is it free, it&#8217;s also open source, which means, given enough knowledge, you can make the cart do anything you want it to do. Well, anything within reason or the ability of your programmer. And it&#8217;s not just the cart that is free, the source is also free for Zen Cart. Shopping carts source code can cost thousands of dollars, but Zen Cart is free. And when you really need to change a function of the site, the source is, well, the best source. Updates and upgrades are also free and that&#8217;s a big plus in the world of ecommerce.</p>
<p>Designing a shopping cart with ZenCart is fairly simple, if you can design a website. Zen Cart uses a great template system. It&#8217;s very easy to use and it makes updating the software a lot easier. I really like the hierarchical taxonomic structure of the template system. It takes a little getting used to and it&#8217;s not a WYSIWYG system, you still need to code, but it&#8217;s one of the easier template systems I&#8217;ve used.  And let us not forget, ZenCart is free.</p>
<p><font color="#de010a"><strong>Zen Cart &#8211; The Not So Good</strong></font></p>
<p>Product management with ZenCart is both a godsend and a nightmare. The godsend is keeping track of products that are published vs non-published items. Price adjusting and category management. Any system is going to take some time to learn, but Zen Cart provided a wealth of information about your products, all on one page and all easy to update and edit. In some aspects, it&#8217;s the best product management layout I&#8217;ve used. However, adding variants (size, color, etc..) to a product is archaic. ZenCart&#8217;s cousin, OSCommerce, has an add-in that addresses this issue, but not in Zen Cart. ZenCart 3 is scheduled to address this issue, but the schedule itself is 2 years old. There are a few contributions and add-ons that try and address this issue, but the method for adding variants to products falls far short of user friendly and is downright hostile at times.</p>
<p><font color="#de010a"><strong>ZenCart &#8211; The Ugly</strong></font></p>
<p>The downside &#8211; you need a real programmer. And every upgrade is going to require some rather extensive work to keep the look, feel and functionality of your site. All the little bells and whistles are going to cost you in programmer fees or extensive amounts of your time. Your cart is going to need a lot of add-on, contributions and graphics to have a nice looking and highly functional site. Images handling is fairly poor, but there are add-ons to make image handling as good as most any other website, but again, you&#8217;ll need someone who knows PHP and SQL to get it functional and be able to update your site in the future.</p>
<p>Search engine optimization is going to take a lot of work with Zen Cart. The shopping cart isn&#8217;t exactly what you would call search engine friendly out of the box, but that can be fixed with an add-on. So there&#8217;s more money to the programmer.</p>
<p><font color="#de010a"><strong>ZenCart &#8211; What it all means</strong></font></p>
<p>Depending on what you&#8217;re selling, Zen Cart may be the best solution for your shopping cart. It can handle an infinite amounts of products, but if you have a lot of variants (size, color, etc.), you&#8217;ll probably be happier with an easier to use administrator interface for stock and attributes than the one used by Zen Cart. If you&#8217;re selling products without variants ZenCart may be a great solution for your web site&#8217;s shopping cart.</p>
<p>coming up next&#8230; ASPDotNetStoreFront</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dawhoo.com/online-shopping-cart-ecommerce-guide-zencart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
