<?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; integration</title>
	<atom:link href="http://www.2checkout.com/community/blog/tag/integration/feed" rel="self" type="application/rss+xml" />
	<link>http://www.2checkout.com/community</link>
	<description>merchant account / credit card processing alternative</description>
	<lastBuildDate>Fri, 20 Nov 2009 14:30:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using the &#8220;Fixed&#8221; parameter</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/using-the-fixed-parameter</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/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/</code><code>checkout</code><code>/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/community/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>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.2checkout.com%2Fcommunity%2Fblog%2Fknowledge-base%2Fsuppliers%2Ftech-support%2Fbasic-integration%2Fusing-the-fixed-parameter&amp;title=Using+the+%26%238220%3BFixed%26%238221%3B+parameter', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="https://secure.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/using-the-fixed-parameter/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Documentation Update</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/documentation-update</link>
		<comments>http://www.2checkout.com/community/blog/2checkout-blog/documentation-update#comments</comments>
		<pubDate>Thu, 26 Jun 2008 20:52:18 +0000</pubDate>
		<dc:creator>cliff</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[third party carts]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/blog/2checkout-blog/documentation-update/</guid>
		<description><![CDATA[We&#8217;ve recently updated our third party cart parameter articles to simplify our integration requirements.
If you are developing a 2CO-compatible shopping cart, this consolidates our technical requirements into a single document, based on the parameter set you prefer.
Most developers will want to refer to our custom parameter set as detailed in the article titled What are [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently updated our third party cart parameter articles to simplify our integration requirements.</p>
<p>If you are developing a 2CO-compatible shopping cart, this consolidates our technical requirements into a single document, based on the parameter set you prefer.</p>
<p>Most developers will want to refer to our custom parameter set as detailed in the article titled <a href="http://www.2checkout.com/community/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/">What are 2Checkout.com’s own parameters?</a></p>
<p>Developers who prefer to use our supported subset of Authorize.net parameters will want to refer to the article titled <a href="http://www.2checkout.com/community/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/does-your-system-support-authorizenet-parameters-if-so-what-are-they/">What Authorize.net parameters does 2CO support?</a></p>
<p>As always, if you have any questions about integrating our service with your product, please <a href="http://www.2checkout.com/community/help/#suppliers">contact us directly</a> by telephone or by opening a support ticket in the Tech Support category.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.2checkout.com%2Fcommunity%2Fblog%2F2checkout-blog%2Fdocumentation-update&amp;title=Documentation+Update', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="https://secure.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/community/blog/2checkout-blog/documentation-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying Product Information</title>
		<link>http://www.2checkout.com/community/blog/newest/displaying-product-information</link>
		<comments>http://www.2checkout.com/community/blog/newest/displaying-product-information#comments</comments>
		<pubDate>Mon, 11 Jun 2007 16:42:25 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[3rd Party Carts]]></category>
		<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[Newest]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[third party cart]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=346</guid>
		<description><![CDATA[Vendors who use our 3rd party cart parameters often wish for the product details to be displayed on our 2Checkout.com order page. By default, when using this parameter set, only the value of the cart_order_id parameter and the total of the sale are displayed on this page. Did you know it was possible for you [...]]]></description>
			<content:encoded><![CDATA[<p>Vendors who use our <a href="http://www.2checkout.com/community/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/does-your-system-have-its-own-parameters-if-so-what-are-they/">3rd party cart parameters</a> often wish for the product details to be displayed on our 2Checkout.com order page. By default, when using this parameter set, only the value of the cart_order_id parameter and the total of the sale are displayed on this page. Did you know it was possible for you to create the products in your vendor account, reference them with a few parameters, and still pass 2Checkout an arbitrary total value? The process is quite simple. We will start from the beginning and you are welcome to follow along by placing your Supplier ID number as the value for the sid parameter in our example links.</p>
<p><span id="more-346"></span>Let’s say that you are using the following link to sell your products or services to your customers:</p>
<pre><code>https://www.2checkout.com/</code><code>checkout</code><code>/purchase?sid=XXXXXXX&amp;total=20.00&amp;cart_order_id=1234ABCD </code></pre>
<p>When this link is processed, the value 1234ABCD is listed as the &#8220;Purchase Item&#8221; on our Order Details page. For our example, we are a vendor selling widgets at variable prices. Because of the variable price, you are not able to use our plug and play parameters, which require a set price for a product. If we want the customer to be able to see which widget they are purchasing but still offer the variable price we can do this. First, we need to create the widgets in our vendor account products area. To do this log into your account and click on link #4, &#8220;Set Up Products&#8221;. Next click on &#8220;New Product&#8221; link located on the right hand side of the screen. We will now enter all the required fields to describe our widget. The first required field is &#8220;Your Product ID&#8221;. You will have the ability to reference this product using this value. For this example, let’s enter the value &#8220;W1?. The Name field will be displayed on the Order Details page so for this example let’s enter the value &#8220;Widget Block&#8221; in this field. When you get to the &#8220;Price&#8221; field don’t panic because it is required, the system will not read this value when placing a sale and this is not what the customer will be charged. What I recommend, to prevent customers from attempting to purchase from the built in <a href="http://www.2checkout.com/community/blog/knowledge-base/tech-support/basic-integration/how-can-i-send-my-website-visitors-to-a-single-page-that-displays-all-of-my-products/">2Checkout Order Page</a> is to set this value to a high value as opposed to a low value such as 1.00. Let’s enter 1000.00 in this field for our example. The next required field is &#8220;Tangible&#8221;. If your product can be shipped then you will select YES and if your product is not something that is shipped you will select NO. Choosing either one will not affect the sales process at all in this example. Because our widgets will be shipped let’s choose YES. Now click the &#8220;Create Product&#8221; button to complete our widget.</p>
<p>Now that we have our product created, we can edit our purchase link to reference the product. This is done by using the parameters, id_type and c_prod, which are part of our <a href="http://www.2checkout.com/community/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/what-are-the-new-cart-purchase-parameters/">New Cart Purchase Parameters</a>. Id_type can hold a value of 1 if you wish to reference your product from the &#8220;Your Vendor ID&#8221; value which you entered when you created your product or a value of 2 if you wish to reference the product based on the &#8220;Product ID&#8221; which is assigned to your product by the 2Checkout system. Because the assigned product ID could be any number depending on your specific account, we will set the id_type parameter to the value of 1. Now that we have decided to use the &#8220;Your Product ID&#8221; value, we need to reference the product in our link using the c_prod parameter with the &#8220;Your Product ID&#8221; value, W1, as the value of the parameter. Adding these 2 parameters will cause our link to look like the following:</p>
<pre><code>https://www.2checkout.com/</code><code>checkout</code><code>/purchase?sid=XXXXXXX&amp;total=20.00&amp;cart_order_id=1234ABCD&amp;id_type=1&amp;c_prod=W1</code></pre>
<p>When you process this link in your web browser you will see the &#8220;Purchase Item&#8221; of &#8220;1234ABCD&#8221; and Total of 20.00 just as we saw before. Below this information, we now see a section showing our Widget’s Product Name and a quantity, which defaults to 1. We have successfully displayed what product our customer purchased without actually using the product and price that was set in the 2Checkout account.</p>
<p>It is also very easy to add the quantity of the product purchased so the customer can see this as well. All you need to do is place a comma after your c_prod value and list the quantity value. For example if we sold 3 Widget Blocks to our customer, our link would look like the following:</p>
<pre><code>https://www.2checkout.com/</code><code>checkout</code><code>/purchase?sid=XXXXXXX&amp;total=20.00&amp;cart_order_id=1234ABCD&amp;id_type=1&amp;c_prod=W1,3</code></pre>
<p>You can also use this method to list more then one product on the Order Details page. Let’s say we had created a Widget Cube in our account that we gave a ID of W2. The customer then purchases 2 of these widgets in addition to 3 Widget Blocks. Our link would now look like this:</p>
<pre><code>https://www.2checkout.com/</code><code>checkout</code><code>/purchase?sid=XXXXXXX&amp;total=20.00&amp;cart_order_id=1234ABCD&amp;id_type=1&amp;c_prod_1=W1,3&amp;c_prod_2=W2,2</code></pre>
<p>With closer inspection, you will see some changes in the parameters that we passed. If you pass in more then one c_prod parameter, you must place a underscore and then a digit after c_prod so our parameters are now c_prod_1 and c_prod_2. It is also important to point out that while we have 2 c_prod parameters we still are only required to pass in 1 id_type parameter. This parameter is applied to each c_prod value passed into the system.</p>
<p>After reading this article, you should be able to display product information to your customers on the 2Checkout Order Details page even if you are not using our Plug and Play Cart parameters.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.2checkout.com%2Fcommunity%2Fblog%2Fnewest%2Fdisplaying-product-information&amp;title=Displaying+Product+Information', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="https://secure.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/community/blog/newest/displaying-product-information/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Checkboxes With The Plug and Play Purchase Parameters</title>
		<link>http://www.2checkout.com/community/blog/newest/using-checkboxes-with-the-plug-and-play-purchase-parameters</link>
		<comments>http://www.2checkout.com/community/blog/newest/using-checkboxes-with-the-plug-and-play-purchase-parameters#comments</comments>
		<pubDate>Mon, 21 May 2007 20:11:51 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[Newest]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Using the Plug n Play Cart]]></category>
		<category><![CDATA[checkboxes]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[plug and play]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=327</guid>
		<description><![CDATA[While the Plug and Play parameter set is typically implemented based on the provided HTML code, it can be extended and used in other forms.  In this article we will explain how you can use the plug and play parameters with checkboxes. This will allow you to build an order form on your site [...]]]></description>
			<content:encoded><![CDATA[<p>While the Plug and Play parameter set is typically implemented based on the provided HTML code, it can be extended and used in other forms.  In this article we will explain how you can use the plug and play parameters with checkboxes. This will allow you to build an order form on your site where your customers can check the products or services they wish to buy all at once.  We will also look at the use of checkboxes for product add-on and options.</p>
<p><span id="more-327"></span>Checkboxes are typically used when you want to allow a visitor of your site to select one or more options from a set of alternatives.  In an HTML form the checkbox input type carries the following common attributes.</p>
<ul>
<li>Name &#8211; This attribute carries the name of the parameter that will be submitted with the form if the check box is checked.  In our case this will carry the product_id parameter name.</li>
</ul>
<ul>
<li>Value &#8211; This attribute holds the value of the name attribute and is the value of the parameter that is passed with the form when the checkbox is checked.  In our case this will carry the assigned product ID of the product that is associated with the check box.</li>
</ul>
<p>To define a checkbox in our form we will create the input type and add the 2 attributes.  This would look like the following example:</p>
<pre><code>&lt;input type='checkbox' name='product_id' value='1' /&gt;</code></pre>
<p>When checked, this checkbox will pass the parameter named product_id with a value of 1 to the URL attached to the HTML form.</p>
<p>Now that we understand the basic attributes of the checkbox input type, and how to define one in our form, we will create a simple example. This example will allow the customer to purchase 1 of any product when they check the checkbox. Remember to subscript your product_id and quantity parameters with a corresponding digit. This will allow the customer to select multiple products at one time along with a quantity that corresponds to the product_id with the same subscript.</p>
<pre><code>&lt;form action='https://www.2checkout.com/</code><code>checkout</code><code>/purchase' method='post'&gt;
&lt;input type='hidden' name='sid' value='123' &gt;
Product 1:
&lt;input type='hidden' name='quantity1' value='1' &gt;
&lt;input type='checkbox' name='product_id1' value='1008' /&gt;
&lt;br/&gt;
Product 2:
&lt;input type='hidden' name='quantity2' value='1' &gt;
&lt;input type='checkbox' name='product_id2' value='1014' &gt;
&lt;br/&gt;
Product 3:
&lt;input type='hidden' name='quantity3' value='1' &gt;
&lt;input type='checkbox' name='product_id3' value='1011' &gt;
&lt;br/&gt;
&lt;input name="submit" type='submit' value='Buy from 2CO' &gt;
&lt;/form&gt;</code></pre>
<p>It is also very easy to add the ability for your customers to enter the quantity themselves as well.  To do this we will replace this line:</p>
<pre><code>&lt;input type='hidden' name='quantity1' value='1' &gt;</code></pre>
<p>with the following:</p>
<pre><code>&lt;input name='quantity' type='text' class="ctrl-ed" size='5' &gt;</code></pre>
<p>Checkboxes can also be used to allow your customers the ability to purchase an add-on or option for your product.  In this example, we have a product that you can purchase with the option of being a gift.  First we start with our basic HTML snippet that is provided by the 2Checkout system.</p>
<pre><code>&lt;form action='https://www.2checkout.com/</code><code>checkout</code><code>/purchase' method='post'&gt;
&lt;input type='hidden' name='sid' value='XXXXX' &gt;
&lt;input type='hidden' name='product_id' value='1' &gt;
Quantity
&lt;input name='quantity' type='text' class="ctrl-ed" size='5' &gt;
&lt;br&gt;
&lt;input name="submit" type='submit' value='Buy from 2CO' &gt;
&lt;/form&gt;</code></pre>
<p>To allow the customer to choose the gift option we need to first add the checkbox input that will be linked to the gift product. You will create this gift add-on in your account as another 2Checkout product.  Let&#8217;s say this add-on option is given a product ID of 2.  The following lines need to be added to the above form.</p>
<p>This is a gift:</p>
<pre><code>&lt;input type='checkbox' name='product_id2' value='2' &gt;
&lt;input type='hidden' name='quantity2' value='1' &gt;</code></pre>
<p>After reading this article, you should be able to add the checkbox input to your purchase forms.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.2checkout.com%2Fcommunity%2Fblog%2Fnewest%2Fusing-checkboxes-with-the-plug-and-play-purchase-parameters&amp;title=Using+Checkboxes+With+The+Plug+and+Play+Purchase+Parameters', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="https://secure.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/community/blog/newest/using-checkboxes-with-the-plug-and-play-purchase-parameters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
