Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Minor Amends to Vendor Notification Email #62527
    Laurie Smith
    Participant

    Hi Anna

    thanks for your response 🙂

    I was looking more specifically for how to remove the shipping from this loop:

    if ( $totals = $order->get_order_item_totals() ) {
    $i = 0;
    foreach ( $totals as $total ) {
    $i++;
    ?><tr>
    <th scope=”row” colspan=”2″ style=”text-align:left; border: 1px solid #eee; <?php if ( $i == 1 ) echo ‘border-top-width: 4px;’; ?>”><?php echo $total[‘label’]; ?></th>
    <td style=”text-align:left; border: 1px solid #eee; <?php if ( $i == 1 ) echo ‘border-top-width: 4px;’; ?>”><?php echo $total[‘value’]; ?></td>
    </tr><?php
    }
    }

    from the vendor-new-order.php and also how to copy admin in to this email.

    thanks a lot for your help.

    in reply to: Minor Amends to Vendor Notification Email #62377
    Laurie Smith
    Participant

    Hi any update on this?

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)