<?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; price</title>
	<atom:link href="http://www.2checkout.com/blog/tag/price/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>How can I allow the customer to put in their own price?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/basic-integration/how-can-i-allow-the-customer-to-put-in-their-own-price/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/basic-integration/how-can-i-allow-the-customer-to-put-in-their-own-price/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-can-i-allow-the-customer-to-put-in-their-own-price/</guid>
		<description><![CDATA[To allow the customer to put in their own price, you can use the following snippet of HTML code. Just paste the code below onto your web site where you would like the form to appear. (see note below) Please note that the Pass Through Product Parameters have already been implemented in this example. &#60;form [...]]]></description>
			<content:encoded><![CDATA[<p>To allow the customer to put in their own price, you can use the following snippet of HTML code. Just paste the code below onto your web site where you would like the form to appear. <strong>(see note below) </strong></p>
<p>Please note that the <a href="http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/3rd-party-carts/parameter-sets/pass-through-product-parameter-set/">Pass Through Product Parameters</a> have already been implemented in this example.</p>
<blockquote><p><code>&lt;form action="https://www.2checkout.com/checkout/purchase" method="post"&gt;<br />
&lt;input type="hidden" name="sid" value="XXXXXXX"&gt;<br />
&lt;input type="hidden" name="mode" value="2CO"&gt;<br />
&lt;input type="hidden" name="li_1_type" value="product"&gt;<br />
&lt;input type="hidden" name="li_1_name" value="XXXXXXX"&gt;<br />
&lt;input type="hidden" name="li_1_quantity" value="1"&gt;<br />
&lt;input type="hidden" name="li_1_tangible" value="N"&gt;<br />
&lt;input type="hidden" name="li_1_description" value="XXXXXX"&gt;<br />
&lt;input type="hidden" name="li_1_product_id" value="XXXXXX"&gt;<br />
Please Enter The Amount You Would Like To Submit $ &lt;input type="text" name="li_1_price" value="5.00"&gt;<br />
&lt;input type="submit"&gt;<br />
&lt;/form&gt; </code></p></blockquote>
<p><strong>Important note:</strong> Be sure to replace the value for <strong>sid</strong> with your numerical Seller ID number. The values for the <strong>li_0_name</strong>, <strong>li_0_description</strong> and <strong>li_0_product_id</strong> should be changed to reflect your product details. The “<em>Please enter the amount you would like to submit $</em>” text can also be changed at your discretion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/basic-integration/how-can-i-allow-the-customer-to-put-in-their-own-price/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

