Forum
Subscribe


The Redemption List output field

The Redemption List field is used to show members the current available Redemption options.

    This output field has eight variables:

  • Divider between listed redemptions (default is ' <hr> ')
  • Redemption Button Text (default is ' Request Redemption ')
  • Point Description (default is ' Spend Points: ')
  • Cash Description (default is ' Spend Cash $ ')
  • Cash Factor (of units represented - dollars, cents, etc; default is '100' to display in dollars)
  • Type(Cash/Points/Both; default is '' for both)
  • Sort Order (ascending or descending default is '' for ascending; use 'desc' for descending)
  • Class (to specify a style sheet class for the redemption form; default is '' for the default style)
  • Example:

  • <? redeem_list( ' <hr><br> ' , ' Redeem Now! ' , ' Points Cost: ' , ' Cash Cost $ ' , 100,'cash', 'desc', 'FormStyle1' ); ?> would show the current cash redemptions available, with an extra line between options, and other customisations as specified.
  • This command function has been replaced by the newer format 'action' function. Although redeem_list still works, it is worthwhile getting to know the newer format. Find out more Here