• nigoman

    (@nigoman)


    Hello, I want to modify the table of the totals of the mail template.
    This code shows the totals:

    <?php
    				foreach ( $order->get_order_item_totals() as $key => $total ) {
    					?>
    					<tr>
    						<th scope="row"><?php echo $total['label']; ?></th>
    						<td><?php echo $total['value']; ?></td>
    					</tr>
    					<?php

    But he shows them vertically and wanted to show them horizontally.
    Would it be possible?
    Thank you

  • The topic ‘Modify table of totals in the mail template’ is closed to new replies.