Maybe you can pay me for finding your issue. It is an error in the code.
IN file:
/s2member/includes/templates/buttons/paypal-checkout-button.php
on line 35:
<!-- <input type="hidden" name="amount" value="0.01" /> -->
Is causing the generated code to do this:
<!-- <!--<br />
<input type="hidden" name="amount" value="14.99" />–> –></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="100.00" />
<input type="hidden" name="p1" value="1" />
<input type="hidden" name="t1" value="M" />
<input type="hidden" name="a3" value="14.99" />
<input type="hidden" name="p3" value="1" />
<input type="hidden" name="t3" value="M" />
<!-- Displays The PayPal® Image Button -->
As you can see HTML don’t work that way. ;/
I deleted that line from the file, and it works perfectly now.
I would like to add that the code generator in the admin panel after clicking the generate code, and testing the link on that page works perfectly..