Community Support Forums — WordPress® ( Users Helping Users ) — 2010-06-04T09:50:45-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=24 2010-06-04T09:50:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=726#p726 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]> Statistics: Posted by deversm — June 4th, 2010, 9:50 am


]]>
2010-06-02T20:30:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=703#p703 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]>
Maybe I should have checked SOMETHING else: I was entering the right information for my personal account, but I hadn't changed the tab from Business (for my website account) to Personal (to make my test purchase). I need to make a few more checks, but it sounds like THAT might have been the problem.

My apologies for wasting everyone's time. I feel very shee-ee-ee-ee-pish, now... *Ma-a-a-ah*

Jaycee

Statistics: Posted by Guest — June 2nd, 2010, 8:30 pm


]]>
2010-06-02T20:19:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=702#p702 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]>
Thank you for your kind response. To answer your questions:

* I'm not using CKEditor, no
* I'm not in sandbox mode either
* I indeed configured Auto-Return & PDT as described in the instructions
* IPN is turned on as described in the instructions

Any other thoughts?

Jaycee

Statistics: Posted by Guest — June 2nd, 2010, 8:19 pm


]]>
2010-06-02T05:05:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=682#p682 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]>
  • Do you have CKEditor installed? If so, it will corrupt any Shortcode.
  • Are you in SandBox mode? Only enable this if you've provided a Sandbox email address.
  • If you do not have Auto-Return and PDT configured.
  • If you have not configured IPN.

Statistics: Posted by Elizabeth — June 2nd, 2010, 5:05 am


]]>
2010-05-31T05:01:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=654#p654 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]>
* My paypal account is Business and verified
* To test the user's perspective, I also used my other (personal, verified) account -- been working for years!
* This is my button short code:

[s2Member-PayPal-Button level="1" ccaps="" desc="Bronze" ps="paypal" cc="USD" custom="www.bloomingfaeries.com" tp="0" tt="D" ra="10" rp="1" rt="Y" rr="1" image="default" /]

If you want to check the original page, this is it:

http://www.bloomingfaeries.com/?page_id ... 447cddd9d5

I'm a little distressed because I've spent the last week banging my head over this, and I'm not getting anywhere. I hope someone here can help me.

Best,

Jaycee Knight

Statistics: Posted by Guest — May 31st, 2010, 5:01 am


]]>
2010-05-07T12:42:01-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=149#p149 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]> Statistics: Posted by Jason Caldwell — May 7th, 2010, 12:42 pm


]]>
2010-05-07T11:22:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=146#p146 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]> Statistics: Posted by erichamby — May 7th, 2010, 11:22 am


]]>
2010-05-06T22:00:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=133#p133 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]> Statistics: Posted by erichamby — May 6th, 2010, 10:00 pm


]]>
2010-05-06T21:07:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=126#p126 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]>
Code:
[s2Member-PayPal-Button level="1" ccaps="" desc="Starter" ps="paypal" cc="USD" custom="www.terranbytes.com" tp="0" tt="D" ra="2.00" rp="1" rt="M" rr="1" /]


Or

Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business" value="info@terranbytes.com" />
<input type="hidden" name="cmd" value="_xclick-subscriptions" />
<!-- Instant Payment Notification & Return Page Details -->
<input type="hidden" name="notify_url" value="http://www.terranbytes.com/?s2member_paypal_notify=1" />
<input type="hidden" name="cancel_return" value="http://www.terranbytes.com" />
<input type="hidden" name="return" value="http://www.terranbytes.com/?s2member_paypal_return=1" />
<input type="hidden" name="rm" value="2" />
<!-- Configures All Of The Checkout Fields -->
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="custom" value="www.terranbytes.com" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="page_style" value="paypal" />
<input type="hidden" name="item_name" value="Starter" />
<input type="hidden" name="item_number" value="1" />
<!-- Identifies/Updates An Existing Member After Checkout -->
<input type="hidden" name="on0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON0; ?>" />
<input type="hidden" name="os0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS0; ?>" />
<input type="hidden" name="modify" value="0" />
<!-- Customizes Prices, Payments & Billing Cycle -->
<!--<input type="hidden" name="amount" value="2.00" />-->
<input type="hidden" name="src" value="1" />
<input type="hidden" name="sra" value="1" />
<!--<input type="hidden" name="a1" value="0.00" />-->
<!--<input type="hidden" name="p1" value="0" />-->
<!--<input type="hidden" name="t1" value="D" />-->
<input type="hidden" name="a3" value="2.00" />
<input type="hidden" name="p3" value="1" />
<input type="hidden" name="t3" value="M" />
<!-- Displays The PayPal® Image Button -->
<input type="image" alt="PayPal®" style="border:0;" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" />
</form>

Statistics: Posted by erichamby — May 6th, 2010, 9:07 pm


]]>
2010-05-06T20:58:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=123#p123 <![CDATA[Re: The link you have used to enter the PayPal system is inv]]>
Either that, or paste your Button Code here.

Statistics: Posted by Jason Caldwell — May 6th, 2010, 8:58 pm


]]>
2010-05-06T19:52:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=24&p=121#p121 <![CDATA[The link you have used to enter the PayPal system is invalid]]> Statistics: Posted by erichamby — May 6th, 2010, 7:52 pm


]]>