<?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>CartTemplates.com</title>
	<atom:link href="http://www.carttemplates.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.carttemplates.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 06 Sep 2011 16:50:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PCI Compliance</title>
		<link>http://www.carttemplates.com/pci-compliance.html</link>
		<comments>http://www.carttemplates.com/pci-compliance.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 20:51:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://www.carttemplates.com/?p=424</guid>
		<description><![CDATA[As of July 1, 2010 you cannot accept credit cards through a shopping cart that is not PCI compliant. Dear client, Recently, we received many questions regarding new PCI compliance requirements and how they are related to X‐Cart. There is a lot of confusion around that so we collected the information below for your review. [...]]]></description>
			<content:encoded><![CDATA[<p>As of July 1, 2010 you cannot accept credit cards through a shopping cart that is not PCI compliant.</p>
<p>Dear client,</p>
<p>Recently, we received many questions regarding new PCI compliance requirements and how they are related to X‐Cart. There is a lot of confusion around that so we collected the information below for your review. We will be updating this article with more information as we receive it.</p>
<p>As of July 1, 2010 you cannot accept credit cards through a shopping cart that is not PCI compliant. The truth is, the most shopping cart solutions available today are not PCI compliant and many are not even considering becoming compliant. As of right now, X-Cart shopping cart is not compliant, so this applies to all the merchants using this software.</p>
<p>Most merchant account providers are not going to shut you down on June 1 if you aren&#8217;t compliant, but you&#8217;ll need to address this as soon as possible. Below are three payment processing scenarios and options to comply:</p>
<p><strong>Scenario 1</strong><br />
A customer adds items to their cart on your site. After they click &#8220;checkout&#8221; they are redirected outside of your site to off‐site payment processor &#8211; like Google checkout or Paypal Standard.  Below is the list of several popular off-site payment methods:</p>
<ul>
<li> PayPal Standard and Express Checkout (http://www.PayPal.com)</li>
<li>Google Checkout (http://checkout.google.com)</li>
<li>PayFlow Link (http://www.PayPal.com)</li>
<li>2Checkout (http://2Checkout.com)</li>
<li>Authorize.net SIM (not AIM) (http://www.authorize.net)</li>
<li>CyberSource Hosted Order Page (http://www.CyberSource.com/)</li>
</ul>
<p>At no point does a customer enter in credit card information while on your website. In this scenario you would need to pass SAQ &#8220;A&#8221;:</p>
<p>https://www.pcisecuritystandards.org/saq/docs/aoc_saq_a.doc</p>
<p>If your site ever passes, stores, or transmits credit card data then you are not in this category and should read the next section.</p>
<p><strong>Scenario 2</strong><br />
A customer adds items to their cart on your site. When they click &#8220;checkout&#8221; they remain on your site and fill in their personal information including their credit card information. When the customer clicks submit, the credit card information is sent to a payment processor (like Authorize.net) who returns a unique token id for you to reference. At no point do you ever store the credit card (encrypted or not) or the CVV2 value. By “at no point” I mean never, not for a millisecond, not for 10 minutes until you can process it manually&#8230;..never. You may store a masked PAN (4xxxxxxxxxxxxxxx1111). Examples of popular payment gateways that are affected by the new standards are:</p>
<ul>
<li> PayPal Website Payments Pro</li>
<li> Authorize.net AIM</li>
<li> CyberSource (SOAP Toolkit API)</li>
<li> PayPal PayFlow Pro</li>
</ul>
<p>In this scenario you would need to pass SAQ &#8220;C&#8221;:</p>
<p>https://www.pcisecuritystandards.org/saq/docs/aoc_saq_c.doc</p>
<p><strong>Solution:</strong><br />
If you want to continue to accept credit cards in your store to be able to control design of the payment page, you need to install a module called X-Payments, which is a new interface where customers enter their credit cards into. This add-on is PCI certified and by using it you can pass certification. There are some disadvantages on using that add-on:</p>
<ul>
<li>Installation and configuration is not easy</li>
<li>Adds an extra step to your checkout, because the credit card data page is not inside X-Cart</li>
<li>It has to be on a server separate from the server with X-cart installed because PCI certified application cannot be on the same server as non-PCI application (X-cart, WordPress and etc)</li>
<li>As of June 2010 the &#8216;final&#8217; version of X-Payments was not released yet. You can download the &#8216;beta&#8217; version, but will have to upgrade it to a final version after release.</li>
<li>X-Payments can only run on PHP 5.3 which is not supported by many control panels yet.</li>
<li>In order to use X-Payments, you also need a module called X-Connector. Unfortunately, X-Connector is only available for X-cart version 4.3. Qualiteam said they will release X-Connector for older versions, but there is no release date yet.</li>
<li>After you get X-Payments installed, you have to configure it, adjust the template to match your design, and test it.</li>
</ul>
<p><strong>Scenario 3</strong><br />
A customer adds items to their cart on your site. After they click &#8220;checkout&#8221; they remain on your site and fill in their personal information including their credit card information. When the customer clicks submit, system encrypts the credit card number and save it in the database. You may keep it for 5 minutes until someone can manually try to process it in the cart or you may pass the encrypted card data to a system at your office to be processed. Either way, simply by inserting it into a database you instantly fall under SAQ &#8220;D&#8221; which is the most complicated certification:</p>
<p>https://www.pcisecuritystandards.org/saq/docs/aoc_saq_d_merchants.doc</p>
<p><strong>Solution:</strong><br />
The only solution is to use X-Payments as described in Scenario 2.</p>
<p><strong>Conclusion</strong><br />
The easiest and fastest way to become fully PCI compliant is to switch to off-site payment method as described in Scenario 1.<br />
If you want to keep using your payment processor and have a greater control over design of the payment page, you may consider X-Payments.</p>
<p>There are 2 ways to do this:</p>
<ul>
<li>Get a separate dedicated server for payment processing – this server has to be PCI compliant, be protected by a firewall and located at a quality secured PCI certified data center – this will cost at least $400+/mo -</li>
</ul>
<ul>
<li>Use our shared X-Payment server &#8211; we prepared a separate set of servers which do not have any other non-PCI applications installed and run Linux/PHP5.3 compatible with X-Payments. At this time, we offer this service at no monthly or per-transaction charges for our hosted clients but there is a setup fee to have everything installed and configured for your store and annual SSL certificate fee ($30/year). Your X-Payment page will be located on your sub-domain like https://payments.yourstoredomain.com so your customers will not feel like leaving your store.</li>
</ul>
<p>Note: if you want to become PCI certified (and you do not have much choice), you cannot use a popular &#8220;One page checkout&#8221; add-on &#8220;as is&#8221; any longer. BCSE Engineering is working on a custom solution to use it with iframes. If you are interested, please contact http://www.bcsengineering.com for more information.</p>
<p>There is an option to ignore all this PCI mambo-jumbo and continue your business as before. If you do this, you risk losing your merchant account so you will not be able to process credit card orders in your online store and pay heavy fines for non-compliance ($50,000-$200,000).</p>
<p>Note: <em>PCI compliance is your responsibility as a merchant and we will assist you in this matter as much as possible</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carttemplates.com/pci-compliance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now even more graphic (PhotoShop) prototypes</title>
		<link>http://www.carttemplates.com/now-even-more-graphic-prototypes.html</link>
		<comments>http://www.carttemplates.com/now-even-more-graphic-prototypes.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 21:24:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://www.carttemplates.com/?p=365</guid>
		<description><![CDATA[We&#8217;ve recently updated our collection of design prototypes. There is now over 15,000+ professionally designed shopping cart graphic prototypes. Search the graphic template database and buy a PhotoShop source artwork.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently updated our collection of design prototypes.<br />
There is now over 15,000+ professionally designed shopping cart graphic prototypes.</p>
<p><a href="http://www.carttemplates.com/xcart-design-integration/buy-a-design.html">Search the graphic template database</a> and buy a PhotoShop source artwork.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carttemplates.com/now-even-more-graphic-prototypes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year Cute and Sexy animated card ;-)</title>
		<link>http://www.carttemplates.com/happy-new-year.html</link>
		<comments>http://www.carttemplates.com/happy-new-year.html#comments</comments>
		<pubDate>Thu, 31 Dec 2009 09:28:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.carttemplates.com/?p=340</guid>
		<description><![CDATA[Happy new Year!]]></description>
			<content:encoded><![CDATA[<p><object id="new_year_animation" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="680" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"><param name="allowScriptAccess" value="always" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="videoPath=/wp-content/uploads/new_year_card/girls3_high_res.flv" /><param name="src" value="/swf/new_year_card/home.swf" /><param name="name" value="new_year_animation" /><param name="align" value="middle" /><embed id="new_year_animation" type="application/x-shockwave-flash" width="680" height="360" src="/swf/new_year_card/home.swf" align="middle" name="audioplayer2" flashvars="videoPath=/wp-content/uploads/new_year_card/girls3_high_res.flv" bgcolor="#ffffff" quality="best" allowscriptaccess="always"></embed></object></p>
<p>Happy new Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carttemplates.com/happy-new-year.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas cute and funny animated card!</title>
		<link>http://www.carttemplates.com/happy-christmas.html</link>
		<comments>http://www.carttemplates.com/happy-christmas.html#comments</comments>
		<pubDate>Fri, 25 Dec 2009 09:58:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.carttemplates.com/?p=344</guid>
		<description><![CDATA[Merry Christmas!]]></description>
			<content:encoded><![CDATA[<p><span id="more-344"></span><object id="christmas_animation" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="680" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"><param name="allowScriptAccess" value="always" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="videoPath=/wp-content/uploads/christmas_card/video.flv&amp;soundPath=/wp-content/uploads/christmas_card/bg_sound_32.mp3" /><param name="src" value="/swf/christmas_card/home.swf" /><param name="name" value="christmas_animation" /><param name="align" value="middle" /><embed id="christmas_animation" type="application/x-shockwave-flash" width="680" height="360" src="/swf/christmas_card/home.swf" align="middle" name="christmas_animation" flashvars="videoPath=/wp-content/uploads/christmas_card/video.flv&amp;soundPath=/wp-content/uploads/christmas_card/bg_sound_32.mp3" bgcolor="#ffffff" quality="best" allowscriptaccess="always"></embed></object></p>
<p>Merry Christmas!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carttemplates.com/happy-christmas.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X-Cart v4.3 is released</title>
		<link>http://www.carttemplates.com/x-cart-v4-3-is-released.html</link>
		<comments>http://www.carttemplates.com/x-cart-v4-3-is-released.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://www.carttemplates.com/wordpress/?p=203</guid>
		<description><![CDATA[Qualiteam Software announces release of X-Cart v4.3.0 There are multiple interesting features, including improved back end interface making it much easier to manage your store. The front end have been improved by adding AJAX based ADD TO CART functionality. Here is the list of most significant changes in this version: AJAX minicart and product ratings [...]]]></description>
			<content:encoded><![CDATA[<p>Qualiteam Software announces release of X-Cart v4.3.0</p>
<p>There are multiple interesting features, including improved back end interface making it much easier to manage your store. The front end have been improved by adding AJAX based ADD TO CART functionality.</p>
<p>Here is the list of most significant changes in this version:</p>
<ul style="font-size: 1em; margin-top: 7px;">
<li>AJAX minicart and product ratings</li>
<li>built-in modules: X-AOM, X-RMA and Flyout Menus</li>
<li>collapsible categories menu</li>
<li>custom title tags</li>
<li>more logical backend menu</li>
<li>quick order/product/user search</li>
<li>history of order statuses</li>
<li>gift wrap option</li>
<li>integration with Carrier-calculated Shipping API for Google Checkout</li>
</ul>
<p>This version of x-cart is still uses Smarty Template system and end code is still a bit messy.</p>
<p>As always, we do not recommend using it until it is stables.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carttemplates.com/x-cart-v4-3-is-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X-Cart WordPress integration mod (Free)</title>
		<link>http://www.carttemplates.com/x-cart-wordpress-integration-mod-free.html</link>
		<comments>http://www.carttemplates.com/x-cart-wordpress-integration-mod-free.html#comments</comments>
		<pubDate>Mon, 30 Mar 2009 09:00:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.carttemplates.com/wordpress/?p=201</guid>
		<description><![CDATA[We have recently developer and released X-Cart mod that allows to install WordPress RSS feed into X-Cart front end. What the means is that X-Cart owners can now have their (or any else) recent WordPress posts propagate onto xcart front page by tapping into WordPress RSS feed (sample feed). This can potentially improve search engine [...]]]></description>
			<content:encoded><![CDATA[<p>We have recently developer and released X-Cart mod that allows to install WordPress RSS feed into X-Cart front end.</p>
<p>What the means is that X-Cart owners can now have their (or any else) recent WordPress posts propagate onto xcart front page by tapping into WordPress RSS feed (<a title="WordPress RSS feed XML" href="http://www.asfdesign.com/blog/feed/">sample feed</a>).</p>
<p>This can potentially improve search engine positions and freqencty with which Search Engine robots crawls the site.</p>
<p><a title="XCart WordPress feed integration mod" href="http://www.carttemplates.com/mods/xcart-wordpress-rss-feed-integration.html">X-Cart WordPress</a> mod can be downloaded free at CartTemplates <a title="Xcart templates" href="http://www.carttemplates.com/mods/">x-cart template store</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carttemplates.com/x-cart-wordpress-integration-mod-free.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCart Customization and XCart Design services launched</title>
		<link>http://www.carttemplates.com/xcart-customization-and-xcart-design-services-launched.html</link>
		<comments>http://www.carttemplates.com/xcart-customization-and-xcart-design-services-launched.html#comments</comments>
		<pubDate>Wed, 01 Oct 2008 10:22:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Events]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.carttemplates.com/wordpress/?p=199</guid>
		<description><![CDATA[We&#8217;ve just released a brand new site devoted for XCart Customizations and XCart Design services. The service is based upon the whopping collection of 10,000+ pre-designed eCommerce templates, which essentially, just pictures (screenshots) of shopping cart websites. When the budget is tight and you don&#8217;t want to spend thousands of dollars on unique look and [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just released a brand new site devoted for XCart Customizations and XCart Design services. The service is based upon the whopping collection of 10,000+ pre-designed eCommerce templates, which essentially, just pictures (screenshots) of shopping cart websites.</p>
<p>When the budget is tight and you don&#8217;t want to spend thousands of dollars on unique look and feel of your store, you can just choose the one that suites your industry and taste (over 10,000 professionally designed sites available) and we will place your logo there and turn it into a working x-cart for you. This will ultimately save you big buck spent on graphic artist.</p>
<p>However, if you need a unique design, you can order a custom design from us as well.</p>
<p>Also, we are the first company that does X-Cart and Flash Animation integration. Imagine beautiful slide show animation displaying your featured products, or have a user friendly &#8220;wizard&#8221; that helps your visitors to narrow down the products from your X-Cart based on their preferences. Or if you really want to go BIG with Flash, we can design a whole store using Flash (although we don&#8217;t recommend it for search engine optimization reasons). Now this all can be done!</p>
<p>For XCart templates visit www.carttemplates.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carttemplates.com/xcart-customization-and-xcart-design-services-launched.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCart SEO: Comparing SEO/Search Engine Friendly URL mods for XCart</title>
		<link>http://www.carttemplates.com/x-cart-seo-comparing-seomods.html</link>
		<comments>http://www.carttemplates.com/x-cart-seo-comparing-seomods.html#comments</comments>
		<pubDate>Tue, 24 Jun 2008 22:39:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO and Marketing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.carttemplates.com/wordpress/?p=165</guid>
		<description><![CDATA[Search Engine Optimization is a crucial component of any online business and is particularly important in the world of e-commerce where competition is often fierce. Since the beginning of x-cart, xcart owners had to rely on HTML catalog, custom hacks, and/or third party modules to SEO optimize their sites. We&#8217;ve decided to review commercially available [...]]]></description>
			<content:encoded><![CDATA[<p>Search Engine Optimization is a crucial component of any online business and is particularly important in the world of e-commerce where competition is often fierce. Since the beginning of x-cart, xcart owners had to rely on HTML catalog, custom hacks, and/or third party modules to SEO optimize their sites. We&#8217;ve decided to review commercially available x-cart modules geared towards improving your xcart installation in the eyes of search engines. These modules are: CDSEO Pro from WebSiteCM, DSEFU from safetynetweb.com, and XCSEO Pro available for purchase at xcart forums.</p>
<p><img title="More..." src="http://www.asfdesign.com/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><br />
<strong>Be sure to read this review until the very end as we&#8217;ve negotiated an incredible deal so you can get the most out of your xcart at the best price.</strong></p>
<h2>About the Mods</h2>
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td valign="top"><img src="http://www.asfdesign.com/images/blog/cdseo.gif" alt="CDSEO Pro for X-Cart" width="83" height="100" align="left" /></td>
<td valign="top"><strong>CDSEO Pro for X-CartCDSEO Pro (Custom  Dynamic Search Engine Optimization Pro for X-Cart) $199.99</strong><br />
Being the most expensive of the bunch, this mod is marketed by its developer as a complete SEO toolbox for your xcart. It replaces the XCart HTML Catalog with ability to define what the URL of each page will be. You do not have to manually regenerate HTML catalog every time you make any change on your site and helps to avoid duplicate content penalty from search engines where your site can potentially have the identical pages accessible via different URL. This mod also allows you to define a custom title tag for each and every product, category, manufacturer and static page in your site, as well as define custom link anchors, meta keywords, and meta descriptions.</td>
</tr>
<tr>
<td valign="top"><img src="http://www.asfdesign.com/images/blog/dsefu.gif" alt="XCart SEO DSEFU Pro" align="left" /></td>
<td valign="top"><strong>DSEFU Pro (Dynamic  Search-Engine-Friendly URLs PRO) $49.95</strong><br />
Being the cheapest this mod is a replacement of XCart&#8217;s HTML Catalog. It is made so that your store has only one version (live) eliminating the need of manual HTML Catalog regeneration every time there is a change in the product catalog. It will help avoiding duplicate content penalty from search engines.This mod doesn&#8217;t have any additional built in functionality.</td>
</tr>
<tr>
<td valign="top"><img src="http://www.asfdesign.com/images/blog/xcseo.gif" alt="XCSEO Pro" width="83" height="100" align="left" /></td>
<td valign="top"><strong>XCSEO Pro at $120.00</strong><br />
Just like the CDSEO Pro this mod is a replacement of standard HTML Catalog with allowing you to define resulting URLs in your store. It is marketed by its developer as the fastest of the bunch.</td>
</tr>
</tbody>
</table>
<h2>How we&#8217;ve tested</h2>
<p>We&#8217;ve compared these modules using the following criteria: Price, Features, Ease of installation, Ease of use, and Performance. Then we&#8217;ve compared these modules against the standard x-cart features. We loaded up a development server, installed copies of x-cart, and purchased and installed the mods: DSEFU, XCSEO Pro, and CDSEO Pro, while leaving one installation untouched. We then compared the interfaces of each mod, how easy and intuitive it was to use the available features.</p>
<p>For performance testing, we&#8217;ve used the software <a href="http://www.adventnet.com/products/qengine/load-testing.html" target="_blank">AdventNet QEngine Application Load Testing Software</a> to load test all three x-cart search engine optimization mods on a default x-cart store simulating 20 concurrent users. We did five tests on each installation and calculated the averages. In addition to performance testing, we benchmarked using x-cart&#8217;s internal benchmarking software by enabling it in top.inc.php.</p>
<h2>Installation</h2>
<p>Installation process of each of the modules required you to upload new files to the server and change some of the existing x-cart files.</p>
<p>To complete CDSEO Pro installation you need to launch the installation wizard, which will help you to configure product features. As last steps you will have to manually modify 7 files, adding in total, approximately 34 lines of code into your standard xcart out of the box files. Additionally we had to create a new .htaccess and robots.txt files according to the instructions given by installation wizard. The installation process took us about 10 minutes to complete.</p>
<p>To complete DSEFU Pro installation requires you to manually update 7 files with 63 lines of code. Being a simple HTML catalog replacement it doesn&#8217;t have any configuration settings. It does require the ability to change file permissions to load your license. Lastly we had to manually change paths in .htaccess and robots.txt files as we&#8217;d installed to a subfolder. Total installation process took us about 10 minutes to complete.</p>
<p>XCSEO Pro was supposed to be simple as it provides file patches to run via the admin area of xcart (note this does require the ability to change file permissions), however when we attempted to apply the patch to our fresh of the box xcart (4.1.10) it failed. As a result we had to manually patch a file which takes knowledge of .diff files. Like DSEFU, we then had to manually modify paths in .htaccess and robots.txt. Lastly we ran the sql php file and updated the the database. Install time for us was about 15 minutes.</p>
<p>For the technically savvy these installations didn&#8217;t take much time to complete and were relatively simple, however if you don&#8217;t have technical expertise we strongly recommend purchasing an optional installation together with the mod of your choice as making a simple mistake during installation process may render your xcart non-functional.</p>
<h2>Ease of use and  feature set</h2>
<p>Each of these mods has a different approach to replacing standard HTML catalog of x-cart. Sets of features differ greatly from none with DSEFU to many of SEO configurations in CDSEO Pro, with XCSEO Pro being in the middle.</p>
<p><strong>DSEFU</strong> provides search engine friendly urls automatically, based on the category/product/manufacturer/page name. This process is essentially a creation of the html catalog without the creation of secondary static pages and avoiding duplicate content penalty while presenting visitors with the relevant version of the page. The reliance of URLS on the product, category or page names means that if a product title, category name, or page changes the URL changes. This can cause search engine fits due to broken links.</p>
<p>The home.php values are not automatically filtered to the root directory to consolidate page rank and while some manual edits are provided to change the major links to home.php, they don&#8217;t go far enough to consolidate your page rank to root. Beyond automatic url writing, the module offers no additional options or SEO features.</p>
<p><strong>XCSEO Pro</strong> goes beyond DSEFU giving you custom control over your URLs, so that you can manually specify URLs appearance via your x-cart admin section. Module controls are logically placed in the appropriate areas of xcart admin. You can customize category URLs by navigating to “Categories Management”, page URLs via “Modify Product”, and static pages URLs via “Static Pages” interface. The custom nature of these URLs prevents broken links when items are renamed and if you decide to change a page URL, the module will place instructions on the server so that visitors and search engines can find a new page automatically.</p>
<p>One thing we didn&#8217;t like about the XCSEO Pro is that when you have large amount of products in one category spread across pages these secondary pages URLs are not rewritten in an SEO friendly manner. A category with 10 pages of products for example, will have an SEO friendly url of <span style="text-decoration: underline;">http://www.example.com/category.html</span> but then secondary pages have dynamic urls of <span style="text-decoration: underline;">http://www.example.com/category.html?pageid=2</span>, <span style="text-decoration: underline;">http://www.example.com/category.html?pageid=3</span>, etc. As a result, secondary pages and thus products existing on those secondary pages, are much less likely to be indexed well.</p>
<p><strong>CDSEO Pro</strong> has the richest set of features. Like XCSEO Pro it extends x-cart search engine optimization, by performing custom URL rewriting. It also providing the ability to modify the following key components of SEO: page titles, meta keywords, meta descriptions, and link anchor tags. Unlike XCSEO Pro controls, CDSEO Pro controls are placed in a separate interface, which is very intuitive and very easy to use. We like the import/export feature, which allows you to export settings and configuration into CSV file (which you can then edit in Excel) and import it back into your xcart. This can be very timesaving for large stores.</p>
<p>URL rewriting options provide custom URLs entered via an admin section, and also allows folder structure and/or .html extensions, configurable on a category/product/manufacturer/static page level. It provides SEO friendly secondary pages regardless of your format. CDSEO Pro has options to automatically and safely redirect the default php pages and/or the html catalog pages, and allows you to input a custom home page title. Like XCSEO, when URLs are modified, 301 redirects are also automatically applied from the old URLs to the new.</p>
<h2>Performance</h2>
<p>We used <a rel="nofollow" href="http://www.adventnet.com/products/qengine/load-testing.html" target="_blank">AdventNet QEngine Application Load Testing Software</a> to load  test all three x-cart search engine optimization mods on a default x-cart store  simulating 20 concurrent users.</p>
<h3>Mean statistics under load testing</h3>
<table style="height: 66px;" border="1" cellspacing="1" cellpadding="3" width="584">
<tbody>
<tr>
<td valign="top"></td>
<td valign="top"><strong>Default X-Cart</strong></td>
<td valign="top"><strong>DSEFU</strong></td>
<td valign="top"><strong>XCSEO Pro</strong></td>
<td valign="top"><strong>CDSEO Pro</strong></td>
</tr>
<tr>
<td valign="top"><strong>*Mean Response Time (ms):</strong></td>
<td valign="top">4508</td>
<td valign="top">5323</td>
<td valign="top">6314</td>
<td valign="top">5652</td>
</tr>
<tr>
<td valign="top"><strong>**Mean Page Download Time (ms):</strong></td>
<td valign="top">5.6</td>
<td valign="top">5.8</td>
<td valign="top">24.2</td>
<td valign="top">6.6</td>
</tr>
</tbody>
</table>
<p>*Response time is one of the most important characteristics of load testing. Response time reports and graph measures the web user experience as it indicates how long the user waits for the server to respond for his request. This is the time taken, in seconds, to receive full response from the server. It is equivalent to the time taken by the client to connect to the server and receive the response including image, script and stylesheet.</p>
<p>**The page download time is the time taken, in seconds, to receive the full response of the page including image, script and stylesheet from the first byte of the server response.</p>
<h3>X-Cart  benchmarking</h3>
<h4>Home Page Load</h4>
<table style="height: 66px;" border="1" cellspacing="1" cellpadding="3" width="584">
<tbody>
<tr>
<td valign="top"></td>
<td valign="top"><strong>Default X-Cart</strong></td>
<td valign="top"><strong>DSEFU</strong></td>
<td valign="top"><strong>XCSEO Pro</strong></td>
<td valign="top"><strong>CDSEO Pro</strong></td>
</tr>
<tr>
<td valign="top"><strong>Load Time (seconds):</strong></td>
<td valign="top">0.8402</td>
<td valign="top">0.8583</td>
<td valign="top">1.3967</td>
<td valign="top">0.8697</td>
</tr>
<tr>
<td valign="top"><strong>Used Memory (Mb):</strong></td>
<td valign="top">4.699</td>
<td valign="top">5.112</td>
<td valign="top">5.561</td>
<td valign="top">5.033</td>
</tr>
</tbody>
</table>
<h4>Category Page Load</h4>
<table style="height: 66px;" border="1" cellspacing="1" cellpadding="3" width="583">
<tbody>
<tr>
<td valign="top"></td>
<td valign="top"><strong>Default X-Cart</strong></td>
<td valign="top"><strong>DSEFU</strong></td>
<td valign="top"><strong>XCSEO Pro</strong></td>
<td valign="top"><strong>CDSEO Pro</strong></td>
</tr>
<tr>
<td valign="top"><strong>Load Time (seconds):</strong></td>
<td valign="top">1.0622</td>
<td valign="top">1.2547</td>
<td valign="top">1.3082</td>
<td valign="top">1.1657</td>
</tr>
<tr>
<td valign="top"><strong>Used Memory (Mb):</strong></td>
<td valign="top">4.745</td>
<td valign="top">5.162</td>
<td valign="top">5.212</td>
<td valign="top">5.042</td>
</tr>
</tbody>
</table>
<h4>Product Page Load</h4>
<table style="height: 66px;" border="1" cellspacing="1" cellpadding="3" width="584">
<tbody>
<tr>
<td valign="top"></td>
<td valign="top"><strong>Default X-Cart</strong></td>
<td valign="top"><strong>DSEFU</strong></td>
<td valign="top"><strong>XCSEO Pro</strong></td>
<td valign="top"><strong>CDSEO Pro</strong></td>
</tr>
<tr>
<td valign="top"><strong>Load Time (seconds):</strong></td>
<td valign="top">0.7785</td>
<td valign="top">0.8600</td>
<td valign="top">0.9214</td>
<td valign="top">0.8611</td>
</tr>
<tr>
<td valign="top"><strong>Used Memory (Mb):</strong></td>
<td valign="top">4.698</td>
<td valign="top">5.110</td>
<td valign="top">5.043</td>
<td valign="top">5.017</td>
</tr>
</tbody>
</table>
<h4>Stress Test Page  (with 4000 urls)</h4>
<table style="height: 66px;" border="1" cellspacing="1" cellpadding="3" width="584">
<tbody>
<tr>
<td valign="top"></td>
<td valign="top"><strong>Default X-Cart</strong></td>
<td valign="top"><strong>DSEFU</strong></td>
<td valign="top"><strong>XCSEO Pro</strong></td>
<td valign="top"><strong>CDSEO Pro</strong></td>
</tr>
<tr>
<td valign="top"><strong>Load Time (seconds):</strong></td>
<td valign="top">1.7332</td>
<td valign="top">8.1023</td>
<td valign="top">16.9432</td>
<td valign="top">3.0918</td>
</tr>
<tr>
<td valign="top"><strong>Used Memory (Mb):</strong></td>
<td valign="top">3.504</td>
<td valign="top">3.998</td>
<td valign="top">38.925</td>
<td valign="top">3.816</td>
</tr>
</tbody>
</table>
<p>On default x-cart pages DSEFU and CDSEO Pro ranked comparable for loading time, while XCSEO was consistently slower. CDSEO Pro was the best on memory usage and by far the best under stress testing, ranking 250% better than DSEFU and more than 550% better than XCSEO. XCSEO Pro&#8217;s memory usage under stress testing was over 1000% more than the other two modules.</p>
<h2>Conclusion</h2>
<p>DSEFU is a cost effective, and easy to use and install alternative to the HTML catalog. It has no additional options to optimize your store.</p>
<p>XCSEO is a good replacement for HTML catalog. It gives you the control if you need to create keyword reach URLs in your store. Beyond custom URL input it doesn&#8217;t have any SEO options. Despite the fact that it is being marketed as the fastest of the bunch – it was the slowest module according to our performance tests. We cannot recommend it for busy stores.</p>
<p>CDSEO Pro was easy to install and provides the best set of SEO features. We loved the control it gives over the URL. We loved the fact that you can have custom title and meta tags for each page of your store. If you are serious about SEO your store when using DSEFU or XCSEO Pro requires a great deal of further customization for SEO purposes, while CDSEO provides the majority of everything you need for onsite SEO in an easy to use administration. CDSEO Pro is clearly a winner and makes a complete SEO solution for your xcart.</p>
<table border="1" cellspacing="1" cellpadding="3">
<tbody>
<tr>
<td width="128" valign="top"></td>
<td width="128" align="center" valign="top"><strong>HTML Catalog</strong></td>
<td width="128" align="center" valign="top"><strong>CDSEO Pro</strong></td>
<td width="128" align="center" valign="top"><strong>DSEFU Pro</strong></td>
<td width="128" align="center" valign="top"><strong>XCSEO Pro</strong></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Cost/Installation</strong></td>
<td width="128" align="center" valign="top">Free</td>
<td width="128" align="center" valign="top">$199.99/$50.00*</td>
<td width="128" align="center" valign="top">$49.95/$25.00</td>
<td width="128" align="center" valign="top">$120/$30.00</td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Installation</strong></td>
<td width="128" align="center" valign="top">n/a</td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/3_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/2_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/2_0.gif" alt="" width="35" height="8" /></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Performance</strong></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/4_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/3_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/3_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/1_0.gif" alt="" width="35" height="8" /></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Features (overall)</strong></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/0_0.gif" alt="" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/4_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/1_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/2_0.gif" alt="" width="35" height="8" /></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Custom URL</strong></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/check.gif" alt="" width="21" height="17" /></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/check.gif" alt="" width="21" height="17" /></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Automatic 301 redirect</strong></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/check.gif" alt="" width="21" height="17" /></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/check.gif" alt="" width="21" height="17" /></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Custom Title Tag</strong></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/check.gif" alt="" width="21" height="17" /></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Custom Meta keyword</strong></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/check.gif" alt="" width="21" height="17" /></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Custom Meta description</strong></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/check.gif" alt="" width="21" height="17" /></td>
<td width="128" align="center" valign="top"></td>
<td width="128" align="center" valign="top"></td>
</tr>
<tr>
<td width="128" align="right" valign="top"><strong>Overall score and value for money</strong></td>
<td width="128" align="center" valign="top">n/a</td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/4_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/3_0.gif" alt="" width="35" height="8" /></td>
<td width="128" align="center" valign="top"><img src="http://www.asfdesign.com/images/blog/1_0.gif" alt="" width="35" height="8" /></td>
</tr>
</tbody>
</table>
<p><em>Note: Accurate as of June 24, 2008</em></p>
<h4>Limited Time Offer</h4>
<p>Performing search engine optimization on x-cart&#8217;s since for over 10 years, resulting in millions of dollars in increased revenue for clients, we at ASF Design Inc. will use CDSEO Pro for our xcart SEO and recommend that you use it also. In fact, we were so impressed by the CDSEO Pro product, that we didn&#8217;t want price to be the only reason you used one of the competing modules. For that reason, <strong>we have  negotiated a deal with WebsiteCM to offer CDSEO Pro to you at the price of  $120.00 as a limited time offer</strong> (installation not included)</p>
<p>To apply for your discount, visit <a href="http://www.websitecm.com/x-cart-mods/cdseo-pro-x-cart-seo.html"><strong>Custom Dynamic Search  Engine Optimization (CDSEO Pro) for X-Cart</strong></a> and enter <span>ASFDESIGN</span> as your discount  coupon during checkout</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carttemplates.com/x-cart-seo-comparing-seomods.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 1/37 queries in 0.032 seconds using disk: basic
Object Caching 532/612 objects using disk: basic
Content Delivery Network via shopping.carttemplates.com

Served from: www.carttemplates.com @ 2012-05-18 04:35:01 -->
