/subscription/myaccount/single.php
*
* @package SpringDevs\Subscription
*/
use SpringDevs\Subscription\Illuminate\Helper;
if ( ! isset( $id ) ) {
return;
}
if ( ! get_the_title( $id ) ) {
return;
}
do_action( 'before_single_subscrpt_content' );
?>
|
# get_id() ); ?> |
|
label ); ?> |
|
|
|
|
|
|
|
get_payment_method_title() ) ) : ?>
|
get_payment_method_title() ); ?>
|
|
|
|
|
get_name();
$product_link = get_permalink( $order_item->get_variation_id() !== 0 ? $order_item->get_variation_id() : $order_item->get_product_id() );
$order_item_meta = $order_item->get_meta( '_subscrpt_meta', true );
$time = '1' === $order_item_meta['time'] ? null : $order_item_meta['time'];
$type = subscrpt_get_typos( $order_item_meta['time'], $order_item_meta['type'] );
$product_price_html = Helper::format_price_with_order_item( get_post_meta( $id, '_subscrpt_price', true ), $order_item->get_id() );
?>
|
× get_quantity() ); ?>
|
get_id() ) );
?>
|
| : |
$order->get_currency() ) ) ); ?>
|
| : |
|
get_formatted_billing_address() ); ?>
get_billing_phone() ); ?>
get_billing_email() ); ?>