|
|
|
$sent_to_admin,
'show_image' => $email_improvements_enabled,
'image_size' => array( $image_size, $image_size ),
'plain_text' => $plain_text,
'sent_to_admin' => $sent_to_admin,
)
);
?>
get_order_item_totals();
$item_totals_count = count( $item_totals );
if ( $item_totals ) {
$i = 0;
foreach ( $item_totals as $total ) {
++$i;
$last_class = ( $i === $item_totals_count ) ? ' order-totals-last' : '';
?>
|
|
|
get_customer_note() && ! $email_improvements_enabled ) {
?>
|
get_customer_note() ) ), array() ); ?> |
get_customer_note() && $email_improvements_enabled ) { ?>
get_customer_note() ) ), array( 'br' => array() ) ); ?>
|