<?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; forms</title>
	<atom:link href="http://www.2checkout.com/blog/tag/forms/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>New Single Page Checkout Announced</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/parameter-sets/new-single-page-checkout-announced/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/parameter-sets/new-single-page-checkout-announced/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 17:29:35 +0000</pubDate>
		<dc:creator>cliff</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[Parameter Sets]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[purchase links]]></category>
		<category><![CDATA[purchase routine]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/new-single-page-checkout-announced/</guid>
		<description><![CDATA[2Checkout.com, Inc. is excited to announce the launch of our new Single Page Checkout process. Many of our clients have been asking for a faster, more efficient, customer experience. We heard those requests and are now happy to deliver the fastest checkout possible for clients that produce intangible goods/services. To maximize compatibility, all current 2CO [...]]]></description>
			<content:encoded><![CDATA[<p>2Checkout.com, Inc. is excited to announce the launch of our new Single Page Checkout process.</p>
<p>Many of our clients have been asking for a faster, more efficient, customer experience. We heard those requests and are now happy to deliver the fastest checkout possible for clients that produce intangible goods/services.</p>
<p>To maximize compatibility, all current 2CO parameter sets are supported.</p>
<p>To maximize efficiency, only intangible products and credit card payments are enabled with this routine.</p>
<p><strong>Please note:</strong> Accounts using third party carts are able to use the Single Page Purchase routine for both tangible and intangible products/services. </p>
<p>To address the needs of clients who produce tangible goods and those who want to benefit from all the alternative payment options 2CO accepts, the traditional multi-page checkout process will remain as the default.</p>
<p>This new single page purchase routine may be used with the <a href="http://www.2checkout.com/blog/category/knowledge-base/tech-support/3rd-party-carts/parameter-sets/">PNP and third party cart parameter sets</a>, by simply replacing the default purchase routine with this one:</p>
<pre><code>https://www.2checkout.com/checkout/spurchase</code></pre>
<p><a href="https://www.2checkout.com/checkout/spurchase?sid=11&amp;cart_order_id=TESTCART&amp;total=1.00&amp;c_prod=1&amp;id_type=2">Click here to see a working demonstration. </a></p>
<p>We are confident that the new routine will streamline the checkout process for appropriate offerings and therefore increase conversion rates.  2CO will monitor conversion results closely.  It is also recommended that each client evaluate their individual results independently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/parameter-sets/new-single-page-checkout-announced/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>Do you offer payment forms in Spanish?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/multi-language-options/do-you-offer-payment-forms-in-spanish/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/multi-language-options/do-you-offer-payment-forms-in-spanish/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Multi Language Options]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[purchase routine]]></category>
		<category><![CDATA[spanish]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/do-you-offer-payment-forms-in-spanish/</guid>
		<description><![CDATA[2Checkout offers both of our purchase routine in both Latin and European Spanish as well as 13 other languages. To access the Spanish versions of our purchase routine your customer can either select their preferred language at the top of the purchase routine page or you may pass“lang=es_la” for Latin Spanish or “lang=es_ib” for European [...]]]></description>
			<content:encoded><![CDATA[<p>2Checkout offers both of our purchase routine in both Latin and European Spanish as well as 13 other languages.</p>
<p>To access the Spanish versions of our purchase routine your customer can either select their preferred language at the top of the purchase routine page or you may pass“lang=es_la” for Latin Spanish or “lang=es_ib” for European Spanish with the sale parameters. (The previous Spanish parameter “lang=sp” will still direct to the Latin Spanish routine for the time being.)</p>
<p>Example purchase link using the <strong>&#8220;lang&#8221;</strong> parameter:</p>
<pre><code>https://www.2checkout.com/checkout/purchase?sid=XXXXXX&amp;quantity=1&amp;product_id=4&amp;lang=es_la</code></pre>
<p>Example purchase button using the <strong>&#8220;lang&#8221;</strong> parameter:</p>
<pre><code>&lt;form action='https://www.2checkout.com/checkout/purchase' method='post'&gt;
&lt;input type='hidden' name='sid' value='XXXXXX'&gt;
&lt;input type='hidden' name='product_id' value='1'&gt;
&lt;input type='hidden' name='quantity' value='1'&gt;
&lt;input type='hidden' name='demo' value='Y'&gt;
&lt;input type='hidden' name='lang' value='es_la'&gt;
&lt;input type='submit' name='Buy from 2CO'&gt;
&lt;/form&gt;</code></pre>
<p>Please note that you must insert your own Seller ID number to use the above examples. They will not work as is.</p>
<p>Related articles:<br />
<a href="http://www.2checkout.com/blog/knowledge-base/suppliers/tech-support/multi-language-options/do-you-offer-any-languages-other-than-english/">Do you offer any languages other than English?</a><br />
<a href="http://www.2checkout.com/blog/tutorials/tutorial-creating-2checkout-purchase-links">TUTORIAL: Creating 2Checkout Purchase Links</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/multi-language-options/do-you-offer-payment-forms-in-spanish/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

