Need help with PayPal Script!
Ive just done it and it works perfectly but i want to add more "Offers"
example:
But if he choose option 2
[20€ = 22 Points]
He get only 10 Points.
//Cazar
Ive just done it and it works perfectly but i want to add more "Offers"
example:
Code:
<input type="hidden" name="item_number" value="1">
11 € = 10 Points
$points = $prem['premium_points'] + 10;
<input type="hidden" name="item_number" value="[COLOR="Red"]2[/COLOR]">
[U]20 € = 22 Points[/U]
But if he choose option 2
[20€ = 22 Points]
He get only 10 Points.
//Cazar