next_billing_date); $billingLabel = \FluentCart\App\Services\DateTime\DateFormatter::format($billingDate, true, $order); $renewalAmount = $subscription->recurring_total ?? 0; $billingInterval = $subscription->billing_interval ?? ''; ?>

customer->full_name) ); ?>

' . esc_html($subscription->display_item_name) . '' ); ?>

display_item_name); ?>
()

render('emails.parts.call_to_action_box', [ 'content' => __('Review your subscription details, manage payment methods, or cancel from your account dashboard.', 'fluent-cart'), 'link' => $subscription->getViewUrl('customer'), 'button_text' => __('Manage Subscription', 'fluent-cart'), ]);