Hi, I got it to work, the problem for me is the “Genarate Button Code”, when I run the page in a browser the html genarated is malformated:-
[s2Member-PayPal-Button level="1" ccaps="" desc="Video Member / description and pricing details here." ps="paypal" lc="" cc="GBP" dg="0" ns="1" custom="www.pcasap.co.uk" ta="0" tp="1" tt="M" ra="5.00" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" /]
Produces this line of code
I have replace OpenTag with ( and CloseTag with ) to show html in the page
(!– Customizes Prices, Payments & Billing Cycle –)(br /)
(!–(br /)
So the below hidden eliments get igored e.g.
(!–(br /)
(input type=”hidden” name=”amount” value=”5.00″ /)–)(/p)
(input type=”hidden” name=”src” value=”1″ /)
(input type=”hidden” name=”srt” value=”” /)
(input type=”hidden” name=”sra” value=”1″ /)
(input type=”hidden” name=”a1″ value=”0″ /)
(input type=”hidden” name=”p1″ value=”1″ /)
(input type=”hidden” name=”t1″ value=”M” /)
(input type=”hidden” name=”a3″ value=”5.00″ /)
(input type=”hidden” name=”p3″ value=”1″ /)
(input type=”hidden” name=”t3″ value=”M” /)
(!– Displays The PayPal® Image Button –)(/p)
Thanks to Eduan, I was able to run the PHP part of the code in WP once I installed the EXEC-php plugin.
But I still had problems, as the “Generate Button Code” genareted 1 incorect line in the HTML code, I have listed this below:
again I have replaced OpenTag CloseTag with () so I can paste html in this reply
(!– Customizes Prices, Payments & Billing Cycle –)
(!–(input type=”hidden” name=”amount” value=”5.00″ /)–)
(input type=”hidden” name=”src” value=”1″ /)
I needed to remove from the following the following genarated html code
OpenTag !–
and
— CloseTag
then the HTML code worked
(!–(input type=”hidden” name=”amount” value=”5.00″ /)–)
(input type=”hidden” name=”amount” value=”5.00″ /)
remembering to change () for OpenTag CloseTag
I just wanted to give you feedback
The section Im working with is:
Button Code Generator For Level #1 Access
and Im using the basic s2Member on Bluehost as the .zip for the Pro version fails, but I wil look at that another day as the basic version does what I need.
So far s2Member is looking like a great product.
thanks
David Armstrong.