<?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; csv</title>
	<atom:link href="http://www.2checkout.com/community/blog/tag/csv/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>Creating a Product CSV</title>
		<link>http://www.2checkout.com/community/blog/newest/creating-a-product-csv</link>
		<comments>http://www.2checkout.com/community/blog/newest/creating-a-product-csv#comments</comments>
		<pubDate>Fri, 08 Jun 2007 14:49:21 +0000</pubDate>
		<dc:creator>beau</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[Newest]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=347</guid>
		<description><![CDATA[If you need to add a large number of products to your account, you may want to use the &#8220;Upload New Products&#8221; option that can be found on the Set Up Products page.  Here are some guidelines for creating a properly formatted CSV file that can be used for this.
The most important thing to [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to add a large number of products to your account, you may want to use the &#8220;Upload New Products&#8221; option that can be found on the Set Up Products page.  Here are some guidelines for creating a properly formatted CSV file that can be used for this.</p>
<p><span id="more-347"></span>The most important thing to remember is the number of fields used per-line in the CSV: 13.  Each field is separated with a comma and there must be no more or less then the expected number (again, 13) per line.  Product names and descriptions are common offenders to this rule, as they sometimes include extra commas.  These commas should be removed or changed to another character prior to the file being uploaded.</p>
<p>The first line of the file is a special line and should only contain the vendor ID number of the account the products will be uploaded to.  This number should not be followed or prefixed with commas or any other information.</p>
<p>The other lines will contain your product information to be uploaded.  Here is a list of the fields that will need entered for each product and the maximum length in characters that can be used:</p>
<ul>
<li>Product ID</li>
<li>Name</li>
<li>Inventory</li>
<li>Price</li>
<li>Weight</li>
<li>Handling Charge</li>
<li>Tangible</li>
<li>Description</li>
<li>Start Up Fee</li>
<li>Pending URL</li>
<li>Approved URL</li>
<li>Recurrence</li>
<li>Duration</li>
</ul>
<p>Product ID:<br />
The ID that you use to identify your product.  64 char max.</p>
<p>Name:<br />
The name to be used for your product.  128 char max.</p>
<p>Inventory:<br />
This field is not currently used by the 2Checkout system and may be set to any non-negative number, including zero, or left blank.  9 char max.</p>
<p>Price:<br />
This should be a positive number representing the price of your product in the currency used by your 2Checkout account.  No currency symbol should be used in the field itself.  Valid examples are &#8216;100&#8242; and &#8216;100.00&#8242;. 8 digits max(including decimal point).</p>
<p>Weight:<br />
The weight, if any, of your product.  This field is used to calculate a shipping charge using your weight-based shipping methods.  Only numbers should be used in this field.  4 char max.</p>
<p>Handling Charge:<br />
An optional handling charge to be added on a per-product basis.  Follows the same rules as &#8220;Price&#8221;.  4 char max.</p>
<p>Tangible:<br />
Whether this product is a physical item (ie. clothing) or intangible (ie. software or services).  Represented with a &#8216;1&#8242; for tangible or &#8216;0&#8242; for intangible.  1 char max.</p>
<p>Description:<br />
A short description of your product that will display on your Order Page or when the item is added to a shopping cart.  It&#8217;s easy to add an unintentional comma in this field, so check your descriptions.  255 char max.</p>
<p>Start Up Fee:<br />
This is an additional fee to be used for recurring services.  This must be a non-negative number, although it can be changed to a negative value after upload to represent a discount on the first billing cycle. 4 char max.</p>
<p>Pending URL:<br />
The Pending URL field is no longer used and may be left blank as 2Checkout no longer accepts e-checks as a payment method.</p>
<p>Approved URL:<br />
The URL to return customers to after a successful order.  This must be a full URL starting with &#8220;http://&#8221;.  Can be left blank to use the URL specified in your account&#8217;s Look &amp; Feel section.  128 char max.</p>
<p>Recurrence:<br />
For recurring products; specifies the length between billing cycles (how often to charge a customer).  Entries should contain a number followed by &#8216;Day&#8217;, &#8216;Week&#8217;, &#8216;Month&#8217; or &#8216;Year&#8217;. Examples:  1 Day (once a day); 1 Month (once a month); 4 Year (four times a year).  There must be a space between the number and the word.  Also, the word must start with a capital letter (see examples above).  32 char max.</p>
<p>Duration:<br />
For recurring products; specifies how long to continue billing a customer.  This should be formatted in the same method as &#8220;Recurrence&#8221; but can alternatively be set to &#8216;Forever&#8217; to continue billing until cancelled.  Keep in mind that, while &#8216;4 Year&#8217; in the recurrence field means &#8220;bill four times per year&#8221;, in the duration field this means &#8220;continue billing for four years&#8221;.  32 char max.</p>
<p>Below you will find the first three lines of a working CSV file.  The first line, as described above, contains a vendor number (sometimes called a seller ID).  The first product is a simple tangible product that costs $1.00.  The second product is a recurring intangible product that will bill for $10.00 every month for two years, with a $15.00 start up fee for the first month.  Custom approved and pending URLs have also been set for this product.  The last product is a tangible product that costs $100.00, weighs 10 pounds and has a $5.00 handling charge.</p>
<p>630590<br />
EX01,Example One,,1.00,,,1,My first sample product.,,,,,,<br />
EX02,Example Two,,10.00,,,0,Another sample product.,15.00,http://www.example.com/script/pending.php,http://www.example.com/script/approved.php,1 Month,2 Year,<br />
EX03,Example Three,,100.00,10,5.00,1,The final sample product.,,,,,,</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%2Fcreating-a-product-csv&amp;title=Creating+a+Product+CSV', '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/creating-a-product-csv/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can we download a report of all orders?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/how-can-we-download-a-report-of-all-orders</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/how-can-we-download-a-report-of-all-orders#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[reports]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-can-we-download-a-report-of-all-orders/</guid>
		<description><![CDATA[If you are looking for more report functions, we have added links to download all your orders in a comma separated format ( .csv file ).  To do this in the Classic Sellers Area (V2), you can click on &#8220;search&#8221; under the &#8220;helpful links&#8221; area of your account homepage and then click &#8220;go&#8221; on [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for more report functions, we have added links to download all your orders in a comma separated format ( .csv file ).  To do this in the Classic Sellers Area (V2), you can click on &#8220;search&#8221; under the &#8220;helpful links&#8221; area of your account homepage and then click &#8220;go&#8221; on the search form.  </p>
<p>To download a sales report in the New Sellers Area (VA) please log in to your 2CO account, click on the “Sales” tab, then click on “Billing Activity Download” link at the bottom of the page.</p>
<p>Here you can specify a date range, currency, sale status and download the report.  The CSV sales report will include the following information:</p>
<ul>
<li>Sale Number</li>
<li>Total</li>
<li>Date Placed</li>
<li>Date Shipped</li>
<li>Name</li>
<li>Address</li>
<li>City</li>
<li>State</li>
<li>Postal Code</li>
<li>Country</li>
<li>Phone</li>
<li>Email</li>
<li>Ship To</li>
<li>Ship Address</li>
<li>Ship City</li>
<li>Ship State</li>
<li>Ship Postal Code</li>
<li>Ship Country</li>
<li>Date Paid</li>
<li>Refunded</li>
<li>Refunded Date</li>
<li>Chargeback</li>
<li>Chargeback Date</li>
<li>Merchant Order Id</li>
<li>Product OID</li>
<li>Qty</li>
<li>Vendor Product ID</li>
<li>Product Name</li>
<li>Recurring Status</li>
</ul>
<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%2Fhow-can-we-download-a-report-of-all-orders&amp;title=How+can+we+download+a+report+of+all+orders%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/how-can-we-download-a-report-of-all-orders/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I upload a CSV file of my products?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/using-the-plug-n-play-cart/adding-products/how-do-i-upload-a-csv-file-of-my-products</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/using-the-plug-n-play-cart/adding-products/how-do-i-upload-a-csv-file-of-my-products#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Adding Products]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-do-i-upload-a-csv-file-of-my-products/</guid>
		<description><![CDATA[You are able to upload a CSV file with your product information to our Version 2 database. Your CSV file must be in a specific format and all lines must be correct in order for the upload to be successful. If there is an error with the upload, our system will give you an error [...]]]></description>
			<content:encoded><![CDATA[<p>You are able to upload a CSV file with your product information to our Version 2 database. Your CSV file must be in a specific format and all lines must be correct in order for the upload to be successful. If there is an error with the upload, our system will give you an error message stating which lines do not follow the proper format.</p>
<p>To upload a CSV file with your products, you will need to click on option 4 (set up products) from your account homepage. Next you will want to select the <strong>&#8220;Upload New Products&#8221;</strong> link located in the upper right corner of your computer screen. Simply browse your computer for the correct CSV file and select the upload button.</p>
<p>If you have any troubles with the upload, please use the following links to troubleshoot and set up your CSV file.</p>
<p><strong>Here is a template:</strong><br />
<a href="https://www.2checkout.com/downloads/product_upload_template.csv">https://www.2checkout.com/downloads/product_upload_template.csv</a></p>
<p><strong>Here are instructions that explain the format:</strong><br />
<a href="https://www.2checkout.com/2co/admin/product_upload?instruct=1">https://www.2checkout.com/2co/admin/product_upload?instruct=1</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%2Fusing-the-plug-n-play-cart%2Fadding-products%2Fhow-do-i-upload-a-csv-file-of-my-products&amp;title=How+do+I+upload+a+CSV+file+of+my+products%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/using-the-plug-n-play-cart/adding-products/how-do-i-upload-a-csv-file-of-my-products/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
