<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Payment Processing Via Email</title>
	<atom:link href="http://www.digitalaccesspass.com/doc/payment-processing-via-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/</link>
	<description>Documentation for DigitalAccessPass.com</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:46:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jason Ser</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-2292</link>
		<dc:creator>Jason Ser</dc:creator>
		<pubDate>Tue, 20 Jul 2010 06:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-2292</guid>
		<description>Is it possible to set up a free membership site, and from within, set up a paid membership via click bank?

Cheers
Jason Ser</description>
		<content:encoded><![CDATA[<p>Is it possible to set up a free membership site, and from within, set up a paid membership via click bank?</p>
<p>Cheers<br />
Jason Ser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Jayagopal</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-2061</link>
		<dc:creator>Ravi Jayagopal</dc:creator>
		<pubDate>Thu, 15 Apr 2010 08:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-2061</guid>
		<description>&gt;&gt;So does 1shopping cart send an email notification every month for recurring billing?&lt;&lt;

Yes, that is correct. DAP processes the recurring billing email notification to advance the member&#039;s access dates by a month.

- Ravi Jayagopal</description>
		<content:encoded><![CDATA[<p>>>So does 1shopping cart send an email notification every month for recurring billing?<<</p>
<p>Yes, that is correct. DAP processes the recurring billing email notification to advance the member&#8217;s access dates by a month.</p>
<p>- Ravi Jayagopal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Incu-biz.com</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-2060</link>
		<dc:creator>Incu-biz.com</dc:creator>
		<pubDate>Thu, 15 Apr 2010 03:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-2060</guid>
		<description>So does 1shopping cart send an email notification every month for recurring billing? Or how does dap integrate with 1sc for recurring products.</description>
		<content:encoded><![CDATA[<p>So does 1shopping cart send an email notification every month for recurring billing? Or how does dap integrate with 1sc for recurring products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergiu Simmel</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-2034</link>
		<dc:creator>Sergiu Simmel</dc:creator>
		<pubDate>Tue, 30 Mar 2010 03:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-2034</guid>
		<description>One more constraint I just discovered recently: The product name cannot be too long. It appears (have not scientifically proven it) that it cannot exceed 50 characters.

Why? Because beyond a certain length, in the notification email from 1SC that DAP parses, the line containing the product name and the price charged breaks into 2 lines, where the price appears on the second line--THAT makes DAP not parse the email correctly.

So if you keep the product name under 45 characters or so, things seem to be fine.

NOTE to DAP Development: In general, whatever 1SC accepts for product name (see also my comment above) should be acceptable by DAP.</description>
		<content:encoded><![CDATA[<p>One more constraint I just discovered recently: The product name cannot be too long. It appears (have not scientifically proven it) that it cannot exceed 50 characters.</p>
<p>Why? Because beyond a certain length, in the notification email from 1SC that DAP parses, the line containing the product name and the price charged breaks into 2 lines, where the price appears on the second line&#8211;THAT makes DAP not parse the email correctly.</p>
<p>So if you keep the product name under 45 characters or so, things seem to be fine.</p>
<p>NOTE to DAP Development: In general, whatever 1SC accepts for product name (see also my comment above) should be acceptable by DAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergiu Simmel</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-1954</link>
		<dc:creator>Sergiu Simmel</dc:creator>
		<pubDate>Wed, 03 Mar 2010 05:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-1954</guid>
		<description>There are a couple of important constraints one needs to be aware of when integrating with 1ShoppingCart (1SC):

[1] If your 1SC product has an SKU, your DAP product name must be:

() 

One way to avoid this is to NOT use SKUs on the 1SC side. This may be OK for someone who has just a few products, but when the # of 1SC products is in the tens or hundreds (my case), it&#039;s really not practical.

The real solution is for the DAP email parser to take the existence of an SKU in consideration.

[2] It appears that the DAP email parser does not do well with 1SC product names that have &#039;:&#039; (colon) somewhere, such as a product name:

Author: Title

It also appears (haven&#039;t totally tested this one) that the DAP email parser does not do well with 1SC product names that have &#039;[&#039; and/or &#039;]&#039; in them, such as a product name:

My product [version 2]

MORAL: DAP needs to be fixed to accept whatever 1SC accepts as product name string, with no constraints.</description>
		<content:encoded><![CDATA[<p>There are a couple of important constraints one needs to be aware of when integrating with 1ShoppingCart (1SC):</p>
<p>[1] If your 1SC product has an SKU, your DAP product name must be:</p>
<p>() </p>
<p>One way to avoid this is to NOT use SKUs on the 1SC side. This may be OK for someone who has just a few products, but when the # of 1SC products is in the tens or hundreds (my case), it&#8217;s really not practical.</p>
<p>The real solution is for the DAP email parser to take the existence of an SKU in consideration.</p>
<p>[2] It appears that the DAP email parser does not do well with 1SC product names that have &#8216;:&#8217; (colon) somewhere, such as a product name:</p>
<p>Author: Title</p>
<p>It also appears (haven&#8217;t totally tested this one) that the DAP email parser does not do well with 1SC product names that have &#8216;[' and/or ']&#8216; in them, such as a product name:</p>
<p>My product [version 2]</p>
<p>MORAL: DAP needs to be fixed to accept whatever 1SC accepts as product name string, with no constraints.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Jayagopal</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-1899</link>
		<dc:creator>Ravi Jayagopal</dc:creator>
		<pubDate>Fri, 19 Feb 2010 05:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-1899</guid>
		<description>Alan,

&gt;&gt;So in theory, depending when they paid via ClickBank and when the latest cron job ran, it could take 0-10 minutes for the customer to have access to the product?&lt;&lt;

That is correct.

- Ravi Jayagopal</description>
		<content:encoded><![CDATA[<p>Alan,</p>
<p>>>So in theory, depending when they paid via ClickBank and when the latest cron job ran, it could take 0-10 minutes for the customer to have access to the product?<<</p>
<p>That is correct.</p>
<p>- Ravi Jayagopal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Petersen</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-1887</link>
		<dc:creator>Alan Petersen</dc:creator>
		<pubDate>Thu, 18 Feb 2010 05:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-1887</guid>
		<description>Hello,

Question on using ClickBank as the payment processor. 

When a customer orders via ClickBank they won&#039;t have access to the paid membership site until the cron job runs? 

So in theory, depending when they paid via ClickBank and when the latest cron job ran, it could take 0-10 minutes for the customer to have access to the product?

I just want to make sure I understand so I can manage customer expectations. Thanks!

--Alan</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Question on using ClickBank as the payment processor. </p>
<p>When a customer orders via ClickBank they won&#8217;t have access to the paid membership site until the cron job runs? </p>
<p>So in theory, depending when they paid via ClickBank and when the latest cron job ran, it could take 0-10 minutes for the customer to have access to the product?</p>
<p>I just want to make sure I understand so I can manage customer expectations. Thanks!</p>
<p>&#8211;Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vatsal Thakker</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-1880</link>
		<dc:creator>Vatsal Thakker</dc:creator>
		<pubDate>Mon, 15 Feb 2010 06:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-1880</guid>
		<description>Thank You Mr. Ravi</description>
		<content:encoded><![CDATA[<p>Thank You Mr. Ravi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Jayagopal</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-1878</link>
		<dc:creator>Ravi Jayagopal</dc:creator>
		<pubDate>Mon, 15 Feb 2010 06:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-1878</guid>
		<description>Vatsal,

Sorry, we&#039;re unable to help you with general technical issues that have nothing to do with DAP. 

You should probably ask these questions in some 1SC forum on the web, or msg them on twitter.

- Ravi Jayagopal</description>
		<content:encoded><![CDATA[<p>Vatsal,</p>
<p>Sorry, we&#8217;re unable to help you with general technical issues that have nothing to do with DAP. </p>
<p>You should probably ask these questions in some 1SC forum on the web, or msg them on twitter.</p>
<p>- Ravi Jayagopal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vatsal Thakker</title>
		<link>http://www.digitalaccesspass.com/doc/payment-processing-via-email/comment-page-1/#comment-1877</link>
		<dc:creator>Vatsal Thakker</dc:creator>
		<pubDate>Mon, 15 Feb 2010 04:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=19#comment-1877</guid>
		<description>-&gt; How to display category vice products in asp.net application from  1shoppingcart website. (API of list of products)? 

-&gt; How to get credit card information on thank you page? (1shoppingcart)

-&gt; How to pass custom variables on  view cart page?(1shoppingcart)

I really appreciate your help.

Thank You.</description>
		<content:encoded><![CDATA[<p>-&gt; How to display category vice products in asp.net application from  1shoppingcart website. (API of list of products)? </p>
<p>-&gt; How to get credit card information on thank you page? (1shoppingcart)</p>
<p>-&gt; How to pass custom variables on  view cart page?(1shoppingcart)</p>
<p>I really appreciate your help.</p>
<p>Thank You.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
