Advertisement
designbymerovingi

Example: Buy myCRED Points (pre-set values)

Sep 25th, 2014
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <div class="exchange-rate">
  2. <label>Exchange Rate:</label>
  3. <h2>1 USD = 100 tk.</h2>
  4. </div>
  5. <?php echo do_shortcode( '[mycred_buy gateway="paypal-standard" amount="500" class="btn btn-primary btn-lg"]500 Tokens[/mycred_buy]' ); ?>
  6. <?php echo do_shortcode( '[mycred_buy gateway="paypal-standard" amount="1000" class="btn btn-primary btn-lg"]1000 Tokens[/mycred_buy]' ); ?>
  7. <?php echo do_shortcode( '[mycred_buy gateway="paypal-standard" amount="5000" class="btn btn-primary btn-lg"]5000 Tokens[/mycred_buy]' ); ?>
  8. <?php echo do_shortcode( '[mycred_buy gateway="paypal-standard" amount="10000" class="btn btn-primary btn-lg"]10000 Tokens[/mycred_buy]' ); ?>
  9. <p class="legal"><strong>my</strong>CRED Tokens can only be used on the myCRED website and can not be withdrawn from your account!<br />If you delete your account, your Token balance will be destroyed.</p>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement