<?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; parameter</title>
	<atom:link href="http://www.2checkout.com/blog/tag/parameter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2checkout.com</link>
	<description>merchant account / credit card processing alternative</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:37:21 +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>Using the &#8220;Fixed&#8221; parameter</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/basic-integration/using-the-fixed-parameter/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/basic-integration/using-the-fixed-parameter/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 22:01:50 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[parameter]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/using-the-fixed-parameter/</guid>
		<description><![CDATA[When a product is passed into 2Checkout’s purchase routine using our Plug and Play parameter set, the customer has the ability to edit their product quantity and navigate back to the supplier&#8217;s website using the continue shopping button. These options are great for someone selling many different products, but can get confusing when a single [...]]]></description>
			<content:encoded><![CDATA[<p>When a product is passed into 2Checkout’s purchase routine using our Plug and Play parameter set, the customer has the ability to edit their product quantity and navigate back to the supplier&#8217;s website using the continue shopping button. These options are great for someone selling many different products, but can get confusing when a single product is being sold or a script is passing in products using our Plug and Play parameter set. To help correct the confusion, 2Checkout has implemented the fixed parameter to lock the quantity fields in the purchase routine and remove the continue shopping button. This way, you will not have to worry about the duplicate product purchases that can lead to confusion and even sale abandonment.</p>
<p>Implementing this parameter is as easy as passing in the “fixed” parameter<br />
with a value of “Y”. <em>(Please note that this value is case sensitive and must be in uppercase.)</em></p>
<p><span id="more-593"></span><strong>Example URL with “fixed” implemented:</strong></p>
<pre><code>https://www.2checkout.com/checkout/purchase?quantity=1&amp;product_id=10&amp;sid=11&amp;fixed=Y</code></pre>
<p><strong>Example HTML form with “fixed” implemented:</strong></p>
<pre><code>&lt;form action="https://www.2checkout.com/checkout/purchase" method="post"&gt;
&lt;input type="hidden" name="sid" value="11" /&gt;
&lt;input type="hidden" name="product_id1" value="9" /&gt;
&lt;input type="hidden" name="quantity1" value="1" /&gt;
&lt;input type="hidden" name="product_id2" value="10" /&gt;
&lt;input type="hidden" name="quantity2" value="1" /&gt;
&lt;input type="hidden" name="fixed" value="Y" /&gt;
&lt;input name="submit" type="submit" value="Buy from 2CO" /&gt;
&lt;/form&gt;</code></pre>
<p><strong>Important Note:</strong> When you are testing parameters, please be certain to <a href="http://www.2checkout.com/blog/knowledge-base/suppliers/tech-support/clearing-cache-and-cookies-2/">clear the cookies</a> in your browser between tests to ensure the changes you have made are applied.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/basic-integration/using-the-fixed-parameter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do I make my 3rd party or Custom Cart work with the 2Checkout.com service?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/how-do-i-make-my-3rd-party-or-custom-cart-work-with-the-2checkoutcom-service/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/how-do-i-make-my-3rd-party-or-custom-cart-work-with-the-2checkoutcom-service/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[3rd Party Carts]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[third party cart]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-do-i-make-my-3rd-party-or-custom-cart-work-with-the-2checkoutcom-service/</guid>
		<description><![CDATA[Your cart will need to support the Plug and Play cart parameters, 2CO&#8217;s custom cart parameters, or the 2CO-supported Authorize.net parameters. If using one of the latter two parameter sets, your cart will also need to support the New Cart Purchase Parameters.]]></description>
			<content:encoded><![CDATA[<p>Your cart will need to support the <a href="http://www.2checkout.com/blog/knowledge-base/tech-support/using-the-plug-n-play-cart/what-are-the-parameters-for-the-plug-n-play-cart/">Plug and Play cart parameters</a>, <a href="http://www.2checkout.com/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/">2CO&#8217;s custom cart parameters</a>, or the <a href="http://www.2checkout.com/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/does-your-system-support-authorizenet-parameters-if-so-what-are-they/">2CO-supported Authorize.net parameters</a>. If using one of the latter two parameter sets, your cart will also need to support the <a href="http://www.2checkout.com/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/what-are-the-new-cart-purchase-parameters/">New Cart Purchase Parameters</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/how-do-i-make-my-3rd-party-or-custom-cart-work-with-the-2checkoutcom-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

