<?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>2Checkout.com &#187; 3rd Party Carts</title>
	<atom:link href="http://www.2checkout.com/blog/category/knowledge-base/merchants/tech-support/3rd-party-carts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2checkout.com</link>
	<description>merchant account / credit card processing alternative</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:02:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>What are the parameters for your Pass Through Product Parameter Set?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/parameter-sets/pass-through-product-parameter-set/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/parameter-sets/pass-through-product-parameter-set/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 16:56:54 +0000</pubDate>
		<dc:creator>ricks</dc:creator>
				<category><![CDATA[Parameter Sets]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/?p=6002</guid>
		<description><![CDATA[These parameters can be used to dynamically pass in tangible/intangible and recurring/non-recurring products, product options, shipping, taxes and coupons as items without having to create the products in the admin area. Multi-page Payment Routine: https://www.2checkout.com/checkout/purchase Supports tangible and intangible products/services. Single Page Payment Routine: https://www.2checkout.com/checkout/spurchase Can only be used to sell intangible products when using [...]]]></description>
			<content:encoded><![CDATA[<p>These parameters can be used to dynamically pass in tangible/intangible and recurring/non-recurring products, product options, shipping, taxes and coupons as items without having to create the products in the admin area.</p>
<p><span id="more-6002"></span><strong><span style="text-decoration: underline;">Multi-page Payment Routine</span>:</strong></p>
<p>https://www.2checkout.com/checkout/purchase</p>
<p><em>Supports tangible and intangible products/services.</em></p>
<p><strong><span style="text-decoration: underline;">Single Page Payment Routine</span>:</strong></p>
<p>https://www.2checkout.com/checkout/spurchase</p>
<p><em>Can only be used to sell intangible products when using this parameter set.<br />
</em></p>
<p><span style="text-decoration: underline;"><strong>Required Parameters</strong></span><strong>:</strong><br />
<strong>sid- </strong>Your 2Checkout account number.<br />
<strong>mode- </strong>Defines the parameter set. Should always be passed as &#8217;2CO&#8217;.<br />
<strong>li_#_type</strong>- The type of line item that is being passed in. <em>(&#8216;product&#8217;, &#8216;shipping&#8217;, &#8216;tax&#8217; or &#8216;coupon&#8217;, defaults to &#8216;product&#8217;)</em><br />
<strong>li_#_name</strong>- Name of the item passed in with the corresponding li_#_type. <em>(128 characters max, cannot use &#8216;&lt;&#8217; or &#8216;&gt;&#8217;, defaults to capitalized version of &#8216;type&#8217;.)</em><br />
<strong>li_#_quantity</strong>- Quantity of the item passed in with the corresponding li_#_type. <em>(0-999, defaults to 1 if not passed in.)</em><br />
<strong>li_#_price</strong>- Price of the line item. <strong>Format:</strong><em> 0.00-99999999.99, defaults to 0 if a value isn&#8217;t passed in, no negatives (use positive values for coupons), leading 0 &amp; decimal are optional. </em><strong>Important note: </strong>If the li_#_price parameter isn&#8217;t used to pass in line item pricing, the pricing for the corresponding item will default to 0.00.<br />
<strong>li_#_tangible</strong>- Specifies if the corresponding li_#_type is a tangible or intangible. <em>&#8216;Y&#8217; or &#8216;N&#8217;, if li_#_type is &#8216;shipping&#8217; forced to &#8216;Y&#8217;.</em></p>
<p>You can use these parameters to pass in multiple products as well. To do so you will need to append a digit to each parameter. For example, li_0_type, li_0_quantity, li_0_name, li_0_price, li_0_product_id, li_0_description, li_0_tangible will describe the first product, then to describe the second product you would use a 1 so the parameters will read li_1_type, li_1_quantity, and so on. <strong>Please note: </strong>With this parameter set # may be represented by 0-999 and aren&#8217;t required to be consecutive.</p>
<p><strong><span style="text-decoration: underline;">Additional Parameters</span>:</strong><br />
<strong>li_#_product_id</strong>- Id that you use to identify the product. <em> 64 characters max, cannot use &#8216;&lt;&#8217; or &#8216;&gt;&#8217;.</em><strong> </strong><br />
<strong>li_#_description</strong>- Description you use for the product. <em>255 characters max, cannot use &#8216;&lt;&#8217; or &#8216;&gt;&#8217;.</em><br />
<strong>li_#_recurrence</strong>- Sets billing frequency. Ex. &#8217;1 Week&#8217; to bill order once a week. (Can use #Week|Month|Year, always singular.)<br />
<strong>li_#_duration</strong>- Sets how long to continue billing. Ex. &#8217;1 Year&#8217;, to continue billing based on li_#_recurrence for 1 year. (Forever or # Week|Month|Year &#8211; always singular, defaults to Forever)<br />
<strong>li_#_startup_fee</strong>- Any start up fees for the product or service. Can be negative to provide discounted first installment pricing, but cannot equal or surpass the product price.<br />
<strong>li_#_option_#_name- </strong>Name of product option. Ex. Size (64 characters max &#8211; cannot include &#8216;&lt;&#8217; or &#8216;&gt;&#8217;)<br />
<strong>li_#_option_#_value- </strong>Option selected. Ex. Small (64 characters max- cannot include &#8216;&lt;&#8217; or &#8216;&gt;&#8217;)<br />
<strong>li_#_option_#_surcharge</strong>- Option price in seller currency. (0.00 for no cost options)<br />
<strong>demo</strong> &#8211; Y to enable demo mode.  Do not pass for live sales.  Can also be controlled <a href="http://www.2checkout.com/blog/newest/new-feature-control-demo-from-inside-your-2checkout-account/">within the account</a>.<br />
<strong>lang</strong> &#8211; Chinese &#8211; zh, Danish &#8211; da, Dutch &#8211; nl, French &#8211; fr, German &#8211; gr, Greek &#8211; el, Italian &#8211; it, Japanese &#8211; jp, Norwegian &#8211; no, Portuguese &#8211; pt, Slovenian &#8211; sl, Spanish &#8211; es_ib, Spanish &#8211; es_la, Swedish &#8211; sv, defaults to English if this is absent, but en may be used for English as well.<br />
<strong>merchant_order_id</strong> &#8211; Specify your order number with this parameter. It will also be included in the confirmation emails to yourself and the customer. <span style="color: #666666;"><em>(50 characters max)</em></span><br />
<strong>pay_method</strong> &#8211; CC for Credit Card, PPI for PayPal. This will set the default selection on the payment method step during the checkout process.<br />
<strong>skip_landing</strong> &#8211; If set to 1 it will skip the order review page of the purchase routine.<br />
<strong>x_Receipt_Link_URL</strong> &#8211; Used to specify an approved URL on-the-fly, but is limited to the same domain that is used for your 2Checkout account, otherwise it will fail. This parameter will over-ride any URL set on the Site Management page. <em>(no limit)</em><br />
<strong>coupon</strong> &#8211; Specify a 2Checkout created coupon code. If applicable, the coupon will be automatically applied to the sale.</p>
<p><span style="text-decoration: underline;"><strong>To pre populate the billing information page you may pass in</strong></span>:<br />
<strong>card_holder_name</strong> &#8211; Card holder&#8217;s name <span style="color: #666666;"><em>(128 characters max)</em></span></p>
<blockquote><p><em>The card holder&#8217;s name can also be populated using the <strong>first_name</strong>, <strong>middle_initial</strong>, and <strong>last_name</strong> parameters. <strong>IMPORTANT:</strong> If you use these three parameters, the data will be combined into and returned as <strong>card_holder_name</strong> to your Approved URL script.</em></p></blockquote>
<p><strong>street_address</strong> &#8211; Card holder&#8217;s street address<span style="color: #666666;"><em>(64 characters max)</em></span><br />
<strong>street_address2</strong> &#8211; The second line for the street address, typically suburb or apartment number information <span style="color: #666666;"><em>(64 characters max)</em></span><br />
<strong>city</strong> &#8211; Card holder&#8217;s city <span style="color: #666666;"><em>(64 characters max)</em></span><br />
<strong>state</strong> &#8211; Card holder&#8217;s state <span style="color: #666666;"><em>(64 characters max)</em></span><br />
<strong>zip</strong> &#8211; Card holder&#8217;s zip <span style="color: #666666;"><em>(16 characters max)</em></span><br />
<strong>country</strong> &#8211; Card holder&#8217;s country <span style="color: #666666;"><em>(64 characters max)</em></span><br />
<strong>email</strong> &#8211; Card holder&#8217;s email <span style="color: #666666;"><em>(64 characters max)</em></span><br />
<strong>phone</strong> &#8211; Card holder&#8217;s phone <span style="color: #666666;"><em>(16 characters max)</em></span><br />
<strong>phone_extension</strong> &#8211; Card holder&#8217;s phone extension <span style="color: #666666;"><em>(9 characters max)</em></span></p>
<p><strong><span style="text-decoration: underline;">To pre populate the shipping information page you may pass in</span>:<br />
ship_name<br />
ship_street_address<br />
ship_street_address2<br />
ship_city<br />
ship_state<br />
ship_zip<br />
ship_country</strong></p>
<p>Please note that shipping information will only be collected for items that are defined as tangible in our system. Shipping is also only charged for tangible items.</p>
<p>The billing information page will also be populated with the information from the shipping page if the shipping information is collected on that sale and the billing information is not passed in.</p>
<p><strong><span style="text-decoration: underline;">Custom Parameters</span>:</strong><br />
You may pass in any additional parameters that you may need and they will be returned to you at the end of the sale. The only restrictions on custom parameters are that they can not share the name of ANY parameter that our system uses, even from the other sets. Please note that you WILL need a return script set up on the Site Management page to receive any of these parameters back as they are not included in the confirmation emails.</p>
<p><strong><span style="text-decoration: underline;">You can receive back all of the parameters that were passed in as well as the following parameters</span>:</strong><br />
<strong>order_number</strong> &#8211; 2Checkout.com order number<strong></strong><br />
<strong>credit_card_processed</strong> &#8211; Y if successful (Approved).<br />
<strong>key</strong> &#8211; the MD5 hash used to verify that the sale came from one of our servers</p>
<p>Consult the documentation that came with your cart or contact the cart manufacturer for assistance with setting this up or to determine what URL you should enter on the Site Management for your cart to receive the sale confirmation.</p>
<p><strong><span style="text-decoration: underline;"><em>Important</em></span><em>: </em></strong><em>You can not mix the four parameter sets. This will cause problems during payment or may prevent the payment pages from working at all.</em></p>
<p><strong>Please Note:</strong> If an order includes a product that is defined as tangible or a shipping method it will need to be marked as shipped before it will deposit into your pending payment. If the order is not marked as shipped with-in 7 days of being placed, it will need to be reauthorized prior to being marked as shipped. For more information on marking sales as shipped in the admin, please visit the Marking Orders as Shipped section of our <a href="http://www.2checkout.com/documentation/User_Guide.pdf">User Guide</a>. This can also be done programmatically using our reauth and mark_shipped API calls which are outlined in the <a href="http://www.2checkout.com/documentation/api/">API documentation</a>.</p>
<p><strong>Important Note:</strong> When you are testing parameters, please be certain to clear the cookies in your browser between tests to ensure the changes you have made are applied. For more information on clearing the cookies please click <a href="http://www.2checkout.com/blog/knowledge-base/suppliers/tech-support/clearing-cache-and-cookies-2/">here</a>.</p>
<p><strong>Related Article:</strong> <a href="http://www.2checkout.com/blog/knowledge-base/country-codes/">Country Codes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/parameter-sets/pass-through-product-parameter-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nanacast.com</title>
		<link>http://www.2checkout.com/blog/2checkout-blog/nanacast-com/</link>
		<comments>http://www.2checkout.com/blog/2checkout-blog/nanacast-com/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 11:21:38 +0000</pubDate>
		<dc:creator>2checkout</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[PHP Carts]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/?p=5608</guid>
		<description><![CDATA[Nanacast.com is an innovative all-in-one business automation system that includes sales funnel and up-sell automation, affiliate management, subscriber management, premium content, digital product, physical product, on demand print product delivery automation, and membership site management. You can add 2Checkout payment processing to your Nanacast account in seconds. Nanacast.com features easy and unlimited membership site creation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nanacast.com"><img src="/wp-content/plugins/db_image_manager.php?image_id=547" alt="nanacast.com" /></a></p>
<p>Nanacast.com is an innovative all-in-one business automation system that includes sales funnel and up-sell automation, affiliate management, subscriber management, premium content, digital product, physical product, on demand print product delivery automation, and membership site management. You can add 2Checkout payment processing to your Nanacast account in seconds.</p>
<p>Nanacast.com features easy and unlimited membership site creation and content delivery, third party email list and crm service integrations, digital download and content security, and premium RSS and Podcast delivery technology that has been featured at Google Tech Talk and at the New Media Expo in Las Vegas. Nanacast.com also provides inbound and outbound APIs for third party script integrations such as members only forums as well as wordpress membership plugin. </p>
<p>We offer a trial as well as a more comprehensive features list on our site. </p>
<p><strong> Web site:</strong> <a href="http://www.nanacast.com">Nanacast.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/2checkout-blog/nanacast-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redSHOP</title>
		<link>http://www.2checkout.com/blog/2checkout-blog/redshop/</link>
		<comments>http://www.2checkout.com/blog/2checkout-blog/redshop/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 11:27:00 +0000</pubDate>
		<dc:creator>2checkout</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[PHP Carts]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/?p=5251</guid>
		<description><![CDATA[redSHOP is the most feature rich and customizable Joomla based ecommerce system on the market. It&#8217;s ready to use &#8220;out of the box&#8221; but houses the power to create highly customizable solutions that fits your needs. redSHOP is GPL licensed which gives developers the power to tweak the system to their likings. The shop is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://redcomponent.com/redshop/"><img src="/wp-content/plugins/db_image_manager.php?image_id=546" alt="redShop" /></a></p>
<p>redSHOP is the most feature rich and customizable Joomla based ecommerce system on the market. It&#8217;s ready to use &#8220;out of the box&#8221; but houses the power to create highly customizable solutions that fits your needs. redSHOP is GPL licensed  which gives developers the power to tweak the system to their likings. </p>
<p>The shop is easy to use and fast to update and boasts features such as advanced SEO, Action email, Custom product fields and a simple template system.<br />
With redSHOP there is no limits to how your webshop should look, feel and work. </p>
<p><strong> Web site:</strong> <a href="http://redcomponent.com/redshop/">RedComponent.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/2checkout-blog/redshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic Members</title>
		<link>http://www.2checkout.com/blog/2checkout-blog/magic-members/</link>
		<comments>http://www.2checkout.com/blog/2checkout-blog/magic-members/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 14:13:57 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[PHP Carts]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/blog/uncategorized</guid>
		<description><![CDATA[Magic Members is a premium WordPress Membership Plugin that turn your WordPress blog into a powerful, fully automated membership site. It has flexible features such as; Unlimited Membership Levels, AutoResponder integrations, Multi-Language support, Pay Per Post and more. Magic Members is a powerful membership software to sell digital subscriptions and downloadable items. Web site: MagicMembers.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.magicmembers.com/"><img src="/wp-content/plugins/db_image_manager.php?image_id=515" alt="Magic Members" /></a></p>
<p>Magic Members is a premium WordPress Membership Plugin that turn your WordPress blog into a powerful, fully automated membership site. It has flexible features  such as; Unlimited Membership Levels, AutoResponder integrations, Multi-Language support, Pay Per Post and more. Magic Members is a powerful membership software to sell digital subscriptions and downloadable items.</p>
<p><strong> Web site:</strong> <a href="http://www.magicmembers.com/">MagicMembers.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/2checkout-blog/magic-members/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shopp</title>
		<link>http://www.2checkout.com/blog/2checkout-blog/shopp/</link>
		<comments>http://www.2checkout.com/blog/2checkout-blog/shopp/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 13:47:36 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[PHP Carts]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/blog/uncategorized</guid>
		<description><![CDATA[Shopp adds a feature rich online storefront to your WordPress-powered website or blog that easily ties into your 2Checkout account. Get your store up and running in minutes. Then, take it to the next level with the flexibility of Shopp&#8217;s powerful template system. WordPress+Shopp is a perfect platform for web design and development professionals building [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://shopplugin.net/"><img src="/wp-content/plugins/db_image_manager.php?image_id=492" alt="Shopp" /></a></p>
<p>Shopp adds a feature rich online storefront to your WordPress-powered website or blog that easily ties into your 2Checkout account. Get your store up and running in minutes. Then, take it to the next level with the flexibility of Shopp&#8217;s powerful template system. WordPress+Shopp is a perfect platform for web design and development professionals building custom, distinctive shopping experiences for clients. 2Checkout support is built into the core Shopp plugin making it painless to start processing transactions with all of the peace of mind provided by 2Checkout.com&#8217;s PCI DSS compliance and fraud protection services.</p>
<p><strong> Web site:</strong> <a href="http://shopplugin.net/">Shopplugin.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/2checkout-blog/shopp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AShop</title>
		<link>http://www.2checkout.com/blog/2checkout-blog/ashop/</link>
		<comments>http://www.2checkout.com/blog/2checkout-blog/ashop/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:17:10 +0000</pubDate>
		<dc:creator>2checkout</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[PHP Carts]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=4521</guid>
		<description><![CDATA[AShop V is a shopping cart software written in PHP with a MySQL database. It features: digital goods delivery, software license key or PIN code delivery, selling memberships to protected areas of a website, penny auctions, traffic exchange integration, built-in two tier affiliate tracking, multi vendor shopping mall, CRM and sales force area, integration with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ashopsoftware.com"><img src="/wp-content/plugins/db_image_manager.php?image_id=481" alt="AShop" /></a></p>
<p>AShop V is a shopping cart software written in PHP with a MySQL database. It features: digital goods delivery, software license key or PIN code delivery, selling memberships to protected areas of a website, penny auctions, traffic exchange integration, built-in two tier affiliate tracking, multi vendor shopping mall, CRM and sales force area, integration with many third party services and software such as SAASU, Kunaki and multiple autoresponders, plus much more. It is sold as a software for installation on a web site with just a one-time fee. A free unlimited 30 day trial is available.</p>
<p><strong> Web site:</strong> <a href="http://ashopsoftware.com">AShopSoftware.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/2checkout-blog/ashop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMyDirectory</title>
		<link>http://www.2checkout.com/blog/2checkout-blog/phpmydirectory/</link>
		<comments>http://www.2checkout.com/blog/2checkout-blog/phpmydirectory/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 14:25:58 +0000</pubDate>
		<dc:creator>2checkout</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[PHP Carts]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=4501</guid>
		<description><![CDATA[phpMyDirectory is the leading website portal solution. Build and manage a powerful website with ease. Built using PHP and MySQL, phpMyDirectory can be used to create websites focused on a business directory, classifieds, link indexing and more! Web site: phpMyDirectory.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://phpmydirectory.com/"><img src="/wp-content/plugins/db_image_manager.php?image_id=474" alt="phpMyDirectory" /></a></p>
<p>phpMyDirectory is the leading website portal solution. Build and manage a powerful website with ease. Built using PHP and MySQL, phpMyDirectory can be used to create websites focused on a business directory, classifieds, link indexing and more!</p>
<p><strong> Web site:</strong> <a href="http://phpmydirectory.com/">phpMyDirectory.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/2checkout-blog/phpmydirectory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigCommerce</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/recommended-carts/remote-hosted/bigcommerce/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/recommended-carts/remote-hosted/bigcommerce/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 13:17:04 +0000</pubDate>
		<dc:creator>2checkout</dc:creator>
				<category><![CDATA[Remote Hosted]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=4386</guid>
		<description><![CDATA[What we do BigCommerce is the latest innovation from Interspire &#8211; a global company launched in 2003 by co-founders Mitchell Harper and Eddie Machaalani with over 40,000 clients. We&#8217;ve put all of our passion and experience into making BigCommerce the easiest-to-use, most fun way to sell your products online. Although we have a user guide, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bigcommerce.com/"><img src="/wp-content/plugins/db_image_manager.php?image_id=463" alt="BigCommerce" /></a></p>
<p><strong>What we do</strong><br />
BigCommerce is the latest innovation from Interspire &#8211; a global company launched in 2003 by co-founders Mitchell Harper and Eddie Machaalani with over 40,000 clients.</p>
<p>We&#8217;ve put all of our passion and experience into making BigCommerce the easiest-to-use, most fun way to sell your products online. Although we have a <a href="http://support.bigcommerce.com/">user guide</a>, we make our software so easy to use that you&#8217;ll probably never need it!</p>
<p><strong>How we do it</strong><br />
Since 2003 we&#8217;ve been helping businesses of all sizes succeed online. In fact, we&#8217;ve helped well over 40,000 businesses to date, including Dell, Kraft, Ticketmaster, Wayne Gretsky, Virgin and MediaTemple, as well as tens of thousands of small to medium businesses, entrepreneurs and universities.</p>
<p>With BigCommerce we make it easy and affordable for you to sell online without needing any whiz bang HTML knowledge or fancy design skills. We strongly believe that the best software is the easiest to use, so we like to say&#8230;</p>
<p>“If your 80 year old grandma can&#8217;t use it then it&#8217;s too hard!”</p>
<p>The quote above encapsulates our approach to design, which we back up with friendly, knowledgeable customer service and support from our offices in Austin, Sydney and London &#8211; no outsourcing here, folks.</p>
<p><strong> Web site:</strong> <a href="http://www.bigcommerce.com/">BigCommerce.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/recommended-carts/remote-hosted/bigcommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tribulant WordPress Shopping Cart Plugin</title>
		<link>http://www.2checkout.com/blog/2checkout-blog/tribulant-wordpress-shopping-cart-plugin/</link>
		<comments>http://www.2checkout.com/blog/2checkout-blog/tribulant-wordpress-shopping-cart-plugin/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:32:15 +0000</pubDate>
		<dc:creator>2checkout</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[PHP Carts]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=4357</guid>
		<description><![CDATA[The WordPress shopping cart plugin software gives you the ability to easily integrate an online shopping cart with full functionality and multiple payment methods such as 2Checkout. WordPress e-Commerce has really become this easy! Web site: Tribulant.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://tribulant.com/plugins/view/10/wordpress-shopping-cart-plugin/"><img src="/wp-content/plugins/db_image_manager.php?image_id=458" alt="Tribulant" /></a></p>
<p>The WordPress shopping cart plugin software gives you the ability to easily integrate an online shopping cart with full functionality and multiple payment methods such as 2Checkout. WordPress e-Commerce has really become this easy!</p>
<p><strong> Web site:</strong> <a href="http://tribulant.com/plugins/view/10/wordpress-shopping-cart-plugin/">Tribulant.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/2checkout-blog/tribulant-wordpress-shopping-cart-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ClearCart</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/recommended-carts/remote-hosted/clearcart/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/recommended-carts/remote-hosted/clearcart/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:43:09 +0000</pubDate>
		<dc:creator>2checkout</dc:creator>
				<category><![CDATA[Remote Hosted]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=4361</guid>
		<description><![CDATA[Released in June 2005, ClearCart is designed by and for women. It is a hosted-only, fully supported and managed PHP/MySQL shopping cart. Our vision is to provide a beautiful ecommerce solution that people love, especially women. ClearCart stands out because of its clear, elegant, feminine design. The appeal to women is deliberate. We steer clear [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clearcart.com/"><img src="http://www.2checkout.com/wp-content/plugins/db_image_manager.php?image_id=459" alt="ClearCart" /></a></p>
<p>Released in June 2005, ClearCart is designed by and for women. It is a hosted-only, fully supported and managed PHP/MySQL shopping cart. Our vision is to provide a beautiful ecommerce solution that people love, especially women.</p>
<p>ClearCart stands out because of its clear, elegant, feminine design. The appeal to women is deliberate.<br />
We steer clear of fancy graphics, and focus instead on making the shopping experience clear and straightforward. Customers know how to login, how to create an account, and how to checkout, because the cart is designed to be consistent and straightforward.</p>
<p>The attention to design is also carried over into the administrative area. Regardless of your computer background, you will find that modifying your catalog, adding or removing photographs, or configuring payment options for your customers, are all simple and easy to do.</p>
<p><strong> Web site:</strong> <a href="http://www.clearcart.com/">ClearCart.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/recommended-carts/remote-hosted/clearcart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

