Ejemplo n.º 1
0
										<td>50 pieces</td>
										<td>150 000 pieces</td>
									</tr>
									<tr>
										<td><input type="radio" name="os0" value="large" /> Large Crate of Gold</td>
										<td>$10.00</td>
										<td>100 pieces</td>
										<td>300 000 pieces</td>
									</tr>
								</table>
								<p>
									Of course, PsychatiGold may be converted to (a larger amount of) PsychatiSilver at any time, and by the same token, PsychatiSilver may
									be converted to (a smaller amount of) PsychatiGold.
								</p>
							<?php 
    $paypalForm->EndContent();
    ?>
							<p>
								Clicking the &quot;Purchase&quot; button will take you to a secure page on PayPal&reg;, where you will complete your payment with your
								preferred payment method. Sorry, we only provide conversion rates for USD currency at this time. Depending on your location you may still
								be able to complete a purchase.
							</p>
						</div>
						<div class="Actions Horizontal">
							<a id="cmdPurchase" href="#"><i class="fa fa-money"></i> <span class="Text">Purchase</span></a>
						</div>
					</div>
					<script type="text/javascript">
						window.addEventListener("load", function(e)
						{
							var cmdPurchase = document.getElementById("cmdPurchase");