format('M d, Y h:i A') : ''; $dueAmount = \FluentCart\Framework\Support\Arr::get($reminder, 'due_amount', 0); if (!$dueAmount) { $dueAmount = max(((int)$order->total_amount - (int)$order->total_paid), 0); } $orderRef = \FluentCart\Framework\Support\Arr::get($reminder, 'order_ref', ''); if (empty($orderRef)) { $orderRef = !empty($order->invoice_no) ? $order->invoice_no : '#' . $order->id; } ?>

customer->full_name) ); ?>

#id); ?>
customer->email); ?>
render('emails.parts.call_to_action_box', [ 'content' => __('Review the order and follow up with the customer if payment is not received.', 'fluent-cart'), 'link' => $order->getViewUrl('admin'), 'button_text' => __('Open Order', 'fluent-cart'), ]);