price_title ); ?>
price_desc ); ?>
package_cost; ?>
package_type == 'pkg_recurring' ) {
if ( $package->first_billing_cycle == "D" ):
$first_period = 'Day';
elseif ( $package->first_billing_cycle == 'M' ):
$first_period = 'Month';
elseif ( $package->first_billing_cycle == 'Y' ):
$first_period = 'Year';
endif;
if ( $package->second_billing_cycle == "D" ):
$second_period = 'Days';
elseif ( $package->second_billing_cycle == 'M' ):
$second_period = 'Month';
elseif ( $package->second_billing_cycle == 'Y' ):
$second_period = 'Year';
endif;
if ( $rebill_time == 1 ) {
?>
package_cost USD for first $first_period, then $package->second_price USD for every $package->second_billing_per $second_period, for $package->rebill_period installments";
printf( BILLING_TERM1, get_option( 'currency_symbol' ), $package->package_cost, get_option( 'currency_code' ), $package->first_billing_per, $first_period, get_option( 'currency_symbol' ), $package->second_price, get_option( 'currency_code' ), $package->second_billing_per, $second_period, $package->rebill_period );
?>
package_cost, get_option( 'currency_code' ), $package->first_billing_per, $first_period, get_option( 'currency_symbol' ), $package->second_price, get_option( 'currency_code' ), $package->second_billing_per, $second_period );
}
} else {
?>
Valid Upto : validity . " " . $valid_to; ?>