<?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; Basic Integration</title>
	<atom:link href="http://www.2checkout.com/community/blog/category/knowledge-base/suppliers/tech-support/basic-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>New Feature: Control Demo From Inside Your 2Checkout Account</title>
		<link>http://www.2checkout.com/community/blog/newest/new-feature-control-demo-from-inside-your-2checkout-account</link>
		<comments>http://www.2checkout.com/community/blog/newest/new-feature-control-demo-from-inside-your-2checkout-account#comments</comments>
		<pubDate>Thu, 04 Oct 2007 19:06:27 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[Newest]]></category>
		<category><![CDATA[account setting]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[vendor admin]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=401</guid>
		<description><![CDATA[The ability to control the demo parameter has been added to the 2Checkout system.  You can now choose from the following 3 options inside of your 2Checkout account to control the use of the Demo parameter.  Those choices are:

On: Using this setting all sales will be treated as demo, regardless of any parameter [...]]]></description>
			<content:encoded><![CDATA[<p>The ability to control the demo parameter has been added to the 2Checkout system.  You can now choose from the following 3 options inside of your 2Checkout account to control the use of the Demo parameter.  Those choices are:</p>
<ul>
<li><strong>On</strong>: Using this setting all sales will be treated as demo, regardless of any parameter value.</li>
<li><strong>Off</strong>: Using this setting all sales will be treated as live, regardless of any parameter value.</li>
<li><strong>Parameter</strong>: Using this setting a demo parameter sent to the purchase routine will control the demo setting.</li>
</ul>
<p>This feature is located on the Site Management page in your account.  After you have logged in to your account you will first need to click the  Account tab, and then click the Site Management sub tab on the Account page.</p>
<p>When using the Demo feature for testing purposes, please be certain to clear the cookies in your browser between tests to ensure the new account settings have been applied. For more information on clearing the cookies please click <a href="http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/clearing-cache-and-cookies-2/">here</a>.</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%2Fnew-feature-control-demo-from-inside-your-2checkout-account&amp;title=New+Feature%3A+Control+Demo+From+Inside+Your+2Checkout+Account', '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/new-feature-control-demo-from-inside-your-2checkout-account/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo Parameter Changes</title>
		<link>http://www.2checkout.com/community/blog/newest/demo-parameter-changes</link>
		<comments>http://www.2checkout.com/community/blog/newest/demo-parameter-changes#comments</comments>
		<pubDate>Fri, 28 Sep 2007 20:39:04 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[Newest]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=399</guid>
		<description><![CDATA[The way the demo parameter behaves has changed. The demo parameter can be passed to the purchase routine with 2 values: Y for demo mode or N for live sales mode. Now when you pass this parameter in with a value, that value is &#8220;Locked In&#8221; until the session is cleared by ending the sale [...]]]></description>
			<content:encoded><![CDATA[<p>The way the <a href="http://www.2checkout.com/community/blog/knowledge-base/tech-support/basic-integration/how-can-i-do-a-demo-order-to-see-what-the-buyers-will-see/">demo parameter</a> behaves has changed. The demo parameter can be passed to the purchase routine with 2 values: Y for demo mode or N for live sales mode. Now when you pass this parameter in with a value, that value is &#8220;Locked In&#8221; until the session is cleared by ending the sale or manually clearing the browser&#8217;s cache and cookies. This means that if a vendor passes in demo=N it is not possible to change it to a demo purchase once the customer has reached the 2Checkout page. Changing the URL to read demo=Y and reloading the URL will have no effect. Same goes for passing in Y. You will not be able to remove or edit the value.</p>
<p>If the demo parameter is not passed into the purchase routine you will be in live sales mode.  Your purchase session will not be &#8220;locked in&#8221; to any mode so it would be possible to add the demo parameter, reload the URL and change the sales mode.</p>
<p>You can also turn the demo parameter on and off using the Demo Settings inside of your 2Checkout account.  More information on how to do this can be found <a href="http://www.2checkout.com/community/blog/knowledge-base/tech-support/basic-integration/how-can-i-do-a-demo-order-to-see-what-the-buyers-will-see/">here</a>.</p>
<p>When using the Demo feature for testing purposes, please be certain to clear the cookies in your browser between tests to ensure the new account settings have been applied. For more information on clearing the cookies please click <a href="http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/clearing-cache-and-cookies-2/">here</a>.</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%2Fdemo-parameter-changes&amp;title=Demo+Parameter+Changes', '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/demo-parameter-changes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Purchase Links</title>
		<link>http://www.2checkout.com/community/blog/newest/custom-purchase-links</link>
		<comments>http://www.2checkout.com/community/blog/newest/custom-purchase-links#comments</comments>
		<pubDate>Tue, 28 Aug 2007 23:35:31 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[Newest]]></category>
		<category><![CDATA[Parameter Sets]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[plug and play]]></category>
		<category><![CDATA[products]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=388</guid>
		<description><![CDATA[Many of our suppliers have asked if they can customize their Plug and Play purchase links. This article will demonstrate an easy way to do so.
Below is an example of part of an HTML Snippet we may provide. This snippet can be found in the &#8216;Set Up Products&#8217; section of your account by clicking the [...]]]></description>
			<content:encoded><![CDATA[<p>Many of our suppliers have asked if they can customize their Plug and Play purchase links. This article will demonstrate an easy way to do so.</p>
<p>Below is an example of part of an HTML Snippet we may provide. This snippet can be found in the &#8216;Set Up Products&#8217; section of your account by clicking the &#8216;HTML&#8217; link for the appropriate product:</p>
<blockquote><p><code>&lt;a href="https://www.2checkout.com/checkout/purchase?sid=11&amp;quantity=1&amp;product_id=4"&gt; PRODUCT NAME &lt;/a&gt;<br />
</code></p></blockquote>
<p>Once a supplier has copy and pasted this auto-generated code into their site, it will appear like this to a web browser:</p>
<blockquote><p><a href="https://www.2checkout.com/checkout/purchase?sid=11&amp;quantity=1&amp;product_id=4"> PRODUCT NAME </a></p></blockquote>
<p>Using the auto-generated code as a starting point, we can simply remove the link text and replace it with the HTML code for an image:</p>
<blockquote><p><code>&lt;a href="https://www.2checkout.com/</code><code>checkout</code><code>/purchase?sid=11&amp;quantity=1&amp;product_id=4"&gt;&lt;img src="<em>XXXXXX</em>" alt="PRODUCT NAME"&gt;&lt;/a&gt;</code></p></blockquote>
<p><em>Please make sure that you replace &#8220;XXXXXX&#8221; with a link to the desired purchase image hosted on your site, &#8220;PRODUCT NAME&#8221; with your actual product name or other appropriate text and &#8220;11&#8243; with your own 2CO supplier ID.</em></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%2Fcustom-purchase-links&amp;title=Custom+Purchase+Links', '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/custom-purchase-links/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>
		<item>
		<title>2CO Certified</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/2co-certified</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/2co-certified#comments</comments>
		<pubDate>Wed, 18 Apr 2007 22:31:28 +0000</pubDate>
		<dc:creator>2checkout</dc:creator>
				<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://192.168.2.217/community/?p=302</guid>
		<description><![CDATA[To add a button to your site, right click the button and save it to your computer. Then upload the button to your server and place the following code on your site:
&#60;a href="http://www.2checkout.com/" target="_blank"&#62;&#60;img src="path_to_button" border="0"&#62;&#60;/a&#62;



























To include credit card logos, please see Can I have Credit Card logos on my Site or Cart?
]]></description>
			<content:encoded><![CDATA[<p>To add a button to your site, right click the button and save it to your computer. Then upload the button to your server and place the following code on your site:</p>
<pre><code>&lt;a href="http://www.2checkout.com/" target="_blank"&gt;&lt;img src="path_to_button" border="0"&gt;&lt;/a&gt;</code></pre>
<table align="center" cellpadding="4">
<tr>
<td><img src="http://www.2checkout.com/images/overview/btns/11.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/21.jpg" /></td>
<td align="center"><img src="http://www.2checkout.com/images/overview/btns/31.jpg" /></td>
</tr>
<tr>
<td><img src="http://www.2checkout.com/images/overview/btns/12.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/22.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/32.jpg" /></td>
</tr>
<tr>
<td><img src="http://www.2checkout.com/images/overview/btns/13.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/23.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/33.jpg" /></td>
</tr>
<tr>
<td><img src="http://www.2checkout.com/images/overview/btns/14.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/24.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/34.jpg" /></td>
</tr>
<tr>
<td><img src="http://www.2checkout.com/images/overview/btns/15.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/25.jpg" /></td>
<td><img src="http://www.2checkout.com/images/overview/btns/35.jpg" /></td>
</tr>
</table>
<p>To include credit card logos, please see <a href="?p=197">Can I have Credit Card logos on my Site or Cart?</a></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%2F2co-certified&amp;title=2CO+Certified', '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/2co-certified/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can you help me with the Free Membership Client Lite?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/can-you-help-me-with-the-free-membership-client-lite</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/can-you-help-me-with-the-free-membership-client-lite#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[membership]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://192.168.2.217/community/?p=18</guid>
		<description><![CDATA[The Membership Client Lite is provided Free to 2Checkout Vendors by http://lite.membershipclientpro.com.
For support on the membership script, you need to contact the maker, who provides the script free for vendors to use. You can contact them at Lite@MembershipClientPro.com
]]></description>
			<content:encoded><![CDATA[<p>The Membership Client Lite is provided Free to 2Checkout Vendors by <a href="http://lite.membershipclientpro.com.">http://lite.membershipclientpro.com.</a></p>
<p>For support on the membership script, you need to contact the maker, who provides the script free for vendors to use. You can contact them at <a href="mailto:Lite@MembershipClientPro.com">Lite@MembershipClientPro.com</a></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%2Fcan-you-help-me-with-the-free-membership-client-lite&amp;title=Can+you+help+me+with+the+Free+Membership+Client+Lite%3F', '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/can-you-help-me-with-the-free-membership-client-lite/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I do a Demo order to see what the buyers will see?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/how-can-i-do-a-demo-order-to-see-what-the-buyers-will-see</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/how-can-i-do-a-demo-order-to-see-what-the-buyers-will-see#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[demo]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-can-i-do-a-demo-order-to-see-what-the-buyers-will-see/</guid>
		<description><![CDATA[Demo mode is enabled on a per transaction basis, using the demo parameter, or it can be turned on or off from within your account.  The Account Demo Settings located in the accounts Site Management page allows you to select one of three options to control demo mode.

On: Using this setting all sales will [...]]]></description>
			<content:encoded><![CDATA[<p>Demo mode is enabled on a per transaction basis, using the demo parameter, or it can be turned on or off from within your account.  The Account Demo Settings located in the accounts Site Management page allows you to select one of three options to control demo mode.</p>
<ul>
<li><strong>On</strong>: Using this setting all sales will be treated as demo, regardless of any parameter value.</li>
<li><strong>Off</strong>: Using this setting all sales will be treated as live, regardless of any parameter value.</li>
<li><strong>Parameter</strong>:  Using this setting a demo parameter sent to the purchase routine will control the demo setting.</li>
</ul>
<p>Demo sales allow you to see the purchase process as a customer would. No card will be billed during a demo purchase, but you must fill in all fields as you would for a live purchase. The only visual difference you should see is a note along the top of the purchase pages that reads &#8220;This is a demo sale. No charges will be levied, no payments made.&#8221;.  Confirmation emails will also be sent for demo mode as they would for a live sale so that you can see the entire process. Confirmation emails for demo sales will indicate that they were demo sales as well, but will look the same as a live confirmation email otherwise.</p>
<p>To put your account in demo mode and make a test purchase you can select &#8220;On&#8221; for your Account Demo Settings option.  If you choose the &#8220;Parameter&#8221; setting you would need to pass in parameter named &#8220;demo&#8221; with a value of capital &#8220;Y&#8221;. Demo mode will be enabled for every sale that includes this parameter and value. You do not need to pass in &#8220;N&#8221; to disable demo mode as it is disabled by default. You should either pass this in for a demo sale, or do not pass it in at all.</p>
<p>If you are using buttons on your site to sell your goods through 2Checkout, you would add a single line to the button such as this :</p>
<p><strong>&lt;input type=&#8221;hidden&#8221; name=&#8221;demo&#8221; value=&#8221;Y&#8221;&gt;</strong></p>
<p>This must go between the opening and closing FORM tag that you see when you view your existing code.</p>
<p>If you are using links to sell your goods through 2Checkout, then you would enable demo mode by adding this parameter to your links, such as this :</p>
<p><strong>&amp;demo=Y</strong></p>
<p>If you are using a third party shopping cart, it may have an option within its setup pages or configuration options to enable this for you. If so, please use the method the cart provides for you.</p>
<p><strong><u>IMPORTANT NOTES :</u></strong> The value of the demo parameter <strong>MUST</strong><br />
be a <strong>CAPITAL &#8220;Y&#8221;</strong>. Don&#8217;t forget to remove this parameter when you have concluded testing and wish to make your sales live again. When using the Demo feature for testing purposes, please be certain to clear the cookies in your browser between tests to ensure the new account settings have been applied. For more information on clearing the cookies please click <a href="http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/clearing-cache-and-cookies-2/">here</a>.</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%2Fhow-can-i-do-a-demo-order-to-see-what-the-buyers-will-see&amp;title=How+can+I+do+a+Demo+order+to+see+what+the+buyers+will+see%3F', '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/how-can-i-do-a-demo-order-to-see-what-the-buyers-will-see/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is Demo Mode still ON?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/why-is-demo-mode-still-on</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/why-is-demo-mode-still-on#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[demo]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/why-is-demo-mode-still-on/</guid>
		<description><![CDATA[To ensure that your 2CO account is out of Demo Mode, you need to completely remove any instance of demo=Y, demo= or input type=hidden name=demo value=Y. When using the Demo feature for testing purposes, please be certain to clear the cookies in your browser between tests to ensure the new account settings have been applied. [...]]]></description>
			<content:encoded><![CDATA[<p>To ensure that your 2CO account is out of Demo Mode, you need to completely remove any instance of demo=Y, demo= or input type=hidden name=demo value=Y. When using the Demo feature for testing purposes, please be certain to clear the cookies in your browser between tests to ensure the new account settings have been applied. For more information on clearing the cookies please click <a href="http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/clearing-cache-and-cookies-2/">here</a>.</p>
<p>The demo mode is also controlled by an account level setting inside of your 2Checkout account. Log into your account and access the Site Management page and be sure you have not selected for all sales to be demo sales with the Account Demo Setting option.</p>
<p>If you are still having problems, please submit a tech support ticket and a representative will be glad to assist you.</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%2Fwhy-is-demo-mode-still-on&amp;title=Why+is+Demo+Mode+still+ON%3F', '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/why-is-demo-mode-still-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
