recurring_total ?? 0;
$billingInterval = $subscription->billing_interval ?? '';
$accessUntilLabel = \FluentCart\App\Services\DateTime\DateFormatter::format($subscription->next_billing_date, false, $order);
?>
|
customer->full_name); ?> |
|
display_item_name); ?> |
|
()
|
|
|
|
|
render('emails.parts.call_to_action_box', [
'content' => esc_html__('You can review subscription details and take action if needed from the admin dashboard.', 'fluent-cart'),
'link' => $subscription->getViewUrl('admin'),
'button_text' => __('View Subscription', 'fluent-cart'),
]);
?>