I am working on a project and I need to make the price on the spot so I can't use a premade button as I normally would.
So I am having to make a button and put the price in.
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="{$email}">
<input type="hidden" name="currency_code" value="{$cur}">
<input type="hidden" name="item_name" value="BTer">
<input type="hidden" name="amount" value="{$price}">
<input type="image" src="http://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">
</form>
However, for some reason it isn't sending to my IPN and I have no clue why. Any help would be good thanks!

New Topic/Question
Reply



MultiQuote






|