Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

I want to overwrite the email template

WCMp Core

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #122606
      Naoya Ishikawa
      Participant

      I want to overwrite emails / vendor-new-order.php and rewrite the text of the email. Where can I place the file to overwrite it?

    • #122610

      Hi @Naoya Ishikawa, thanks for getting in touch with us.
      In order to override the vendor-new-order.php template, please follow this rule :

      copying it to yourtheme/dc-product-vendor/emails/vendor-new-order.php

      Let us know if you need any further help.

    • #122647
      Naoya Ishikawa
      Participant

      I rewrote ① to ②, but it seems that the last name and first name do not change.
      Is there any other factor?

      ①<?php echo $order->get_billing_first_name() . ‘ ‘ . $order->get_billing_last_name(); ?>

      ②<?php echo $order->get_billing_last_name() . ‘ ‘ . $order->get_billing_first_name(); ?>

    • #122678
      Naoya Ishikawa
      Participant

      The solution was to output the surname and first name separately without combining them. Thank you very much.

    • #122715

      Great to know that you have found a solution Naoya Ishikawa

Viewing 4 reply threads

The topic ‘I want to overwrite the email template’ is closed to new replies.