Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this doc, we will use the app To Do List for example.

...

in Settings

First, we will configure price for featuring a to do list:

...

Code Block
php
php
$aFeaturePrice = unserialize(setting('td_feature_price'));
/**
*   $aFeaturePrice will have array type, below is an example
*   ['USD' => 2]
*/

in User Group Settings

Phpfox also support price with multiple currencies in User Group Settings.
For example: we will configure sponsor price for each user groups.

...