<?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; direct return</title>
	<atom:link href="http://www.2checkout.com/blog/tag/direct-return/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>Why Are the Images/Links on my Approved URL Broken?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/why-are-the-imageslinks-on-my-approved-url-broken/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/why-are-the-imageslinks-on-my-approved-url-broken/#comments</comments>
		<pubDate>Fri, 04 May 2007 14:34:57 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[direct return]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=316</guid>
		<description><![CDATA[When the Return Method is set to &#8220;Direct Return&#8221;, your Approved URL page will be fetched and displayed to the customer while they remain on 2Checkout&#8217;s server. Because of this, images and links that use relative paths will not resolve correctly, resulting in broken images and incorrect link destinations. To fix this, you will need [...]]]></description>
			<content:encoded><![CDATA[<p>When the Return Method is set to &#8220;Direct Return&#8221;, your Approved URL page will be fetched and displayed to the customer while they remain on 2Checkout&#8217;s server. Because of this, images and links that use relative paths will not resolve correctly, resulting in broken images and incorrect link destinations.</p>
<p>To fix this, you will need to specify a base URI for your Approved URL. This can be accomplished by inserting the following line between the  &lt;HEAD&gt; tag of your page:</p>
<p>&lt;base href=&#8221;http://www.example.com/pathto/approved.html&#8221;/&gt;</p>
<p>The URL specified after &#8216;href=&#8217; should be changed to your Approved URL. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/why-are-the-imageslinks-on-my-approved-url-broken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Does The Return Process Work?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-the-return-process-work/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-the-return-process-work/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[direct return]]></category>
		<category><![CDATA[passback]]></category>
		<category><![CDATA[return]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-does-the-return-process-work/</guid>
		<description><![CDATA[After the successful completion of a sale 2Checkout.com can return the customer and sale parameters to a script or page on your site. This URL can be entered on the Site Management page by clicking the Account tab followed by the Site Management sub-category. Specifying an approved URL at the account level will direct all [...]]]></description>
			<content:encoded><![CDATA[<p>After the successful completion of a sale 2Checkout.com can return the customer and sale parameters to a script or page on your site. This URL can be entered on the Site Management page by clicking the <strong>Account</strong> tab followed by the <strong>Site Management</strong> sub-category.</p>
<p>Specifying an approved URL at the account level will direct all customers to the same URL after a successful checkout. An approved URL can also be set at the product level by providing an approved URL when creating the product, or by clicking the blue Edit icon under the Actions column for the product on the Products page in your account. Product level approved URLs override the account level approved URL and can direct the customer to a specific location for that product, such as a download page. If multiple products are ordered the customer is provided with multiple approved URLs allowing them to access each product in the sale.</p>
<p>You may also choose to pass the approved URL on the fly by using the x_receipt_link_url parameter. This parameter will override both product and account level approved URLs. The value passed must match the domain registered to the account.</p>
<p>If you are returning the customer to a script on your end it is important to note that parameter information will typically be returned by POST. Parameters however will be returned by GET if either the Header Redirect method is selected or the Plug-and-Play parameter set is used and multiple products are purchased at the same time. Thus if you are using a product level approved URL your return script should be able to handle both methods without breaking. <em>Please Note: You must also have a script set up as the return URL if you wish to receive the pass back information. If you would like this information returned to you, make sure that your return URL ends in the extension of a script. If your return URL ends in any of the following extensions, then pass back will NOT occur, but the customer will still be returned there : .htm, .html, .com, .zip, .pdf, .rar, .doc</em></p>
<p>Finally, you will determine the method in which your customer is returned to the approved URL. 2Checkout.com provides three methods. You may send the customer to our order processed page which will display a Click here to finalize your order button to redirect the customer, you may bypass the order processed page using a header redirect or you can immediately display your approved URL to the customer while they remain on our server. Your return method can be selected on the Site Management page.</p>
<p>With the Return Method set to <strong>Given links back to my website</strong>, the customer will be taken to our Order Processed page after completing a successful purchase. This page will feature a Click Here to Finalize Your Order button. When clicked the customer and collected sale parameters will be directed to the provided approved URL.</p>
<p>With the Return Method set to <strong>Direct Return</strong>, sale parameters will be posted automatically to the approved URL while fetched by our server and displayed to the customer. When using this Direct Return function the URL will be masked to the customer, appearing to still be on the 2Checkout.com domain. This method can be used with redirects as long as each page outputs content more than 255 characters to the browser. If Direct Return encounters a page that redirects without outputting content the process will fail and the customer will be sent to our standard Order Processed page. This occurs usually with a header redirect, specifically content less then 255 characters. This is a common issue as many developers will set their approved URL to a script that processes the return sales parameters then silently forwards the customer to another page. This is usually a thank you or download page for intangible products. The best solution is to handle all post-order processing on the page set as your approved URL, including the thank you message. If no redirects are used, meaning the URL is masked by our servers, then relative links will not point to the correct location. This can be corrected with the use of absolute paths on the approved URL page or by simply using a base tag in the head of the document to provide a reference for the relative paths.</p>
<p>With the Return Method set to <strong>Header Redirect</strong> the customer will be immediately returned to your approved URL. Using this method, the sale parameters will be returned along with the customer using the GET method.</p>
<p>If you have problems with the return process you&#8217;re welcome to contact us at techsupport@2co.com to assist with troubleshooting the issue. <em>Please Note: If you do not specify an approved URL at the account level, product level, or with the x_receipt_link_url parameter the customer will remain on the 2Checkout Order Processed page upon completion of the order.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-the-return-process-work/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How does a direct return work?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-a-direct-return-work/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-a-direct-return-work/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[direct return]]></category>
		<category><![CDATA[passback]]></category>
		<category><![CDATA[return]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-does-a-direct-return-work/</guid>
		<description><![CDATA[The direct return works through a spider on 2Checkout.com that does an HTML GET from our server with all the variables to the seller&#8217;s server. The spider prints to the screen whatever the seller&#8217;s server returns for the buyer to see.]]></description>
			<content:encoded><![CDATA[<p>The direct return works through a spider on 2Checkout.com that does an HTML GET from our server with all the variables to the seller&#8217;s server. The spider prints to the screen whatever the seller&#8217;s server returns for the buyer to see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-a-direct-return-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do single and multiple product downloads work with Direct Return?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-do-single-and-multiple-product-downloads-work-with-direct-return/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-do-single-and-multiple-product-downloads-work-with-direct-return/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[direct return]]></category>
		<category><![CDATA[downloadable]]></category>
		<category><![CDATA[products]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-do-single-and-multiple-product-downloads-work-with-direct-return/</guid>
		<description><![CDATA[ORDERING A SINGLE PRODUCT VS. ORDERING MULTIPLE PRODUCTS WITH DIRECT RETURN: The order process works in the following manner when the Return Method is set to &#8220;Given links back to my website&#8220;. If no approved URL has been specified in your account, the customer&#8217;s order will end at the 2Checkout order confirmation page. You are [...]]]></description>
			<content:encoded><![CDATA[<p>ORDERING A SINGLE PRODUCT VS. ORDERING MULTIPLE PRODUCTS WITH DIRECT RETURN:</p>
<p>The order process works in the following manner when the <strong>Return Method</strong> is set to &#8220;<strong>Given links back to my website</strong>&#8220;.</p>
<ol>
<li>If no approved URL has been specified in your account, the customer&#8217;s order will end at the 2Checkout order confirmation page. You are then responsible for supplying the customer with the product.</li>
<li> If a single product is ordered, the return method will return the customer to your specified approved URL. This is only true if you have specified an approved URL at the product section or the Site Management page in your account. The approved URL&#8217;s at the product level will always override the URL&#8217;s set up on the Site Management page in your account.  2A. If multiple products are ordered, the return method will work exactly the same as if a customer orders a single product. This is only true if you have specified the approved URL only on Site Management page in your account.</li>
<li> If the customer orders a single product and you have specified the approved URL at the product level, the customer will be returned to the URL indicated at the product level.	3A. If multiple products are ordered and you have set up approved URLs at the product level, the order process ends at the	2Checkout order confirmation page. At this page, there will be a &#8220;Click here to access your product&#8221; link for each product that will direct the customer to the approved URL for that product. Since the customer ordered multiple products, this page will not close until it is manually closed by the customer. This way the customer will receive all the downloads or will be forwarded to all the correct URLs to receive their downloads.</li>
</ol>
<p><strong><u>**Useful Info</u></strong></p>
<p>To add an approved URL to the Site Management page in your account, you can click on Account tab and then select the Site Management subtab.</p>
<p>To add a approved URL to each of your products, you will need to click the Products tab. You will then need to click on the &#8220;edit&#8221; link for the product you need to add the approved URL to. There will be a field to input your approved URL. Simply add your approved URL and click on the Save Changes button.</p>
<p><strong>Related Articles</strong></p>
<ul>
<li><a href="http://www.2checkout.com/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/how-does-the-return-process-work">How Does The Return Process Work?</a></li>
<li><a href="http://www.2checkout.com/blog/newest/a-comprehensive-overview-of-direct-return">Direct Return</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-do-single-and-multiple-product-downloads-work-with-direct-return/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

