Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-09T14:43:29-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15471 2011-10-09T14:43:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15471&p=45202#p45202 <![CDATA[Re: But now links/buttons for external websites]]>
You could, instead, create a button over at PayPal following Jason's instructions, and it'll work in an HTML page without PHP, and also integrate with s2Member to manage the user's access. viewtopic.php?f=36&t=309#p1333

I hope that helps. :)

Statistics: Posted by Cristián Lávaque — October 9th, 2011, 2:43 pm


]]>
2011-10-08T23:08:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15471&p=45173#p45173 <![CDATA[But now links/buttons for external websites]]>
Fatal error: Call to undefined function s2member_value_for_pp_inv() in /misc/6/000/257/825/8/user/web/mysite.com/index.php on line 166

Are this values really necessary???:
Code:
<!-- Configures s2Member's Unique Invoice ID/Code  -->
<input type="hidden" name="invoice" value="<?php echo S2MEMBER_VALUE_FOR_PP_INV(); ?>" />

<!-- Identifies/Updates An Existing User/Member ( when/if applicable )  -->
<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; ?>" />

<!-- Identifies The Customer's IP Address For Tracking -->
<input type="hidden" name="on1" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON1; ?>" />
<input type="hidden" name="os1" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS1; ?>" />


or can I go with out them??

Thanks

Statistics: Posted by ebarcena — October 8th, 2011, 11:08 pm


]]>