| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/coopermain/wp-content/themes/cooper/woocommerce/emails/ |
Upload File : |
<?php
$order = new WC_Order($order_id);
$fitter_id = get_post_meta($order_id, '_fitter_id', true);
/**
* @var wp_Post
*/
$fitter = get_post($fitter_id);
?>
<?php /* translators: %s: Customer first name */ ?>
<p><?php printf(esc_html__('Hi %s,', 'woocommerce'), esc_html($fitter->post_title)); ?></p>
<br>
<?php /* translators: %s: Order number */ ?>
<p>We've received an online order via the Cooper Tires® website. The customer has chosen you as their preferred tyre fitter. <wbr>The Cooper Tires® customer service team will contact you within the next business day to confirm logistics and booking date and time.</p>
<?php
wc_get_template('emails/email-order-details.php',
[
'order' => $order, 'sent_to_admin' => false, 'plain_text' => false, 'email' => false, 'is_fitter' => true,
'show_extras' => false,
]);
?>
<div>
<h3>Questions?</h3>
<p>
For any questions relating to this order, please contact the Cooper Tires® customer service team on <strong><a href="tel:1300756884">1300 756 884</a></strong> or <a href="contact-us" target="_blank" style="color: #1B1B1B">via the website</a>.
</p>
</div>