I installed the jrox.com affiliate addon and I only have an express checkout button. Thier website says you must add code to the express button code but I cannot find this code. Anybody know where this is.

If you are using unencrypted Paypal Buy Now Buttons, add the hidden integration code for buy now and checkout buttons to your Paypal buttons:


<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but20.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="test subscription">
<input type="hidden" name="item_number" value="1001">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-SubscriptionsBF">
<input type="hidden" name="a3" value="1.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="D">
<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">
<input type="hidden" name="srt" value="2">

<input type="hidden" name="notify_url" value="http://www.domain.com/affiliates/plugins/payments/paypal/plugin_paypal_payments.php">
<script language="JavaScript" type="text/javascript" src="http://www.domain.com/affiliates/showaff.php?id=paypal"></script>

</form>