currency_symbol ?: $item->currency; ?>
| : | setup_fee, $config, $symbol); ?> |
| : | lifetime_membership) { echo Text::_('OSM_LIFETIME'); } else { echo OSMembershipHelperSubscription::getDurationText($item->trial_duration, $item->trial_duration_unit); } ?> |
| : | trial_amount > 0) { echo OSMembershipHelper::formatCurrency($item->trial_amount, $config, $symbol); } else { echo Text::_('OSM_FREE'); } ?> |
| : | lifetime_membership) { echo Text::_('OSM_LIFETIME'); } else { echo OSMembershipHelperSubscription::getDurationText($item->subscription_length, $item->subscription_length_unit); } ?> |
| : | price > 0) { echo OSMembershipHelper::formatCurrency($item->price, $config, $symbol); } else { echo Text::_('OSM_FREE'); } ?> |