Jump to content

Ordering for Everyone and Freetext fees


stephen reece

Recommended Posts

Hi All,

 

If I may quiz just once more.

 

I have limited the 'claim' option to my own user as I will be importing (via php) all the old entries from my previous site.

 

However is there anyway of allowing the claim button to be shown and activated even by other users, not just my own user.

 

 

.... and as a supplimentary is it possible to have a freetext option for payment so that the user can choose how much to pay.

 

(below is the standard html code i have used previously) - can i simply just insert this without damaging any functionality.

 

<div align="center"><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"><input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="[email protected]" /> <input type="hidden" name="item_name" value="Fees" /> <input type="hidden" name="item_number" value="1" /> <strong>How much do you want to pay?</strong><br />£ <input type="text" name="amount" size="5" maxlength="5" /> <input type="hidden" name="no_shipping" value="0" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="GBP" /> <input type="hidden" name="lc" value="UK" /> <input type="hidden" name="bn" value="PP-BuyNowBF" /><br /><br /> <input type="image" name="submit" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" alt="PayPal - The safer, easier way to pay online." /> <input type="hidden" name="return" value="http://www.lostevents.co.uk/donation-complete/" /></form></div>

 

Link to comment
×
×
  • Create New...