Jrox PayPal intergration
Бюджет $30-5000 USD
Hi coders,
I am using PayPal to handle my payments, but instead of using PayPal's payment button, I have taken the code out of **jrox affiliate manager** and put it into my own payment button on my site and put my PayPal info in it.
The payment side worked perfectly, but jrox doesn't record the sale or credit the affiliate with the sale.
it is on [url removed, login to view]
Once this is fixed, I need the successful coder to set themselves up as an affiliate and go completely through the buying process. The payments you put through PayPal as part of your testing will be refunded directly to you via PayPal.
Any other questions, please just ask.
## Deliverables
Here is the code that's in my web site
<p align="center" class="strikeout">$249.00 </p>
<p align="center" class="blueprice">$37 <span class="style29">Today!</span></p>
<div align="center" class="style30">Click the button below now </div>
<p align="center" class="blueprice"><a name="cart" id="cart"></a><a name="cart" id="cart"></a> </p>
<form action="[url removed, login to view]" method="post">
<div align="center">
<input name="submit" type="image" src="[url removed, login to view]"
alt="Make payments with PayPal - it's fast, free and secure!" align="middle" border="0" />
<img alt="" border="0" src="[url removed, login to view]" width="1" height="1" />
<input type="hidden" name="cmd" value="_xclick-subscriptions" />
<input type="hidden" name="business" value="steve@[url removed, login to view]" />
<input type="hidden" name="item_name" value="Profits Plus Newsletter" />
<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="37.00" />
<input type="hidden" name="p3" value="1" />
<input type="hidden" name="t3" value="M" />
<input type="hidden" name="src" value="1" />
<input type="hidden" name="sra" value="1" />
<input type="hidden" name="srt" value="0" />
<input type="hidden" name="return" value="[url removed, login to view]" />
<input type="hidden" name="notify_url" value="[url removed, login to view]" />
<script language="JavaScript" type="text/javascript" src="[url removed, login to view]"></script>
</div>
</form>