Posted by Lumen
2016-11-30

Hi Tom first off; great script, Thank you!

I was wondering if it would be possible to add characteristics to the button and if so how to go about this.

I'm selling vouchers for advantures that change in price depending on the number of participants.

<input type="hidden" name="on0" value="number of persons">number of persons</td></tr><tr><td>
<select name="os0">
<option value="1">1 €80,00 EUR</option>
<option value="2">2 €160,00 EUR</option>
<option value="3">3 €240,00 EUR</option>
</select>

Thank you.
Posted by Tom
2016-12-01

Hi,

>I was wondering if it would be possible to add characteristics to the button and if so how to go about this.

It's possible. Please refer to PayPal's Buy-Now Button manual because basically it has nothing to do with the script. You are free to add any Buy-Button options to the HTML code generated by the script.