PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.6
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.6
1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 All 49 releases
← All changes | app/Views/emails/subscription/reminder/admin.php +2 -2 1.3.19 → 1.6.6 View file →
@@ -7,9 +7,9 @@
7 7 */
8 8
9 9 $reminder = (isset($reminder) && is_array($reminder)) ? $reminder : [];
10 10 $billingDate = \FluentCart\Framework\Support\Arr::get($reminder, 'billing_date', $subscription->next_billing_date);
11 -$billingLabel = $billingDate ? \FluentCart\App\Services\DateTime\DateTime::gmtToTimezone($billingDate)->format('M d, Y h:i A') : '';
11 +$billingLabel = \FluentCart\App\Services\DateTime\DateFormatter::format($billingDate, true, $order);
12 12 $renewalAmount = $subscription->recurring_total ?? 0;
13 13 $billingInterval = $subscription->billing_interval ?? '';
14 14 ?>
15 15
@@ -22,9 +22,9 @@
22 22 <td style="font-size:13px;color:#111827;font-weight:600;padding:0 0 6px;text-align:right;"><?php echo esc_html($subscription->customer->full_name); ?></td>
23 23 </tr>
24 24 <tr>
25 25 <td style="font-size:13px;color:#6b7280;padding:0 0 6px;"><?php esc_html_e('Subscription', 'fluent-cart'); ?></td>
26 - <td style="font-size:13px;color:#111827;font-weight:600;padding:0 0 6px;text-align:right;"><?php echo esc_html($subscription->item_name); ?></td>
26 + <td style="font-size:13px;color:#111827;font-weight:600;padding:0 0 6px;text-align:right;"><?php echo esc_html($subscription->display_item_name); ?></td>
27 27 </tr>
28 28 <?php if ($renewalAmount): ?>
29 29 <tr>
30 30 <td style="font-size:13px;color:#6b7280;padding:0 0 6px;"><?php esc_html_e('Renewal Amount', 'fluent-cart'); ?></td>